Any Folsom Quantum OVS setup bundle or instructions

Asked by Krishna Kothapalli

Trying to install and config Fosom Quantum for the last two without success.

Wondering if there any simple instructions/images that I can use to get jump started ?

Thanks.

So far try trying instructions: http://docs.openstack.org/trunk/openstack-network/admin/content/basic_workflow.html" and https://launchpad.net/quantum/folsom/2012.2/+download/quantum-2012.2.tar.gz

Current issue: Not sure what Iam missing: quantum create_net fails with " 404 Not Found The resource could not be found"

oot@ubantu:/home/krishna/quantum-2012.2# quantum --token ADMIN --debug create_net tenant-id1 net1
INFO:quantumclient:Executing command "create_net" with args: ['tenant-id1', 'net1', '1.1']
DEBUG:quantumclient:Client issuing request: /networks
DEBUG:quantumclient:Quantum Client Request:
POST /v1.1/tenants/tenant-id1/networks.json

DEBUG:quantumclient:{"network": {"name": "net1"}}
send: 'POST /v1.1/tenants/tenant-id1/networks.json HTTP/1.1\r\nHost: 127.0.0.1:9696\r\nAccept-Encoding: identity\r\nContent-Length: 29\r\nContent-Type: application/json\r\nX-A\
uth-Token: ADMIN\r\n\r\n{"network": {"name": "net1"}}'
reply: 'HTTP/1.1 404 Not Found\r\n'
header: Content-Length: 52
header: Content-Type: text/plain; charset=UTF-8
header: Date: Wed, 03 Oct 2012 00:08:19 GMT
DEBUG:quantumclient:Quantum Client Reply (code = 404) :
 404 Not Found

The resource could not be found.

DEBUG:quantumclient:Server returned error: 404
DEBUG:quantumclient:Error message: 404 Not Found

The resource could not be found.

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/cli_lib.py", line 332, in create_net
    res = client.create_network(data)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 153, in with_params
    ret = self.function(instance, *args)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 441, in create_network
    return self.post(self.networks_path, body=body)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 402, in post
    headers=headers, params=params)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 323, in do_request
    self._handle_fault_response(status_code, data)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 241, in _handle_fault_response
    EXCEPTION_HANDLERS[self.version](status_code, des_error_body)
  File "/usr/local/lib/python2.7/dist-packages/python_quantumclient-2012.2-py2.7.egg/quantumclient/__init__.py", line 127, in exception_handler_v11
    raise exceptions.QuantumClientException(message=msg)
QuantumClientException: 404-{'message': '404 Not Found\n\nThe resource could not be found.\n\n '}
INFO:quantumclient:Command execution completed
root@ubantu:/home/krishna/quantum-2012.2#

Earlier I created a keystone tenant-id1

 root@ubantu:/home/krishna/quantum-2012.2# keystone --endpoint http://0.0.0.0:35357/v2.0 --token ADMIN tenant-list
   +----------------------------------+------------+---------+
   | id | name | enabled |
   +----------------------------------+------------+---------+
   | 87dbbe7453d54ebeaf200bbbad9d857c | tenant-id1 | True |
   +----------------------------------+------------+---------+

Question information

Language:
English Edit question
Status:
Answered
For:
neutron Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
dan wendlandt (danwent) said :
#1

it looks like you're using an old Essex (i.e., quantum API v1.1) version of the client. You should be using the folsom stuff, with v2 API. I'd strongly suggest starting out by installing things from packages (ubuntu or red hat) as described in the docs until you get more familiar with quantum.

Revision history for this message
Krishna Kothapalli (krishna-sunitha) said :
#2

Thanks Dan. Trying that approach now.

Can you help with this problem?

Provide an answer of your own, or ask Krishna Kothapalli for more information if necessary.

To post a message you must log in.