Verify operation in glance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I installed the Glance service according to the tutorial, but received the following error when testing the image creation:
glance image-create --name "cirros" --file Downloads/
WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions
usage: glance [--version] [-d] [-v] [--get-schema] [-f]
glance: error: unrecognized arguments: --visibility=public
If I remove the "--visitiblity=
glance image-create --name "cirros" --file Downloads/
WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions
HTTPMultipleChoices (HTTP 300) Requested version of OpenStack Images API is not available.
And if I run with the openstack command, I receive the following error:
openstack image list
HttpException: 500: Server Error for url: http://
What can be wrong with my installation if I didnt receive error messages during installation?
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- The mailing list: https:/
- IRC: 'openstack' channel on Freenode
-------
Release: 22.0.0.0rc2.dev2 on 2019-11-18 14:17:08
SHA: b5437773b20db3d
Source: https:/
URL: https:/
I noticed that even specifying the name for the Glance service, the system did not register it: ------- ------- ------- ------- +------ ----+-- ------- -+ ------- ------- ------- ------- +------ ----+-- ------- -+ e935b243869b239 9e | keystone | identity | 98cf22b89be6c78 a9 | | image | ------- ------- ------- ------- +------ ----+-- ------- -+
openstack service list
+------
| ID | Name | Type |
+------
| 8318ed8175a641b
| deb4b7f24a4a468
+------
I do not know why the service name is empty if I specified it during the creation (openstack service create --name glance --description "OpenStack Image" image).