Skip to content

Instantly share code, notes, and snippets.

@gabrielhurley
Created August 7, 2012 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielhurley/3288861 to your computer and use it in GitHub Desktop.
Save gabrielhurley/3288861 to your computer and use it in GitHub Desktop.
devstack quantum auth failure
+ /opt/stack/nova/bin/nova-manage network create private 10.0.0.0/24 1 256
2012-08-07 19:59:14 WARNING nova.network.quantum.manager [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] QuantumManager does not use 'bridge' parameter.
QuantumManager does not use 'bridge' parameter.
2012-08-07 19:59:14 WARNING nova.network.quantum.manager [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] QuantumManager does not use 'bridge_interface' parameter.
QuantumManager does not use 'bridge_interface' parameter.
2012-08-07 19:59:14 DEBUG nova.network.quantum.quantum_connection [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] Quantum Client Request: POST /v1.1/tenants/default/networks.json from (pid=13521) do_request /opt/stack/nova/nova/network/quantum/client.py:182
Quantum Client Request: POST /v1.1/tenants/default/networks.json
2012-08-07 19:59:14 DEBUG nova.network.quantum.quantum_connection [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] {"network": {"name": "private", "nova_id": "nova"}} from (pid=13521) do_request /opt/stack/nova/nova/network/quantum/client.py:184
{"network": {"name": "private", "nova_id": "nova"}}
2012-08-07 19:59:14 DEBUG nova.network.quantum.quantum_connection [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] Quantum Client Reply (code = 401) :
401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
Authentication required from (pid=13521) do_request /opt/stack/nova/nova/network/quantum/client.py:193
Quantum Client Reply (code = 401) :
401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
Authentication required
Command failed, please check log for more info
2012-08-07 19:59:14 CRITICAL nova [req-d60cdd7c-40f3-4041-87c1-64e3a3c75098 None None] Server 401 error: 401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
Authentication required
2012-08-07 19:59:14 TRACE nova Traceback (most recent call last):
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 1511, in <module>
2012-08-07 19:59:14 TRACE nova main()
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 1498, in main
2012-08-07 19:59:14 TRACE nova fn(*fn_args, **fn_kwargs)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 595, in create
2012-08-07 19:59:14 TRACE nova fixed_cidr=fixed_cidr)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/manager.py", line 233, in create_networks
2012-08-07 19:59:14 TRACE nova nova_id=nova_id)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/quantum_connection.py", line 71, in create_network
2012-08-07 19:59:14 TRACE nova resdict = self.client.create_network(data, tenant=tenant_id)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 81, in with_params
2012-08-07 19:59:14 TRACE nova ret = self.func(instance, *args, **kwargs)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 254, in create_network
2012-08-07 19:59:14 TRACE nova return self.do_request("POST", self.networks_path, body=body)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 208, in do_request
2012-08-07 19:59:14 TRACE nova % locals())
2012-08-07 19:59:14 TRACE nova QuantumServerException: Server 401 error: 401 Unauthorized
2012-08-07 19:59:14 TRACE nova
2012-08-07 19:59:14 TRACE nova This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
2012-08-07 19:59:14 TRACE nova
2012-08-07 19:59:14 TRACE nova Authentication required
2012-08-07 19:59:14 TRACE nova
Server 401 error: 401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
Authentication required
2012-08-07 19:59:14 TRACE nova Traceback (most recent call last):
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 1511, in <module>
2012-08-07 19:59:14 TRACE nova main()
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 1498, in main
2012-08-07 19:59:14 TRACE nova fn(*fn_args, **fn_kwargs)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 595, in create
2012-08-07 19:59:14 TRACE nova fixed_cidr=fixed_cidr)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/manager.py", line 233, in create_networks
2012-08-07 19:59:14 TRACE nova nova_id=nova_id)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/quantum_connection.py", line 71, in create_network
2012-08-07 19:59:14 TRACE nova resdict = self.client.create_network(data, tenant=tenant_id)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 81, in with_params
2012-08-07 19:59:14 TRACE nova ret = self.func(instance, *args, **kwargs)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 254, in create_network
2012-08-07 19:59:14 TRACE nova return self.do_request("POST", self.networks_path, body=body)
2012-08-07 19:59:14 TRACE nova File "/opt/stack/nova/nova/network/quantum/client.py", line 208, in do_request
2012-08-07 19:59:14 TRACE nova % locals())
2012-08-07 19:59:14 TRACE nova QuantumServerException: Server 401 error: 401 Unauthorized
2012-08-07 19:59:14 TRACE nova
2012-08-07 19:59:14 TRACE nova This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
2012-08-07 19:59:14 TRACE nova
2012-08-07 19:59:14 TRACE nova Authentication required
2012-08-07 19:59:14 TRACE nova
++ failed
++ local r=1
++ set +o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment