** Project changed: openstack-manuals => glance
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1837737
Title:
Verify operation in Installation of glance
Status in Glance:
New
Bug description:
during verification in step 3 below command gives me below error
openstack image create "cirros" \
--file cirros-0.3.4-x86_64-disk.img \
--disk-format qcow2 --container-format bare \
--public
error /var/log/glance/api.log
2019-07-24 09:44:40.133 34164 CRITICAL keystonemiddleware.auth_token [-]
Unable to validate token: Unable to establish connection to
http://192.168.1.134:35357/v3/auth/tokens:
HTTPConnectionPool(host='192.168.1.134', port=35357): Max retries exceeded with
url: /v3/auth/tokens (Caused by
NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7fef49056b10>: Failed to establish a new connection: [Errno 111]
ECONNREFUSED',)): ConnectFailure: Unable to establish connection to
http://192.168.1.134:35357/v3/auth/tokens:
HTTPConnectionPool(host='192.168.1.134', port=35357): Max retries exceeded with
url: /v3/auth/tokens (Caused by
NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7fef49056b10>: Failed to establish a new connection: [Errno 111]
ECONNREFUSED',))
2019-07-24 09:44:40.135 34164 INFO eventlet.wsgi.server [-] 192.168.1.134 - -
[24/Jul/2019 09:44:40] "GET /v2/images HTTP/1.1" 503 418 0.006781
config file /etc/glance/glance-api.log
[keystone_authtoken]
auth_uri = http://192.168.1.134:5000/v3
auth_url = http://192.168.1.134:35357/v3
memcached_servers = 192.168.1.134:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = glance
password = glance
also i tried to remove /v3 it gives me same error
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1837737/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp