NSX|v: Fix provider network creation
When creating a portgroup provider natwork, the name of the neutron network should match the name of the virtual wire. Commit Ib5ed8f0d75aed98963e1deff9c123ee01afc875c removed the network name from the code by mistake Change-Id: I1c9bf57d3fefde0c9ec9370628a8b5bbc92b783f
This commit is contained in:
parent
38fa2935eb
commit
dc5d1a318f
@ -921,7 +921,7 @@ class Vcns(object):
|
||||
|
||||
def validate_network_name(self, object_id, name, during_init=False):
|
||||
return self._scopingobjects_lookup(NETWORK_TYPES, object_id,
|
||||
use_cache=during_init)
|
||||
name=name, use_cache=during_init)
|
||||
|
||||
def validate_vdn_scope(self, object_id):
|
||||
uri = '%s/scopes' % VDN_PREFIX
|
||||
|
Loading…
Reference in New Issue
Block a user