diff options
Diffstat (limited to 'patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch')
-rw-r--r-- | patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch b/patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch index 568f6602..cf962502 100644 --- a/patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch +++ b/patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch @@ -14,8 +14,8 @@ index 667575c..30d9ccc 100644 ############################################################################## FUEL_MAIN_REPO := https://github.com/openstack/fuel-main --FUEL_MAIN_TAG = stable/8.0 -+FUEL_MAIN_TAG := stable/8.0 - MOS_VERSION = 8.0 - OPENSTACK_VERSION = liberty-8.0 +-FUEL_MAIN_TAG = 9.0 ++FUEL_MAIN_TAG := 9.0 + MOS_VERSION = 9.0 + OPENSTACK_VERSION = mitaka-9.0 |