On Fri, 2014-02-07 at 12:01 -0700, Brian C Thornock wrote:
> We are currently developing towards an OpenStack deployment of just
> Keystone and Swift. Tempest would not run. We added a bogus Glance
> entry to the service catalog with a corresponding bogus Glance
> endpoint, and voila, Tempest ran and passed. Hmm.
> 
> I am a newcomer to the OpenStack party, but this seemed odd because we
> did not deploy Glance but just added bogus entries to the service and
> endpoint lists. Magically, Tempest ran fine then. It clearly isn't
> making queries or requests to Glance, as nothing was listening on port
> 9292. Is it necessary then?

No, it should not be a requirement to run things like the Keystone and
Swift API tests, so that's a bug -- feel free to file one.

Likely can be fixed by identifying the piece of the Tempest module setup
that requires an image endpoint in the Keystone catalog and then making
that piece of code switchable by a config option.

Best,
-jay



_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to