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:
Dan Bode 2012-03-19 17:59:00 -07:00
parent 37347d16fa
commit d5dc26c7f3
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -146,5 +146,4 @@ class nova(
'glance_port': value => $glance_port;
}
}
}