How to access external network (flat mode) from VM using linux bridge plugin???
Hi all,
I'm using Grizzly (2013.1) and I've created an OpenStack on a single node and only 1 NIC.
I followed all the instruction from here: https:/
Now I can create network/
I've tried to use flat network (using linux bridge plugin) but when I want to create a network with
# quantum net-create external_net1 --provider:
and it says
Invalid input for operation: Unknown provider:
Traceback (most recent call last):
File "/usr/lib/
return run_command(cmd, cmd_parser, sub_argv)
File "/usr/lib/
return cmd.run(known_args)
File "/usr/lib/
return super(OpenStack
File "/usr/lib/
column_names, data = self.take_
File "/usr/lib/
return self.get_
File "/usr/lib/
data = obj_creator(body)
File "/usr/lib/
ret = self.function(
File "/usr/lib/
return self.post(
File "/usr/lib/
headers=
File "/usr/lib/
self.
File "/usr/lib/
exception_
File "/usr/lib/
message=
QuantumClientEx
I just don't know why physnet1 is unknown because I've set all the configuration the same with the installation guide.
Would it be a limitation that I only have 1 node and 1 NIC?
If I just want to create a network scenario like this:
http://
How should I do?
I'm in my company and have IP 10.109.37.216/29 which can access the external network by proxy.
But my VMs now can only get private IP by "provider:network type 'local' " and cannot access the external network (But it's ok to access with all the VM in the same network/router.)
Please help me because I've been stuck here for a long time.
Thank you very much!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- neutron Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Bill Chen for more information if necessary.