set network bridge in the provider
This commit sets the network bridge manually in the call to nova-manage. This change is required for essex support.
This commit is contained in:
parent
37347d16fa
commit
d5dc26c7f3
@ -16,7 +16,7 @@ Puppet::Type.type(:nova_network).provide(:nova_manage) do
|
||||
end
|
||||
|
||||
def create
|
||||
nova_manage("network", "create", resource[:label], resource[:network], "1", resource[:available_ips])
|
||||
nova_manage("network", "create", resource[:label], resource[:network], "1", resource[:available_ips], "--bridge=br100")
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
@ -146,5 +146,4 @@ class nova(
|
||||
'glance_port': value => $glance_port;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user