Unrecognized attributeadmin_state_up in quantum
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Jim Jiang |
Bug Description
screen-
MyTemplate:
{
"AWSTemplateF
"Description" : "Template to test Quantum resources",
"Parameters" : {
},
"Resources" : {
"network": {
"Type": "OS::Quantum::Net",
"Properties": {
"name": "the_network"
}
},
"unnamed_
"Type": "OS::Quantum::Net"
},
"subnet": {
"Type": "OS::Quantum:
"Properties": {
"cidr": "192.168.6.0/24",
}
}
},
"Outputs" : {
"the_
"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
Changed in heat: | |
status: | New → In Progress |
assignee: | nobody → 蒋闻天 (jiangwt100) |
Changed in heat: | |
status: | In Progress → Fix Committed |
Changed in heat: | |
milestone: | none → grizzly-rc1 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
importance: | Undecided → Medium |
Changed in heat: | |
milestone: | grizzly-rc1 → 2013.1 |
Fix proposed to branch: master /review. openstack. org/23162
Review: https:/