Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

5.5. Launch the Image API and Registry Services

After Glance has been configured, start the glance-api and glance-registry services, and configure each service to start at boot time:
# systemctl start openstack-glance-registry.service
# systemctl start openstack-glance-api.service
# systemctl enable openstack-glance-registry.service
# systemctl enable openstack-glance-api.service