Update all SHAs for 16.0.21

This patch:
- updates all the roles to the latest available stable SHAs
- copies the release notes from the updated roles into the integrated repo
- updates all the OpenStack Service SHAs

Depends-On: https://review.openstack.org/607838
Change-Id: Ibcea90de913811df8a79354d38e2bd1df27dbe23
This commit is contained in:
Jean-Philippe Evrard 2018-10-04 10:27:51 +02:00
parent 7b692ea674
commit c9e2cdf928
5 changed files with 40 additions and 40 deletions

View File

@ -21,7 +21,7 @@
- name: ceph_client - name: ceph_client
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-ceph_client src: https://git.openstack.org/openstack/openstack-ansible-ceph_client
version: 7f1d84cb023992bca0c6cb7174e5a45bb5e4c4d3 version: 449603262c8e95ec6582b797478a46cbeb7c2a68
- name: haproxy_server - name: haproxy_server
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server
@ -37,7 +37,7 @@
- name: lxc_hosts - name: lxc_hosts
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
version: 5e7a5a6f22e4725acb0ecf152ce7757a2afaa55d version: 5be42a58ff1ffc3ff19d60ae1830d60b771b9ab3
- name: memcached_server - name: memcached_server
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
@ -105,11 +105,11 @@
- name: os_neutron - name: os_neutron
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
version: 1af6528e1d06f809914ff8134d88ebd4d6746f74 version: f72f473f7132aadb377c28c62508bd7b4d3814b6
- name: os_nova - name: os_nova
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova src: https://git.openstack.org/openstack/openstack-ansible-os_nova
version: a8e6a674d38862883b41e28fb5da33ff9e244ceb version: 843459f88a3e06e3e07054c6c48cc153559d6336
- name: os_octavia - name: os_octavia
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_octavia src: https://git.openstack.org/openstack/openstack-ansible-os_octavia
@ -145,7 +145,7 @@
- name: repo_build - name: repo_build
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-repo_build src: https://git.openstack.org/openstack/openstack-ansible-repo_build
version: 183ca1367a614e5c509b6f3a66174a530de9f794 version: 7792bd482825672e2f1ea88ec5e22dd94170a74d
- name: repo_server - name: repo_server
scm: git scm: git
src: https://git.openstack.org/openstack/openstack-ansible-repo_server src: https://git.openstack.org/openstack/openstack-ansible-repo_server

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
## OpenStack Source Code Release ## OpenStack Source Code Release
openstack_release: 16.0.20 openstack_release: 16.0.21
## Verbosity Options ## Verbosity Options
debug: False debug: False

View File

@ -33,6 +33,6 @@
## This service has a different stable branch strategy to the rest of OpenStack. ## This service has a different stable branch strategy to the rest of OpenStack.
## The SHA is recorded here to make the SHA updating easier. ## The SHA is recorded here to make the SHA updating easier.
gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi
gnocchi_git_install_branch: a63ffcecea023b36de1c88801a8ed6833267fe4f # HEAD of "stable/4.0" as of 23.09.2018 gnocchi_git_install_branch: a63ffcecea023b36de1c88801a8ed6833267fe4f # HEAD of "stable/4.0" as of 04.10.2018
gnocchi_git_project_group: gnocchi_all gnocchi_git_project_group: gnocchi_all
gnocchi_git_track_branch: "stable/4.0" gnocchi_git_track_branch: "stable/4.0"

View File

