Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenStack: Operators

err on creating private network

 

 

OpenStack operators RSS feed   Index | Next | Previous | View Threaded


haynes.davis at accenture

May 23, 2012, 7:13 AM

Post #1 of 2 (276 views)
Permalink
err on creating private network

Hi

I am following https://lists.launchpad.net/openstack/pdfuNjHGvU5UA.pdf to set up essex on Ubuntu 12.04
While creating private network following error occurs.


root [at] emilie:/home/oss# nova-manage network create --label=public --fixed_range_v4=172.15.1.0/24 --bridge_interface=br0
2012-05-23 09:09:19 WARNING nova.network.quantum.manager [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] QuantumManager does not use 'bridge' parameter.
2012-05-23 09:09:19 WARNING nova.network.quantum.manager [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] QuantumManager does not use 'bridge_interface' parameter.
2012-05-23 09:09:19 DEBUG nova.network.quantum.quantum_connection [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] Quantum Client Request: POST /v1.1/tenants/default/networks.json from (pid=8891) do_request /usr/lib/python2.7/dist-packages/nova/network/quantum/client.py:181
2012-05-23 09:09:19 DEBUG nova.network.quantum.quantum_connection [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] {"network": {"name": "public", "nova_id": "nova"}} from (pid=8891) do_request /usr/lib/python2.7/dist-packages/nova/network/quantum/client.py:183
Command failed, please check log for more info
2012-05-23 09:09:19 CRITICAL nova [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] Unable to connect to server. Got error: [Errno -3] Temporary failure in name resolution
2012-05-23 09:09:19 TRACE nova Traceback (most recent call last):
2012-05-23 09:09:19 TRACE nova File "/usr/bin/nova-manage", line 1744, in <module>
2012-05-23 09:09:19 TRACE nova main()
2012-05-23 09:09:19 TRACE nova File "/usr/bin/nova-manage", line 1731, in main
2012-05-23 09:09:19 TRACE nova fn(*fn_args, **fn_kwargs)
2012-05-23 09:09:19 TRACE nova File "/usr/bin/nova-manage", line 812, in create
2012-05-23 09:09:19 TRACE nova fixed_cidr=fixed_cidr)
2012-05-23 09:09:19 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/quantum/manager.py", line 211, in create_networks
2012-05-23 09:09:19 TRACE nova nova_id=nova_id)
2012-05-23 09:09:19 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/quantum/quantum_connection.py", line 67, in create_network
2012-05-23 09:09:19 TRACE nova resdict = self.client.create_network(data, tenant=tenant_id)
2012-05-23 09:09:19 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 85, in with_params
2012-05-23 09:09:19 TRACE nova ret = self.func(instance, *args, **kwargs)
2012-05-23 09:09:19 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 253, in create_network
2012-05-23 09:09:19 TRACE nova return self.do_request("POST", self.networks_path, body=body)
2012-05-23 09:09:19 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 211, in do_request
2012-05-23 09:09:19 TRACE nova "server. Got error: %s") % e)
2012-05-23 09:09:19 TRACE nova QuantumIOException: Unable to connect to server. Got error: [Errno -3] Temporary failure in name resolution
2012-05-23 09:09:19 TRACE nova

Please help me.

Regards,
Haynes

________________________________
Subject to local law, communications with Accenture and its affiliates including telephone calls and emails (including content), may be monitored by our systems for the purposes of security and the assessment of internal compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com


igor.laskovy at gmail

May 27, 2012, 10:15 AM

Post #2 of 2 (264 views)
Permalink
Re: err on creating private network [In reply to]

Hi Haynes,

well, it told to you that "QuantumManager does not use
'bridge_interface' parameter".
In reference doc Emilien Macchi used only this:
nova-manage network create --label=public --fixed_range_v4=172.15.1.0/24

