OpenStack services disabled on boot (Using RDO Packstack) : Queens Release
I am installing OPenstack on Centos7 VM. I am installing Openstack using Packstack (Queens release). However, I am not able to bring up all the components. Some are "disabled on boot". When I do "openstack-services", the following comes up:
[root@localhost ~]# openstack-status == Nova services == openstack-nova-api: active
openstack-nova-compute: inactive (disabled on boot)
openstack-nova-network: inactive (disabled on boot)
openstack-nova-scheduler: active
openstack-nova-conductor: active
openstack-nova-console: inactive (disabled on boot)
openstack-nova-consoleauth: active
openstack-nova-xvpvncproxy: inactive (disabled on boot)
== Glance services ==
openstack-glance-api: active
openstack-glance-registry: active
== Keystone service ==
openstack-keystone: inactive (disabled on boot)
== Horizon service ==
openstack-dashboard: active
== neutron services ==
neutron-server: activating(disabled on boot)
neutron-dhcp-agent: active
neutron-l3-agent: active
neutron-metadata-agent: active
neutron-openvswitch-agent: active
neutron-metering-agent: active
== Cinder services ==
openstack-cinder-api: active
openstack-cinder-scheduler: active
openstack-cinder-volume: active
openstack-cinder-backup: active
== Ceilometer services ==
openstack-ceilometer-api: inactive (disabled on boot)
openstack-ceilometer-central: active
openstack-ceilometer-compute: inactive (disabled on boot)
openstack-ceilometer-collector: inactive (disabled on boot)
openstack-ceilometer-notification: inactive (disabled on boot)
== Support services ==
openvswitch: active
dbus: active
target: active
rabbitmq-server: failed
memcached: active
== Keystone users ==
Warning keystonerc not sourced
Please let me know what can be done to overcome this?