glance cannot find store for scheme vmware_datastore
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
High
|
Flavio Percoco | ||
Icehouse |
Fix Released
|
High
|
Flavio Percoco |
Bug Description
I have python-
when configuring
default_
known_stores = glance.
vmware_server_host = 10.34.69.76
vmware_
vmware_
vmware_
vmware_
glance-api doesn't seem to come up at all.
glance image-list
Error communicating with http://
there seems to be nothing interesing in the logs. After changing to the
default_
glance image-create --disk-format vmdk --container-format bare --copy-from 'http://
or
glance image-create --disk-format vmdk --container-format bare --file 'cirros-
the image remains in queued state
I can see log lines
2014-08-15 12:38:55.885 24732 DEBUG glance.store [-] Registering store <class 'glance.
2014-08-15 12:39:54.119 24764 DEBUG glance.
2014-08-15 12:43:31.408 24764 DEBUG glance.
so it looks like there is inconsistency on the scheme that should be used. After hardcoding
STORE_SCHEME = 'vmware_datastore'
in the
/usr/
the behaviour changed, but did not improve very much:
glance image-create --disk-format vmdk --container-format bare --file 'cirros-
400 Bad Request
Store for image_id not found: 7edc22ae-
(HTTP 400)
Changed in glance: | |
assignee: | nobody → Flavio Percoco (flaper87) |
importance: | Undecided → High |
Changed in glance: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
summary: |
- glance cannot find store for scheme mware_datastore + glance cannot find store for scheme vmware_datastore |
Changed in glance: | |
milestone: | juno-3 → 2014.2 |
I believe that should be:
default_ store=vsphere
and the known_stores entry is unnecessary, as the store is hardcoded.