이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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