Fix Unrecognized Attribute admin_state_up Error

Bug #1135485
screen-h-eng
Error message: {"QuantumError": "Unrecognized attribute(s) 'admin_state_up'"}

Change-Id: I4668b0603e0deab85e416d9cec5617f17eaa2aea
This commit is contained in:
jiangwt100 2013-02-28 17:48:00 +08:00
parent c538c6b6e4
commit ad1a5a8a26
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ class Subnet(quantum.QuantumResource):
'value_specs': {'Type': 'Map',
'Default': {}},
'name': {'Type': 'String'},
'admin_state_up': {'Default': True,
'Type': 'Boolean'},
'ip_version': {'Type': 'Integer',
'AllowedValues': [4, 6],
'Default': 4},