Rebase: p/opnfv-fuel: Allow Fuel commit override.
[armband.git] / patches / opnfv-fuel / 0001-Allow-customizing-Fuel-commit.patch
index eac38f7..568f660 100644 (file)
@@ -7,18 +7,15 @@ Subject: [PATCH] Allow customizing Fuel commit
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/build/config.mk b/build/config.mk
-index e11d033..2a81027 100644
+index 667575c..30d9ccc 100644
 --- a/build/config.mk
 +++ b/build/config.mk
 @@ -9,7 +9,7 @@
  ##############################################################################
  
  FUEL_MAIN_REPO := https://github.com/openstack/fuel-main
--FUEL_MAIN_TAG = a365f05b903368225da3fea9aa42afc1d50dc9b4
-+FUEL_MAIN_TAG :=
+-FUEL_MAIN_TAG = stable/8.0
++FUEL_MAIN_TAG := stable/8.0
  MOS_VERSION = 8.0
  OPENSTACK_VERSION = liberty-8.0
  
--- 
-1.9.1
-