Unrecognized attributeadmin_state_up in quantum

Bug #1135485 reported by Jim Jiang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Jim Jiang

Bug Description

screen-h-eng.2013-02-28-154758.log:630:2013-02-28 16:30:59 DEBUG [quantumclient.v2_0.client] Error message: {"QuantumError": "Unrecognized attribute(s) 'admin_state_up'"}

MyTemplate:
{
  "AWSTemplateFormatVersion" : "2010-09-09",

  "Description" : "Template to test Quantum resources",

  "Parameters" : {

  },

  "Resources" : {
    "network": {
      "Type": "OS::Quantum::Net",
      "Properties": {
        "name": "the_network"
      }
    },
    "unnamed_network": {
      "Type": "OS::Quantum::Net"
    },
    "subnet": {
      "Type": "OS::Quantum::Subnet",
      "Properties": {
        "network_id": { "Ref" : "network" },
        "ip_version": 4,
        "cidr": "192.168.6.0/24",
        "allocation_pools": [{"start": "192.168.6.2", "end": "192.168.6.150"}]
      }
    }
  },
  "Outputs" : {
    "the_network_status" : {
      "Value" : { "Fn::GetAtt" : [ "network", "status" ]},
      "Description" : "Status of network"
    },
    "network_show" : {
      "Value" : { "Fn::GetAtt" : [ "network", "show" ]},
      "Description" : "All attributes for network"
    }
 }
}

Problem With No admin_state_up In Quantum Subnet

Jim Jiang (jiangwt100)
Changed in heat:
status: New → In Progress
assignee: nobody → 蒋闻天 (jiangwt100)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/23162

Jim Jiang (jiangwt100)
Changed in heat:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/23162
Committed: http://github.com/openstack/heat/commit/ad1a5a8a26260f71073122edf6b1fb8fd0b2ceed
Submitter: Jenkins
Branch: master

commit ad1a5a8a26260f71073122edf6b1fb8fd0b2ceed
Author: jiangwt100 <email address hidden>
Date: Thu Feb 28 17:48:00 2013 +0800

    Fix Unrecognized Attribute admin_state_up Error

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

    Change-Id: I4668b0603e0deab85e416d9cec5617f17eaa2aea

Thierry Carrez (ttx)
Changed in heat:
milestone: none → grizzly-rc1
status: Fix Committed → Fix Released
Steven Dake (sdake)
Changed in heat:
importance: Undecided → Medium
Thierry Carrez (ttx)
Changed in heat:
milestone: grizzly-rc1 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.