← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1454385] [NEW] can't boot vm instance on network with port_security_enabled=False

 

Public bug reported:

$ neutron net-create --port_security_enabled=False test-net 
Created a new network:
+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | True                                 |
| id                        | 4811c94c-f7db-49bf-86c6-6aa270e79b3c |
| mtu                       | 0                                    |
| name                      | test-net                             |
| port_security_enabled     | False                                |
| provider:network_type     | vxlan                                |
| provider:physical_network |                                      |
| provider:segmentation_id  | 1003                                 |
| router:external           | False                                |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tenant_id                 | dad7ba3715264009b90176bd29c779c2     |
| vlan_transparent          | False                                |
+---------------------------+--------------------------------------+
$ nova boot --nic net-id=4811c94c-f7db-49bf-86c6-6aa270e79b3c --flavor m1.micro --image cirros-0.3.2-x86_64-uec net-test-vm
ERROR (BadRequest): Network 4811c94c-f7db-49bf-86c6-6aa270e79b3c requires a subnet in order to boot instances on. (HTTP 400) (Request-ID: req-233d9113-96ae-49bd-abfe-e2f29350af1f)

** Affects: neutron
     Importance: Undecided
         Status: New

** Affects: nova
     Importance: Undecided
         Status: New

** Also affects: nova
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1454385

Title:
  can't boot vm instance on network with port_security_enabled=False

Status in OpenStack Neutron (virtual network service):
  New
Status in OpenStack Compute (Nova):
  New

Bug description:
  $ neutron net-create --port_security_enabled=False test-net 
  Created a new network:
  +---------------------------+--------------------------------------+
  | Field                     | Value                                |
  +---------------------------+--------------------------------------+
  | admin_state_up            | True                                 |
  | id                        | 4811c94c-f7db-49bf-86c6-6aa270e79b3c |
  | mtu                       | 0                                    |
  | name                      | test-net                             |
  | port_security_enabled     | False                                |
  | provider:network_type     | vxlan                                |
  | provider:physical_network |                                      |
  | provider:segmentation_id  | 1003                                 |
  | router:external           | False                                |
  | shared                    | False                                |
  | status                    | ACTIVE                               |
  | subnets                   |                                      |
  | tenant_id                 | dad7ba3715264009b90176bd29c779c2     |
  | vlan_transparent          | False                                |
  +---------------------------+--------------------------------------+
  $ nova boot --nic net-id=4811c94c-f7db-49bf-86c6-6aa270e79b3c --flavor m1.micro --image cirros-0.3.2-x86_64-uec net-test-vm
  ERROR (BadRequest): Network 4811c94c-f7db-49bf-86c6-6aa270e79b3c requires a subnet in order to boot instances on. (HTTP 400) (Request-ID: req-233d9113-96ae-49bd-abfe-e2f29350af1f)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1454385/+subscriptions


Follow ups

References