← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1837737] [NEW] Verify operation in Installation of glance

 

You have been subscribed to a public bug:

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

** Affects: glance
     Importance: Undecided
         Status: New


** Tags: install-guide
-- 
Verify operation in Installation of glance 
https://bugs.launchpad.net/bugs/1837737
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.