[Openstack-operators] [neutron] Liberty - DHCP ports keep going to BUILD state
Christopher Hull
chrishull42 at gmail.com
Sun Nov 5 18:40:44 UTC 2017
HI all;
Trying to create DHCP on the Public network. This had been working, but
now all of a sudden the ports are set to BUILD instead of AVAILABLE.
I did a cheat in MariaDB and discovered that something somewhere keeps
setting DHCP to BUILD. Any ideas?
*MariaDB [neutron]> update ports set status='AVAILABLE' where id
='37cc930c-6ad3-4355-8ff5-6b75e131c998';*
*Query OK, 1 row affected (0.05 sec)*
*Rows matched: 1 Changed: 1 Warnings: 0*
*MariaDB [neutron]> select status, id from ports;*
*+-----------+--------------------------------------+*
*| status | id |*
*+-----------+--------------------------------------+*
*| BUILD | 0ebbaf42-6bd9-4853-b041-e00f3da4dd89 |*
*| AVAILABLE | 37cc930c-6ad3-4355-8ff5-6b75e131c998 |*
*+-----------+--------------------------------------+*
*2 rows in set (0.00 sec)*
*MariaDB [neutron]> select status, id from ports;*
*+--------+--------------------------------------+*
*| status | id |*
*+--------+--------------------------------------+*
*| BUILD | 0ebbaf42-6bd9-4853-b041-e00f3da4dd89 |*
*| BUILD | 37cc930c-6ad3-4355-8ff5-6b75e131c998 |*
*+--------+--------------------------------------+*
*2 rows in set (0.00 sec)*
- Christopher T. Hull
Sunnyvale CA. 94085
(415) 385 4865
chrishull42 at gmail.com
http://chrishull.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20171105/5bd87bbc/attachment.html>
More information about the OpenStack-operators
mailing list