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:
Steven Dake
2014-12-18 03:11:01 -07:00
parent 6232213f15
commit 0dc370a462

View File

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