sudo service openstack-glance start RETURNS "unrecognized service"

Asked by Rob Neff

Following the OpenStack Computer Administration Manual for Diablo, I downloaded and installed openstack-repo-2011.3-0.2.noarch.rpm on RHEL 6.1.

I then did a sudo yum install openstack-glance, which appeared to work successfully.

sudo yum install openstack-glance
Loaded plugins: product-id, subscription-manager
Updating Red Hat repositories.
Repository 'dvd' is missing name in configuration, using id
openstack | 1.3 kB 00:00
openstack-deps | 1.3 kB 00:00
Setting up Install Process
Package openstack-glance-2011.3-0.20110728.r145.el6.noarch already installed and latest version
Nothing to do

Unfortunately, when I try to start the glance service.
-----------------------------------------------------------
sudo service openstack-glance status
openstack-glance: unrecognized service

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Rob Neff
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Rob Neff (robpneff) said :
#2

Can anyone explain this?

Revision history for this message
Brian Waldon (bcwaldon) said :
#3

The service is 'glance', not 'openstack-glance'.

Revision history for this message
Rob Neff (robpneff) said :
#4

RHEL install documentation was fixed, these are the correct calls:

sudo service openstack-glance-api start
sudo service openstack-glance-registry start

Revision history for this message
Matt (mierdin) said :
#5