Unable to create network using quantum
Hi.
I have strictly following the installation procedure for quantum as mentioned in the quide, I have created quantum user, binded to role and service in keystone and did the corresponding changes in nova.conf and quantum.conf file.
I am unable to create a network, when I am trying to create network , I am seein the following information from l3-agent.log file
2012-11-16 13:31:33 DEBUG [quantum.agent.linux.utils] Running command: ip -o link show br-ex
2012-11-16 13:31:33 DEBUG [quantum.agent.linux.utils]
Command: ['ip', '-o', 'link', 'show', 'br-ex']
Exit code: 0
Stdout: '9: br-ex:
2012-11-16 13:31:33 DEBUG [quantumclient.client] RESP:{'date': 'Fri, 16 Nov 2012 21:31:33 GMT', 'status': '404', 'content-length': '52', 'content-type': 'text/plain; charset=UTF-8'}
2012-11-16 13:31:33 DEBUG [quantumclient.client] RESP BODY:404 Not Found
The resource could not be found.
2012-11-16 13:31:33 DEBUG [quantumclient.v2_0.client] Error message: 404 Not Found
The resource could not be found.
2012-11-16 13:31:33 ERROR [quantum.agent.l3_agent] Error running l3_nat daemon_loop Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 170, in daemon_loop self.do_single_loop() File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 201, in do_single_loop target_ex_net_id = self._fetch_external_net_id() File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 182, in _fetch_external_net_id ex_nets = self.qclient.list_networks(*params)['networks'] File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 102, in with_params ret = self.function(instance, *args, *kwargs) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 244, in list_networks return self.get(self.networks_path, params=_params) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 525, in get headers=headers, params=params) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 510, in retry_request headers=headers, params=params) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 455, in do_request self._handle_fault_response(status_code, replybody) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 436, in _handle_fault_response exception_handler_v20(status_code, des_error_body) File "/usr/lib/python2.7/dist-packages/quantumclient/v2_0/client.py", line 82, in exception_handler_v20 message=message) QuantumClientException: 404 Not Found
The resource could not be found.
^C root@openstack:~# root@openstack:~# keystone user-list +----------------------------------+---------+---------+--------------------+ | id | name | enabled | email | +----------------------------------+---------+---------+--------------------+ | 0a6da5fe748c45d686709f69e5f84960 | nova | True | nova@foobar.com | | 55465c99d3874f80ae6dadb4c6156887 | quantum | True | quantum@foobar.com | | 86e9e78c71c848a6a19036d833f7dd34 | cinder | True | cinder@foobar.com | | a3950766714147c1bbc052c38f57167d | swift | True | swift@foobar.com | | cbe2210f4f0d4277ae0d2d3f6eda035c | admin | True | admin@foobar.com | | d67832e0755749a1bc98005b8124bd6b | glance | True | glance@foobar.com | +----------------------------------+---------+---------+--------------------+ root@openstack:~# root@openstack:~# root@openstack:~# keystone service-list +----------------------------------+----------+--------------+------------------------------+ | id | name | type | description | +----------------------------------+----------+--------------+------------------------------+ | 2c740ebf67a44b68bdbec25df20b5003 | keystone | identity ...