5.6. Launch the Image API and Registry Services

Now that Glance has been configured, start the glance-api and glance-registry services as the root user:
# service openstack-glance-registry start
# service openstack-glance-api start
# chkconfig openstack-glance-registry on
# chkconfig openstack-glance-api on