yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56802
[Bug 1622538] Re: Wrong "can_host" field of compute node resource providers
Jay Pipes, Dan Smith and others decided in a hangout that the can_host
file is not going to be used and will remain as a vestigial column in
the database tables.
** Changed in: nova
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1622538
Title:
Wrong "can_host" field of compute node resource providers
Status in OpenStack Compute (nova):
Invalid
Bug description:
The "can_host" field of compute node records should be 1. However,
according to the latest placement implementation, it is 0.
mysql> select * from resource_providers;
+---------------------+---------------------+----+--------------------------------------+-----------------+------------+----------+
| created_at | updated_at | id | uuid | name | generation | can_host |
+---------------------+---------------------+----+--------------------------------------+-----------------+------------+----------+
| 2016-09-12 08:54:19 | 2016-09-12 09:33:41 | 1 | 508f3973-8e1a-4241-afec-ee3e21be0611 | host1 | 80 | 0 |
+---------------------+---------------------+----+--------------------------------------+-------+------------+----------+
1 row in set (0.00 sec)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1622538/+subscriptions
References