update git_install_branches to point to head of stable/juno
This commit is contained in:
parent
b3057d9349
commit
506d8d97a6
@ -21,7 +21,7 @@ repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }}
|
||||
git_repo: https://github.com/openstack/cinder
|
||||
git_fallback_repo: https://git.openstack.org/openstack/cinder
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
|
||||
pip_wheel_name: cinder
|
||||
|
||||
|
@ -21,7 +21,7 @@ repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }}
|
||||
git_repo: https://github.com/openstack/glance
|
||||
git_fallback_repo: https://git.openstack.org/openstack/glance
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
git_etc_example: etc/
|
||||
|
||||
pip_wheel_name: glance
|
||||
|
@ -22,7 +22,7 @@ git_repo: https://github.com/openstack/heat
|
||||
git_fallback_repo: https://git.openstack.org/openstack/heat
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_etc_example: etc/heat
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
|
||||
pip_wheel_name: heat
|
||||
|
||||
|
@ -21,7 +21,7 @@ repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }}
|
||||
git_repo: https://github.com/openstack/horizon
|
||||
git_fallback_repo: https://git.openstack.org/openstack/horizon
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
|
||||
pip_wheel_name: horizon
|
||||
|
||||
|
@ -22,7 +22,7 @@ git_repo: https://github.com/openstack/keystone
|
||||
git_fallback_repo: https://git.openstack.org/openstack/keystone
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_etc_example: etc/
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
|
||||
pip_wheel_name: keystone
|
||||
|
||||
|
@ -22,7 +22,7 @@ git_repo: https://github.com/openstack/neutron
|
||||
git_fallback_repo: https://git.openstack.org/openstack/neutron
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_etc_example: etc/
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
pip_wheel_name: neutron
|
||||
|
||||
container_packages:
|
||||
|
@ -22,7 +22,7 @@ git_repo: https://github.com/openstack/nova
|
||||
git_fallback_repo: https://git.openstack.org/openstack/nova
|
||||
git_dest: "/opt/{{ repo_path }}"
|
||||
git_etc_example: etc/nova/
|
||||
git_install_branch: proposed/juno
|
||||
git_install_branch: stable/juno
|
||||
|
||||
pip_wheel_name: nova
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
repo_package_name: raxmon
|
||||
|
||||
git_repo: https://github.com/rcbops/rpc-maas
|
||||
git_install_branch: "v9.0.0"
|
||||
git_install_branch: "master"
|
||||
git_dest: /usr/lib/rackspace-monitoring-agent/plugins/
|
||||
|
||||
apt_container_keys:
|
||||
|
Loading…
x
Reference in New Issue
Block a user