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:
parent
431032a5f4
commit
7a0d0df84f
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user