Failed to discover available identity version when contacting http://192.168.x.x:5000/v3. Attempting to parse version from URL.
- I deleted all nova databases and after the creation of these databases whe trying commands to create user and endpoints i recieve this error
Failed to discover available identity version when contacting http://192.168.x.x:5000/v3. Attempting to parse version from URL. Unable to establish connection to http://192.168.x.x:5000/v3/auth/tokens: HTTPConnectionPool(host='192.168.x.x' port=5000): Max retries exceede with url: /v3/auth/tokens (caused by NewConnectionError('<urllib3.connection.httpconnection 0x7f1500ed16d0="" at="" object="">: Failed to establish a new connection: [Errno 101] Network is unreachable',))</urllib3.connection.httpconnection>
- the /var/log/nova/nova-api.log file display:
ERROR oslo service.service DBConnectionError: (pymysql.err.OperationalError) (2003, "can't connect to MYSQL server on '192.168.1.67' ([Errno 113] EHOSTUNREACH)") (Background on this error at http://sqlalche.me/e/e3q8)
check rabbit-mq is running or not,check your binding ip in mysql configuration file,check endpoints table in keystone database,check connection's value in database section in keystone and nova's config file,if your making anychange,sync databases
Your network setup seems to have issues. Find out why 192.168.x.x is unreachable. Is this address correct in the first place?
Also find out if 192.168.1.67 is correct and reachable, and the MySQL port is open on that server.
The error is corrected, but when i tried this command " openstack compute service list" nothing is listed for me the process still searching for result and the command "nova-status upgrade check " display these errors
File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/reflection.py", line 54, in cache ret = fn(self, con, args, *kw) File "/usr/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py", line 2172, in _setup_parser full_name=full_name)
File "/usr/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py", line 2267, in _show_create_table raise exc.NoSuchTableError(full_name) NoSuchTableError:
compute_nodes