Merge "Fix Unrecognized Attribute admin_state_up Error"

This commit is contained in:
Jenkins 2013-03-01 16:11:06 +00:00 committed by Gerrit Code Review
commit d7c29c8796
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},