Add a nodepool command

Moves the daemon command to nodepoold.

Refactor config handling a bit in NodePool to make the config
objects just contain information by default (though things
such as database handles and managers may get added to them
later as needed).

Start with the list and image-list commands.

Change-Id: If2ba7bca7ab4ef922787176af87ad5de31ae4b3e
This commit is contained in:
James E. Blair
2013-08-30 14:31:07 -07:00
parent b1b8a569ef
commit 7a1fe1891f
4 changed files with 261 additions and 125 deletions

View File

@@ -13,3 +13,4 @@ sqlalchemy>=0.8.2,<0.9.0
pyzmq>=13.1.0,<14.0.0
python-novaclient
MySQL-python
PrettyTable>=0.6,<0.8