On Wed, May 23, 2012 at 5:13 PM, <haynes.davis [at] accenture> wrote:
> Hi
>
>
>
> I am following https://lists.launchpad.net/openstack/pdfuNjHGvU5UA.pdf to
> set up essex on Ubuntu 12.04
>
> While creating private network following error occurs.
>
>
>
>
>
> root [at] emilie:/home/oss# nova-manage network create --label=public
> --fixed_range_v4=172.15.1.0/24 --bridge_interface=br0
>
> 2012-05-23 09:09:19 WARNING nova.network.quantum.manager
> [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] QuantumManager does not
> use 'bridge' parameter.
>
> 2012-05-23 09:09:19 WARNING nova.network.quantum.manager
> [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] QuantumManager does not
> use 'bridge_interface' parameter.
>
> 2012-05-23 09:09:19 DEBUG nova.network.quantum.quantum_connection
> [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] Quantum Client Request:
> POST /v1.1/tenants/default/networks.json from (pid=8891) do_request
> /usr/lib/python2.7/dist-packages/nova/network/quantum/client.py:181
>
> 2012-05-23 09:09:19 DEBUG nova.network.quantum.quantum_connection
> [req-260f470c-7591-42c6-8fac-8df3ecec4d18 None None] {"network": {"name":
> "public", "nova_id": "nova"}} from (pid=8891) do_request
> /usr/lib/python2.7/dist-packages/nova/network/quantum/client.py:183
>
> Command failed, please check log for more info
>
> 2012-05-23 09:09:19 CRITICAL nova [req-260f470c-7591-42c6-8fac-8df3ecec4d18
> None None] Unable to connect to server. Got error: [Errno -3] Temporary
> failure in name resolution
>
> 2012-05-23 09:09:19 TRACE nova Traceback (most recent call last):
>
> 2012-05-23 09:09:19 TRACE nova   File "/usr/bin/nova-manage", line 1744, in
> <module>
>
> 2012-05-23 09:09:19 TRACE nova     main()
>
> 2012-05-23 09:09:19 TRACE nova   File "/usr/bin/nova-manage", line 1731, in
> main
>
> 2012-05-23 09:09:19 TRACE nova     fn(*fn_args, **fn_kwargs)
>
> 2012-05-23 09:09:19 TRACE nova   File "/usr/bin/nova-manage", line 812, in
> create
>
> 2012-05-23 09:09:19 TRACE nova     fixed_cidr=fixed_cidr)
>
> 2012-05-23 09:09:19 TRACE nova   File
> "/usr/lib/python2.7/dist-packages/nova/network/quantum/manager.py", line
> 211, in create_networks
>
> 2012-05-23 09:09:19 TRACE nova     nova_id=nova_id)
>
> 2012-05-23 09:09:19 TRACE nova   File
> "/usr/lib/python2.7/dist-packages/nova/network/quantum/quantum_connection.py",
> line 67, in create_network
>
> 2012-05-23 09:09:19 TRACE nova     resdict =
> self.client.create_network(data, tenant=tenant_id)
>
> 2012-05-23 09:09:19 TRACE nova   File
> "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 85,
> in with_params
>
> 2012-05-23 09:09:19 TRACE nova     ret = self.func(instance, *args,
> **kwargs)
>
> 2012-05-23 09:09:19 TRACE nova   File
> "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 253,
> in create_network
>
> 2012-05-23 09:09:19 TRACE nova     return self.do_request("POST",
> self.networks_path, body=body)
>
> 2012-05-23 09:09:19 TRACE nova   File
> "/usr/lib/python2.7/dist-packages/nova/network/quantum/client.py", line 211,
> in do_request
>
> 2012-05-23 09:09:19 TRACE nova     "server. Got error: %s") % e)
>
> 2012-05-23 09:09:19 TRACE nova QuantumIOException: Unable to connect to
> server. Got error: [Errno -3] Temporary failure in name resolution
>
> 2012-05-23 09:09:19 TRACE nova
>
>
>
> Please help me.
>
>
>
> Regards,
>
> Haynes
>
>
> ________________________________
> Subject to local law, communications with Accenture and its affiliates
> including telephone calls and emails (including content), may be monitored
> by our systems for the purposes of security and the assessment of internal
> compliance with Accenture policy.
> ______________________________________________________________________________________
>
> www.accenture.com
>
> _______________________________________________
> Openstack-operators mailing list
> Openstack-operators [at] lists
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>



--
Igor Laskovy
Kiev, Ukraine
_______________________________________________
Openstack-operators mailing list
Openstack-operators [at] lists
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

OpenStack operators RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.