Fix external_network_id
Make external_network be external_network_id to match the rest of the system. Change-Id: I9bdeabf5efcead9a5b51779b89cc6dd9552defad
This commit is contained in:
@@ -83,7 +83,7 @@ class BayModel(base.APIBase):
|
||||
keypair_id = wtypes.text
|
||||
"""The name or id of the nova ssh keypair"""
|
||||
|
||||
external_network = wtypes.text
|
||||
external_network_id = wtypes.text
|
||||
"""The external network to attach the Bay"""
|
||||
|
||||
links = wsme.wsattr([link.Link], readonly=True)
|
||||
|
Reference in New Issue
Block a user