此内容没有您所选择的语言版本。
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