@ -31,172 +31,172 @@
## Global Requirements ## Global Requirements
requirements_git_repo: https://git.openstack.org/openstack/requirements requirements_git_repo: https://git.openstack.org/openstack/requirements
requirements_git_install_branch: 09b930e2fb1ae78cb4fcdea0df04623c25105a13 # HEAD of "stable/pike" as of 23.09.2018 requirements_git_install_branch: 1dd2986517cd21e8627edced1ffeb088d637f158 # HEAD of "stable/pike" as of 04.10.2018
requirements_git_track_branch: stable/pike requirements_git_track_branch: stable/pike
## Aodh service ## Aodh service
aodh_git_repo: https://git.openstack.org/openstack/aodh aodh_git_repo: https://git.openstack.org/openstack/aodh
aodh_git_install_branch: d04d0cb31ce49af97df1c27ad53881c7c4896087 # HEAD of "stable/pike" as of 23.09.2018 aodh_git_install_branch: d69b8813034f6bf818c0efd61b930b2818279b76 # HEAD of "stable/pike" as of 04.10.2018
aodh_git_project_group: aodh_all aodh_git_project_group: aodh_all
aodh_git_track_branch: stable/pike aodh_git_track_branch: stable/pike
## Barbican service ## Barbican service
barbican_git_repo: https://git.openstack.org/openstack/barbican barbican_git_repo: https://git.openstack.org/openstack/barbican
barbican_git_install_branch: 5e756a70861e66ee52b7b20d00fc9607ad21d133 # HEAD of "stable/pike" as of 23.09.2018 barbican_git_install_branch: 5e756a70861e66ee52b7b20d00fc9607ad21d133 # HEAD of "stable/pike" as of 04.10.2018
barbican_git_project_group: barbican_all barbican_git_project_group: barbican_all
barbican_git_track_branch: stable/pike barbican_git_track_branch: stable/pike
## Ceilometer service ## Ceilometer service
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
ceilometer_git_install_branch: 0edada98c7a1ab5ab1ee40b3f68cd40f824521c9 # HEAD of "stable/pike" as of 23.09.2018 ceilometer_git_install_branch: 0edada98c7a1ab5ab1ee40b3f68cd40f824521c9 # HEAD of "stable/pike" as of 04.10.2018
ceilometer_git_project_group: ceilometer_all ceilometer_git_project_group: ceilometer_all
ceilometer_git_track_branch: stable/pike ceilometer_git_track_branch: stable/pike
## Cinder service ## Cinder service
cinder_git_repo: https://git.openstack.org/openstack/cinder cinder_git_repo: https://git.openstack.org/openstack/cinder
cinder_git_install_branch: f5a3708dd3f89bf9ab8d6e66f97a06ffe8ca5eec # HEAD of "stable/pike" as of 23.09.2018 cinder_git_install_branch: 3cbe7058256e53f60e0b84c7bc6d3f6b5a7cf9dc # HEAD of "stable/pike" as of 04.10.2018
cinder_git_project_group: cinder_all cinder_git_project_group: cinder_all
cinder_git_track_branch: stable/pike cinder_git_track_branch: stable/pike
## Designate service ## Designate service
designate_git_repo: https://git.openstack.org/openstack/designate designate_git_repo: https://git.openstack.org/openstack/designate
designate_git_install_branch: c0b20375b6be7a6a572f59eb2913a04d917c51b5 # HEAD of "stable/pike" as of 23.09.2018 designate_git_install_branch: c0b20375b6be7a6a572f59eb2913a04d917c51b5 # HEAD of "stable/pike" as of 04.10.2018
designate_git_project_group: designate_all designate_git_project_group: designate_all
designate_git_track_branch: stable/pike designate_git_track_branch: stable/pike
## Horizon Designate dashboard plugin ## Horizon Designate dashboard plugin
designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
designate_dashboard_git_install_branch: 2f0ad3b4cc582130efcc02d7a00bb567ebc8ad4d # HEAD of "stable/pike" as of 23.09.2018 designate_dashboard_git_install_branch: 2f0ad3b4cc582130efcc02d7a00bb567ebc8ad4d # HEAD of "stable/pike" as of 04.10.2018
designate_dashboard_git_project_group: horizon_all designate_dashboard_git_project_group: horizon_all
designate_dashboard_git_track_branch: stable/pike designate_dashboard_git_track_branch: stable/pike
## Dragonflow service ## Dragonflow service
dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow
dragonflow_git_install_branch: 1bca953ac0c9443978da42d2e0477b53e0871c44 # HEAD of "stable/pike" as of 23.09.2018 dragonflow_git_install_branch: 1bca953ac0c9443978da42d2e0477b53e0871c44 # HEAD of "stable/pike" as of 04.10.2018
dragonflow_git_project_group: neutron_all dragonflow_git_project_group: neutron_all
dragonflow_git_track_branch: stable/pike dragonflow_git_track_branch: stable/pike
## Glance service ## Glance service
glance_git_repo: https://git.openstack.org/openstack/glance glance_git_repo: https://git.openstack.org/openstack/glance
glance_git_install_branch: 3ccbf2e03060c58f511d64e0100423ec6a55fc8e # HEAD of "stable/pike" as of 23.09.2018 glance_git_install_branch: f37724cc41db523a31b1960cd8652acfa5f32aad # HEAD of "stable/pike" as of 04.10.2018
glance_git_project_group: glance_all glance_git_project_group: glance_all
glance_git_track_branch: stable/pike glance_git_track_branch: stable/pike
## Heat service ## Heat service
heat_git_repo: https://git.openstack.org/openstack/heat heat_git_repo: https://git.openstack.org/openstack/heat
heat_git_install_branch: 147a5c81171593167eafa45d8cfaac98440ed2ae # HEAD of "stable/pike" as of 23.09.2018 heat_git_install_branch: eb60b6740ff79e98cfb719d8221a4667948e3c8b # HEAD of "stable/pike" as of 04.10.2018
heat_git_project_group: heat_all heat_git_project_group: heat_all
heat_git_track_branch: stable/pike heat_git_track_branch: stable/pike
## Horizon service ## Horizon service
horizon_git_repo: https://git.openstack.org/openstack/horizon horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: f37e5302b1218a2170ea89f3ef10e28c39d0e3d2 # HEAD of "stable/pike" as of 23.09.2018 horizon_git_install_branch: f37e5302b1218a2170ea89f3ef10e28c39d0e3d2 # HEAD of "stable/pike" as of 04.10.2018
horizon_git_project_group: horizon_all horizon_git_project_group: horizon_all
horizon_git_track_branch: stable/pike horizon_git_track_branch: stable/pike
## Horizon Ironic dashboard plugin ## Horizon Ironic dashboard plugin
ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
ironic_dashboard_git_install_branch: 783a3283100d0256e45db4f33a913556416a5bc6 # HEAD of "stable/pike" as of 23.09.2018 ironic_dashboard_git_install_branch: 2f2e6487df2edf800e6b44faa524d9afc13968a5 # HEAD of "stable/pike" as of 04.10.2018
ironic_dashboard_git_project_group: horizon_all ironic_dashboard_git_project_group: horizon_all
ironic_dashboard_git_track_branch: stable/pike ironic_dashboard_git_track_branch: stable/pike
## Horizon Magnum dashboard plugin ## Horizon Magnum dashboard plugin
magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
magnum_dashboard_git_install_branch: e7cf464917ee433f4b5037181dfe17f244640300 # HEAD of "stable/pike" as of 23.09.2018 magnum_dashboard_git_install_branch: 3c705102a74b054791863354a372914516d37af7 # HEAD of "stable/pike" as of 04.10.2018
magnum_dashboard_git_project_group: horizon_all magnum_dashboard_git_project_group: horizon_all
magnum_dashboard_git_track_branch: stable/pike magnum_dashboard_git_track_branch: stable/pike
## Horizon LBaaS dashboard plugin ## Horizon LBaaS dashboard plugin
neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
neutron_lbaas_dashboard_git_install_branch: d65b424532dd924f59dcc23f2489a4785447bd1f # HEAD of "stable/pike" as of 23.09.2018 neutron_lbaas_dashboard_git_install_branch: d65b424532dd924f59dcc23f2489a4785447bd1f # HEAD of "stable/pike" as of 04.10.2018
neutron_lbaas_dashboard_git_project_group: horizon_all neutron_lbaas_dashboard_git_project_group: horizon_all
neutron_lbaas_dashboard_git_track_branch: stable/pike neutron_lbaas_dashboard_git_track_branch: stable/pike
## Horizon Sahara dashboard plugin ## Horizon Sahara dashboard plugin
sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard
sahara_dashboard_git_install_branch: a240a87cdec584f8f6efc492bc2777bbf0afb629 # HEAD of "stable/pike" as of 23.09.2018 sahara_dashboard_git_install_branch: a240a87cdec584f8f6efc492bc2777bbf0afb629 # HEAD of "stable/pike" as of 04.10.2018
sahara_dashboard_git_project_group: horizon_all sahara_dashboard_git_project_group: horizon_all
sahara_dashboard_git_track_branch: stable/pike sahara_dashboard_git_track_branch: stable/pike
## Keystone service ## Keystone service
keystone_git_repo: https://git.openstack.org/openstack/keystone keystone_git_repo: https://git.openstack.org/openstack/keystone
keystone_git_install_branch: 6c63f8eab082b9cc0403727e08a70da6d01579e9 # HEAD of "stable/pike" as of 23.09.2018 keystone_git_install_branch: 6c63f8eab082b9cc0403727e08a70da6d01579e9 # HEAD of "stable/pike" as of 04.10.2018
keystone_git_project_group: keystone_all keystone_git_project_group: keystone_all
keystone_git_track_branch: stable/pike keystone_git_track_branch: stable/pike
## Neutron service ## Neutron service
neutron_git_repo: https://git.openstack.org/openstack/neutron neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: bd1969bed115400605ea471dcad25228106a7421 # HEAD of "stable/pike" as of 23.09.2018 neutron_git_install_branch: 8be878808eafd6bf7b95f642e6d4aeb4c0bcec64 # HEAD of "stable/pike" as of 04.10.2018
neutron_git_project_group: neutron_all neutron_git_project_group: neutron_all
neutron_git_track_branch: stable/pike neutron_git_track_branch: stable/pike
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: 824cb33d1a6e5d75c1af82c1506413b26af9688b # HEAD of "stable/pike" as of 23.09.2018 neutron_lbaas_git_install_branch: 824cb33d1a6e5d75c1af82c1506413b26af9688b # HEAD of "stable/pike" as of 04.10.2018
neutron_lbaas_git_project_group: neutron_all neutron_lbaas_git_project_group: neutron_all
neutron_lbaas_git_track_branch: stable/pike neutron_lbaas_git_track_branch: stable/pike
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 225195c17f77998f03fb60ddbe982d10d882ec2f # HEAD of "stable/pike" as of 23.09.2018 neutron_vpnaas_git_install_branch: 225195c17f77998f03fb60ddbe982d10d882ec2f # HEAD of "stable/pike" as of 04.10.2018
neutron_vpnaas_git_project_group: neutron_all neutron_vpnaas_git_project_group: neutron_all
neutron_vpnaas_git_track_branch: stable/pike neutron_vpnaas_git_track_branch: stable/pike
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: 2df0379dec47aa55c6aec93537081a8140d3296d # HEAD of "stable/pike" as of 23.09.2018 neutron_fwaas_git_install_branch: 2df0379dec47aa55c6aec93537081a8140d3296d # HEAD of "stable/pike" as of 04.10.2018
neutron_fwaas_git_project_group: neutron_all neutron_fwaas_git_project_group: neutron_all
neutron_fwaas_git_track_branch: stable/pike neutron_fwaas_git_track_branch: stable/pike
neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
neutron_dynamic_routing_git_install_branch: c1914078fc2d75ca18e875cdc55a3ee49a9bcd9c # HEAD of "stable/pike" as of 23.09.2018 neutron_dynamic_routing_git_install_branch: c1914078fc2d75ca18e875cdc55a3ee49a9bcd9c # HEAD of "stable/pike" as of 04.10.2018
neutron_dynamic_routing_git_project_group: neutron_all neutron_dynamic_routing_git_project_group: neutron_all
neutron_dynamic_routing_git_track_branch: stable/pike neutron_dynamic_routing_git_track_branch: stable/pike
networking_calico_git_repo: https://git.openstack.org/openstack/networking-calico networking_calico_git_repo: https://git.openstack.org/openstack/networking-calico
networking_calico_git_install_branch: 501fc98c428b8dd6b9dd7bf6908dbcd7b94ead5c # HEAD of "master" as of 23.09.2018 networking_calico_git_install_branch: 3465fd78844b177964a233d2e3ab25edecd00fe2 # HEAD of "master" as of 04.10.2018
networking_calico_git_project_group: neutron_all networking_calico_git_project_group: neutron_all
networking_calico_git_track_branch: master networking_calico_git_track_branch: master
## Nova service ## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: fb6e79162fb219f237632a65df92fda45850a4d2 # HEAD of "stable/pike" as of 23.09.2018 nova_git_install_branch: db3c2383a7cd9dd5cc8699c9f890cbac0f78263a # HEAD of "stable/pike" as of 04.10.2018
nova_git_project_group: nova_all nova_git_project_group: nova_all
nova_git_track_branch: stable/pike nova_git_track_branch: stable/pike
## PowerVM Virt Driver ## PowerVM Virt Driver
nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
nova_powervm_git_install_branch: 89eaf889f76b9885c9a7c3c8eddeb447bbcc5725 # HEAD of "stable/pike" as of 23.09.2018 nova_powervm_git_install_branch: 89eaf889f76b9885c9a7c3c8eddeb447bbcc5725 # HEAD of "stable/pike" as of 04.10.2018
nova_powervm_git_project_group: nova_all nova_powervm_git_project_group: nova_all
nova_powervm_git_track_branch: stable/pike nova_powervm_git_track_branch: stable/pike
## LXD Virt Driver ## LXD Virt Driver
nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
nova_lxd_git_install_branch: a9234659779e3c054a7db976c830826f571e1db6 # HEAD of "stable/pike" as of 23.09.2018 nova_lxd_git_install_branch: a9234659779e3c054a7db976c830826f571e1db6 # HEAD of "stable/pike" as of 04.10.2018
nova_lxd_git_project_group: nova_all nova_lxd_git_project_group: nova_all
nova_lxd_git_track_branch: stable/pike nova_lxd_git_track_branch: stable/pike
## Sahara service ## Sahara service
sahara_git_repo: https://git.openstack.org/openstack/sahara sahara_git_repo: https://git.openstack.org/openstack/sahara
sahara_git_install_branch: 9ce0703cbd4a317a6115f25ee05098fcac0559a4 # HEAD of "stable/pike" as of 23.09.2018 sahara_git_install_branch: 9ce0703cbd4a317a6115f25ee05098fcac0559a4 # HEAD of "stable/pike" as of 04.10.2018
sahara_git_project_group: sahara_all sahara_git_project_group: sahara_all
sahara_git_track_branch: stable/pike sahara_git_track_branch: stable/pike
## Swift service ## Swift service
swift_git_repo: https://git.openstack.org/openstack/swift swift_git_repo: https://git.openstack.org/openstack/swift
swift_git_install_branch: 2faab63dd789cb6d54eaa83fcdc04adda2f165b9 # HEAD of "stable/pike" as of 23.09.2018 swift_git_install_branch: 2faab63dd789cb6d54eaa83fcdc04adda2f165b9 # HEAD of "stable/pike" as of 04.10.2018
swift_git_project_group: swift_all swift_git_project_group: swift_all
swift_git_track_branch: stable/pike swift_git_track_branch: stable/pike
@ -210,31 +210,31 @@ swift_swift3_git_track_branch: None
## Ironic service ## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: b392bebcad9e4504d26a45c9dffac60e0bb18ebd # HEAD of "stable/pike" as of 23.09.2018 ironic_git_install_branch: f261743c0f68654ce1b0b32e8ed6db3cf10cfb95 # HEAD of "stable/pike" as of 04.10.2018
ironic_git_project_group: ironic_all ironic_git_project_group: ironic_all
ironic_git_track_branch: stable/pike ironic_git_track_branch: stable/pike
## Magnum service ## Magnum service
magnum_git_repo: https://git.openstack.org/openstack/magnum magnum_git_repo: https://git.openstack.org/openstack/magnum
magnum_git_install_branch: d73d912f6a3300ea049a40025ad989cdd237d20c # HEAD of "stable/pike" as of 23.09.2018 magnum_git_install_branch: d73d912f6a3300ea049a40025ad989cdd237d20c # HEAD of "stable/pike" as of 04.10.2018
magnum_git_project_group: magnum_all magnum_git_project_group: magnum_all
magnum_git_track_branch: stable/pike magnum_git_track_branch: stable/pike
## Trove service ## Trove service
trove_git_repo: https://git.openstack.org/openstack/trove trove_git_repo: https://git.openstack.org/openstack/trove
trove_git_install_branch: b1586ae9a53fab4bc9d2e5327595ad84ae359628 # HEAD of "stable/pike" as of 23.09.2018 trove_git_install_branch: b1586ae9a53fab4bc9d2e5327595ad84ae359628 # HEAD of "stable/pike" as of 04.10.2018
trove_git_project_group: trove_all trove_git_project_group: trove_all
trove_git_track_branch: stable/pike trove_git_track_branch: stable/pike
## Horizon Trove dashboard plugin ## Horizon Trove dashboard plugin
trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard
trove_dashboard_git_install_branch: eb6774f1cd2ed017614f958348a216c977899dac # HEAD of "stable/pike" as of 23.09.2018 trove_dashboard_git_install_branch: eb6774f1cd2ed017614f958348a216c977899dac # HEAD of "stable/pike" as of 04.10.2018
trove_dashboard_git_project_group: horizon_all trove_dashboard_git_project_group: horizon_all
trove_dashboard_git_track_branch: stable/pike trove_dashboard_git_track_branch: stable/pike
## Octavia service ## Octavia service
octavia_git_repo: https://git.openstack.org/openstack/octavia octavia_git_repo: https://git.openstack.org/openstack/octavia
octavia_git_install_branch: 4871cd0ca658aeef93f14fcc5cc8fd972568fbb7 # HEAD of "stable/pike" as of 23.09.2018 octavia_git_install_branch: 4871cd0ca658aeef93f14fcc5cc8fd972568fbb7 # HEAD of "stable/pike" as of 04.10.2018
octavia_git_project_group: octavia_all octavia_git_project_group: octavia_all
octavia_git_track_branch: stable/pike octavia_git_track_branch: stable/pike

View File

@ -4,4 +4,4 @@ features:
The maximum amount of time to wait until forcibly failing the The maximum amount of time to wait until forcibly failing the
LXC cache preparation process is now configurable using the LXC cache preparation process is now configurable using the
``lxc_cache_prep_timeout`` variable. The value is specified ``lxc_cache_prep_timeout`` variable. The value is specified
in seconds, with the default being 10 minutes. in seconds, with the default being 20 minutes.