Bug 887209
Summary: | [RFE] nova should query service catalogue to learn about glance (image service) deployments | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Giulio Fidente <gfidente> |
Component: | openstack-nova | Assignee: | RHOS Maint <rhos-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0 (Folsom) | CC: | apevec, sgordon, srevivo |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-28 20:37:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
This was discussed some time ago upstream[1] but no changes yet AFAICT [1] https://lists.launchpad.net/openstack/msg13288.html This no longer appears to be required in current releases. |
Description of problem: nova does not query keystone to learn about glance (image service) deployments, requires glance_{host,port} to be set in nova.conf Version-Release number of selected component (if applicable): openstack-nova-2012.2.1-2.el6ost.noarch Steps to Reproduce: 1. install and configure glance in keystone 2. install nova on a separate host 3. try 'nova image-list' Actual results: in api.log > CommunicationError: Error communicating with http://$HOSTNAME:9292 [Errno 111] ECONNREFUSED Expected results: nova discovers glance installations via keystone