diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-16 13:49:21 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-17 17:34:02 -0400 |
commit | 6b9d8c01be763bbf46048caa08902880367672a7 (patch) | |
tree | 9388f549db33b8b862ba65641575fde170ea0e88 /config/deploy/os-odl-queens-ha.yaml | |
parent | b5e2f1f65dee0cd692fe275d6bce69a8e410cac3 (diff) |
Update queens ODL to include OF table fix
Also includes minor fix to patching where stable was not being removed
from the short hand branch name correctly.
Includes fix where path was changed in queens for env files:
https://review.openstack.org/#/c/567810/
Change-Id: Ia3a6769be70ea97c9bec9d5539c9ab0373fed30a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy/os-odl-queens-ha.yaml')
-rw-r--r-- | config/deploy/os-odl-queens-ha.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/deploy/os-odl-queens-ha.yaml b/config/deploy/os-odl-queens-ha.yaml index 62a12d2b..1295de04 100644 --- a/config/deploy/os-odl-queens-ha.yaml +++ b/config/deploy/os-odl-queens-ha.yaml @@ -1,6 +1,11 @@ --- global_params: ha_enabled: true + patches: + overcloud: + - change-id: Ie988ba6a2d444a614e97c0edf5fce24b23970310 + project: openstack/puppet-tripleo + branch: stable/queens deploy_options: containers: true os_version: queens |