Hide Forgot
Description of problem: After installation of RDO allinone configuration, the execution of openstack-status does not report the status of the Neutron Services This bug is related to the quantum-> neutron renaming. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
pull request link - https://github.com/redhat-openstack/openstack-utils/pull/7
hi i just did a fresh install of havana and only see this: openstack-nova-network: dead (disabled on boot) openstack-nova-scheduler: active openstack-nova-volume: dead (disabled on boot) nothing about quantum even
*** Bug 1007685 has been marked as a duplicate of this bug. ***
Version openstack-utils-2013.2-1 is now built and bubbling through fedora/epel/RDO update channels
just updated to openstack-utils-2013.2-1.el6.1.noarch and ran openstack-status it reports == neutron services == neutron-server: active neutron-dhcp-agent: active neutron-l3-agent: active neutron-metadata-agent: active neutron-openvswitch-agent: active but doesnt report the networks that neutron is providing.
OK thanks for verifying. Reporting networks is a separate functionality. How would that logic go? after_keystone_rc_is_sourced if any_neutron_service_is_installed neutron net-list
if the deployment is a large one, i would guess neutron net-list would be a longish list.