Request for configuration option to include port_security extension driver

Bug #1493834 reported by Victor Estival
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron-api (Juju Charms Collection)
Fix Released
High
Unassigned

Bug Description

We need to be able to configure the following option in the ML2 driver:

The first step is to to enable the port-security extension in ML2. This is done by adding the following to the ml2_conf.ini file..

ml2_conf.ini
[ml2]
extension_drivers=port_security

The next step is using the "--port-security-enabled=False" parameter to create a port without any port_security and assigning it to an instance.

neutron net-create testnet
neutron subnet-create testnet 10.10.0.0/24 --enable-dhcp=False --name testsubnet
neutron port-create testnet --port-security-enabled=False --name rawport
nova boot --flavor=1 --image=cirros-0.3.2-x86_64-uec --nic port-id=$(neutron port-show -f value -F id rawport) testvm

Tags: ml2 request
Revision history for this message
James Page (james-page) wrote :

Nice feature for >= kilo and a trivial change to enable - targgetting for 15.10

Changed in neutron-api (Juju Charms Collection):
milestone: none → 15.10
importance: Undecided → High
status: New → Triaged
James Page (james-page)
Changed in neutron-api (Juju Charms Collection):
status: Triaged → Fix Committed
milestone: 15.10 → 16.01
James Page (james-page)
Changed in neutron-api (Juju Charms Collection):
status: Fix Committed → Fix Released
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.