[Openstack] [Glance] Running devstack with just Glance

Chris Buccella buccella at linux.vnet.ibm.com
Wed Apr 9 10:43:20 UTC 2014


You will also need a database:

ENABLED_SERVICES=g-api,g-reg,key,mysql


-Chris

On 04/09/2014 02:16 AM, Shrinand Javadekar wrote:
> I get an "500 Internal Error" message and stack.sh fails :(.
>
> On Tue, Apr 8, 2014 at 5:26 PM, John Griffith
> <john.griffith at solidfire.com> wrote:
>> Use enabled_services in your local.conf file, something like:
>>
>> ENABLED_SERVICES=g-api,g-reg,key
>>
>> Might work....
>>
>>
>>
>> On Tue, Apr 8, 2014 at 5:49 PM, Shrinand Javadekar <shrinand at maginatics.com>
>> wrote:
>>> 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
>>>
>>> _______________________________________________
>>> Mailing list:
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>> Post to     : openstack at lists.openstack.org
>>> Unsubscribe :
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>





More information about the Openstack mailing list