Install ceilometer dependency for ODL

Let os_neutron to install ceilometer as it's needed by
latest changes [1] in ODL mechanism driver.

[1] https://github.com/openstack/networking-odl/blob/master/requirements.txt#L21

Change-Id: Ice120b582cd2ddcff6340088554537bf013e306e
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
This commit is contained in:
Periyasamy Palanisamy 2018-05-22 11:34:14 +02:00
parent 431032a5f4
commit 7a0d0df84f
2 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,8 @@ networking_sfc_git_repo: https://git.openstack.org/openstack/networking-sfc
networking_sfc_git_install_branch: master
networking_bgpvpn_git_repo: https://git.openstack.org/openstack/networking-bgpvpn
networking_bgpvpn_git_install_branch: master
openstack_ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
openstack_ceilometer_git_install_branch: master
# Developer mode
neutron_developer_mode: false

View File

@ -125,6 +125,7 @@ neutron_developer_constraints:
- "git+{{ networking_odl_git_repo }}@{{ networking_odl_git_install_branch }}#egg=networking-odl"
- "git+{{ networking_sfc_git_repo }}@{{ networking_sfc_git_install_branch }}#egg=networking-sfc"
- "git+{{ networking_bgpvpn_git_repo }}@{{ networking_bgpvpn_git_install_branch }}#egg=networking-bgpvpn"
- "git+{{ openstack_ceilometer_git_repo }}@{{ openstack_ceilometer_git_install_branch }}#egg=ceilometer"
neutron_bin: "/openstack/venvs/neutron-{{ neutron_venv_tag }}/bin"