diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-02 18:21:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-02 18:21:32 +0000 |
commit | 32300322d76d4dcb0603c8f22379617124b95a58 (patch) | |
tree | 956e4f67f06fa1291239b76ee3f1d025c16ced59 /patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch | |
parent | d27aebafcdc8b86dcd2316636b4c13669e4af85f (diff) | |
parent | 48bc9269c4f452ae184238e0aae37c319e6f7040 (diff) |
Merge "Rebase: Sync after Build system uplift to Fuel 9.0"
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 |