Set defaults for octavia-ovn-provider driver
This patch is the first of two required to implement the octavia-ovn-provider driver for Octavia. By setting a default for neutron_bin we can use the path in logic for installing the ovn provider driver. Change-Id: Ia700de4e03f8f238bfa5ee6183cb07aa2fdd83fe
This commit is contained in:
parent
bdfa671030
commit
3fca345f54
@ -27,6 +27,7 @@
|
|||||||
keystone_bin: /usr/bin
|
keystone_bin: /usr/bin
|
||||||
cinder_bin: /usr/bin
|
cinder_bin: /usr/bin
|
||||||
nova_bin: /usr/bin
|
nova_bin: /usr/bin
|
||||||
|
neutron_bin: /usr/bin
|
||||||
|
|
||||||
## Delegate all database setup tasks to the utility host, and use the utility venv python interpreter
|
## Delegate all database setup tasks to the utility host, and use the utility venv python interpreter
|
||||||
openstack_db_setup_host: "{{ groups['utility_all'][0] }}"
|
openstack_db_setup_host: "{{ groups['utility_all'][0] }}"
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
cinder_bin: "/openstack/venvs/cinder-{{ venv_tag }}/bin"
|
cinder_bin: "/openstack/venvs/cinder-{{ venv_tag }}/bin"
|
||||||
keystone_bin: "/openstack/venvs/keystone-{{ venv_tag }}/bin"
|
keystone_bin: "/openstack/venvs/keystone-{{ venv_tag }}/bin"
|
||||||
nova_bin: "/openstack/venvs/nova-{{ venv_tag }}/bin"
|
nova_bin: "/openstack/venvs/nova-{{ venv_tag }}/bin"
|
||||||
|
neutron_bin: "/openstack/venvs/neutron-{{ venv_tag }}/bin"
|
||||||
|
|
||||||
# URL for the frozen internal openstack repo.
|
# URL for the frozen internal openstack repo.
|
||||||
repo_release_path: "{{ openstack_repo_url }}/os-releases/{{ openstack_release }}/{{ os_distro_version }}"
|
repo_release_path: "{{ openstack_repo_url }}/os-releases/{{ openstack_release }}/{{ os_distro_version }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user