[Openstack] [Glance] Running devstack with just Glance
Shrinand Javadekar
shrinand at maginatics.com
Tue Apr 8 23:49:05 UTC 2014
Hi,
I want to run devstack with just Glance (and Keystone because Glance
requires Keystone I guess). My localrc is pasted below. However, when
stack.sh completes, I don't see glance running. I looked at the
catalog returned by keystone and the only service reported by keystone
is the "identity service" which is itself.
<start of localrc>
ADMIN_PASSWORD=devstack
MYSQL_PASSWORD=devstack
RABBIT_PASSWORD=devstack
SERVICE_PASSWORD=devstack
SERVICE_TOKEN=devstack
# Uncomment the BRANCHes below to use stable versions
# unified auth system (manages accounts/tokens)
KEYSTONE_BRANCH=stable/havana
# image storage
GLANCE_BRANCH=stable/havana
disable_all_services
enable_service key glance mysql
<end of localrc>
Any ideas how I can get only glance to run on devstack.
Thanks in advance.
-Shri
More information about the Openstack
mailing list