From: jiangwt100 Date: Thu, 28 Feb 2013 09:48:00 +0000 (+0800) Subject: Fix Unrecognized Attribute admin_state_up Error X-Git-Tag: 2014.1~831^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ad1a5a8a26260f71073122edf6b1fb8fd0b2ceed;p=openstack-build%2Fheat-build.git Fix Unrecognized Attribute admin_state_up Error Bug #1135485 screen-h-eng Error message: {"QuantumError": "Unrecognized attribute(s) 'admin_state_up'"} Change-Id: I4668b0603e0deab85e416d9cec5617f17eaa2aea --- diff --git a/heat/engine/resources/quantum/subnet.py b/heat/engine/resources/quantum/subnet.py index da3336a7..59c591da 100644 --- a/heat/engine/resources/quantum/subnet.py +++ b/heat/engine/resources/quantum/subnet.py @@ -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},