Search code examples
openstack

How to start openstack-services?


I installed rdo-openstack-packstack-allinone on Fedora21, how to start openstack- services after rebooting,i am a new bird in openstack. Thank you warm-hearted!


Solution

  • To run all the openstack services

    openstack-service start
    

    to stop all services

    openstack-service stop
    

    to check status:

    openstack-service status
    

    Hope it helps.