openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08994
Re: Horizon-Keystone servicecatalog exception "volume"
First, to answer your question, take a look at what's in DevStack's keystone templates:
https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates
That's for an Essex Keystone install, but I think you can figure out how to generalize it back to your setup.
That said, fixing that endpoint will fix a few issues for you, but the current Horizon master (Essex) on github isn't fully-compatible with a Diablo stack behind it. It'll *mostly* work, but many commands will fail due to changes to the various APIs (Keystone and Nova have both diverged from Diablo over the Essex timeframe).
I recommend you use the stable/diablo release of Horizon if you want to run Horizon with a Diablo stack.
All the best,
- Gabriel
From: openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Vijay
Sent: Thursday, March 22, 2012 10:25 AM
To: openstack@xxxxxxxxxxxxxxxxxxx
Subject: [Openstack] Horizon-Keystone servicecatalog exception "volume"
Hello,
I have installed diablo nova/openstack, keystone 2011-3 and horizon from git.
I am able to login to dashboard. However, when I go to "Instances and Volumes", I am getting the following error:
ServiceCatalogException
Exception Value:
Invalid service catalog service: volume
ServiceCatalogException
Exception Value:
Invalid service catalog service: volume
ServiceCatalogException
Exception Value:
Invalid service catalog service: volume
ServiceCatalogException: Invalid service catalog service: volume
In keystone, I have added only three end points, nova, glance and keystone.
What is the endpoint template for volume that I need to add?
Thanks for any leads,
-Vijay
References