Expand on the nodepool API todo in the docs

Change-Id: I051424a4e842cd95c76c26d90019eacf228a5403
This commit is contained in:
Monty Taylor 2016-11-15 07:44:24 -06:00
parent 9732db18a1
commit 9d206123a4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 22 additions and 0 deletions

View File

@ -43,6 +43,28 @@ order:
#. API surface needed for existing Ansible modules
#. Everything else
The API surface needed for nodepool is:
list_flavors
create_image
delete_image
get_image
list_images
create_keypair
delete_keypair
list_keypairs
create_server
delete_server
get_server
list_servers
// These two require the most thought
wait_for_server
delete_unattached_floating_ips
Implement oaktree backend in shade
----------------------------------