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
chrishul...@gmail.com
http://chrishull.com
_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to