deb-sahara/sahara/resources/neutron-port.heat
Sergey Reshetnyak 4e9c29facb Fix scaling with Heat and Neutron
Closes-bug: #1376829

Change-Id: Icbc950cc9e5f31871ea96dd1c7846fafdad444f4
2014-10-03 13:24:06 +04:00

9 lines
253 B
Plaintext

"%(port_name)s" : {
"Type" : "OS::Neutron::Port",
"Properties" : {
%(security_groups)s
"network_id" : "%(fixed_net_id)s",
"replacement_policy": "AUTO"
}
}