nodepool/nodepool/driver/openstack
James E. Blair 56164c886a OpenStack: count leaked nodes in unmanaged quota
If a node has leaked, it won't be counted against quota because
it's still recognized as belonging to the nodepool provider so it
doesn't count against unmanaged quota, however, there is no zk
record for it, so it also isn't counted against managed quota.
This throws quota calculations off for as long as the leaked
instances exist in nova.

To correct this, count leaked nodes against unmanaged quota.

Change-Id: I5a658649b881ed80b777096ec48cb6207f2a9cc6
2018-11-29 15:19:46 -08:00
..
__init__.py Replace shade and os-client-config with openstacksdk. 2018-07-14 08:44:03 -05:00
config.py Add arbitrary node attributes config option 2018-11-29 09:35:59 -05:00
handler.py Add resource metadata to nodes 2018-11-26 15:23:39 +00:00
provider.py OpenStack: count leaked nodes in unmanaged quota 2018-11-29 15:19:46 -08:00