First time here? Check out the FAQ!
2017-05-08 04:35:12 -0600 | received badge | ● Famous Question (source) |
2017-05-08 04:35:12 -0600 | received badge | ● Notable Question (source) |
2017-01-16 10:54:07 -0600 | received badge | ● Student (source) |
2017-01-16 10:50:46 -0600 | received badge | ● Popular Question (source) |
2017-01-04 13:02:20 -0600 | received badge | ● Scholar (source) |
2017-01-04 13:01:56 -0600 | commented answer | HEAT template support for disabling port security with providernet Thanks for the confirmation of my suspicion. I have submitted a bug: https://bugs.launchpad.net/heat/+bug/1654048 |
2017-01-04 00:46:10 -0600 | asked a question | HEAT template support for disabling port security with providernet Hello, It seems that HEAT currently does not support disabling port security for a provider network. The network has to be updated manually after creation to disable port security. Is this by design or a new enhancement/fix, or already being worked/fixed? Currently running Mitaka. Snippet of template: heat stack-create fails with following error: ERROR: Property error: : resources.network.properties: : Unknown Property port_security_enabled removing port_security_enabled line results in succcessful creation: but have to manually disable with following command: neutron net-update vlan-1111 --port_security_enabled false |