Comment 13 for bug 1237807

Revision history for this message
Rami Vaknin (rvaknin) wrote : Re: [Bug 1237807] Re: Network admin_state _up is not working

I don't know who handle these days, maybe ask on the bug in launchpad who
can take ownership on it.
בתאריך 19 בספט' 2014 11:21, "Albert" <email address hidden> כתב:

> Hmm sure to whom I should talk? Could you forward me to them?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1237807
>
> Title:
> Network admin_state _up is not working
>
> Status in OpenStack Neutron (virtual network service):
> Incomplete
>
> Bug description:
> By default network is created with admin_statue_up True
>
> Network will not be deactivated when user issue update to
> admin_statue_up False , traffic from VMs still works and the network
> STAUS is still Active
>
>
> [root@puma04 ~(keystone_admin_tenant1)]$neutron net-list
>
> +--------------------------------------+-------------+----------------------------------------------------+
> | id | name | subnets
> |
>
> +--------------------------------------+-------------+----------------------------------------------------+
> | 62e4a6ac-970e-49fe-81c1-1115dee7f800 | ext_net |
> 6dd43d99-e226-4e85-9471-89091c3ad031 |
> | 78c1f62e-22c0-42e0-9377-e9d247862da4 | net-vlan201 |
> 534d328d-441b-4fe6-b4ba-3c397391bea2 89.66.66.0/24 |
>
> +--------------------------------------+-------------+----------------------------------------------------+
>
> [root@puma04 ~(keystone_admin_tenant1)]$neutron net-update
> 78c1f62e-22c0-42e0-9377-e9d247862da4 --admin_state_up False <<<<<<<<<<<
> Updated network: 78c1f62e-22c0-42e0-9377-e9d247862da4
> [root@puma04 ~(keystone_admin_tenant1)]$neutron net-show
> 78c1f62e-22c0-42e0-9377-e9d247862da4
> +-----------------+--------------------------------------+
> | Field | Value |
> +-----------------+--------------------------------------+
> | admin_state_up | False | <<<<<<
> | id | 78c1f62e-22c0-42e0-9377-e9d247862da4 |
> | name | net-vlan201 |
> | router:external | False |
> | shared | False |
> | status | ACTIVE | <<<<<<<<<<
> Still ACTIVE
> | subnets | 534d328d-441b-4fe6-b4ba-3c397391bea2 |
> | tenant_id | c7431cff351542c28427028d9befe1fb |
> +-----------------+--------------------------------------+
> [root@puma04 ~(keystone_admin_tenant1)]$neutron net-update
> 78c1f62e-22c0-42e0-9377-e9d247862da4 --admin_state_up True <<<<<<<<<<
> Updated network: 78c1f62e-22c0-42e0-9377-e9d247862da4
> [root@puma04 ~(keystone_admin_tenant1)]$neutron net-show
> 78c1f62e-22c0-42e0-9377-e9d247862da4
> +-----------------+--------------------------------------+
> | Field | Value |
> +-----------------+--------------------------------------+
> | admin_state_up | True |
> | id | 78c1f62e-22c0-42e0-9377-e9d247862da4 |
> | name | net-vlan201 |
> | router:external | False |
> | shared | False |
> | status | ACTIVE | <<<<<<<<<<<<
> | subnets | 534d328d-441b-4fe6-b4ba-3c397391bea2 |
> | tenant_id | c7431cff351542c28427028d9befe1fb |
> +-----------------+--------------------------------------+
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/neutron/+bug/1237807/+subscriptions
>