You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/openstack
Jesse Keating a14aee5239 Add an openstack servers actions module
This module supports a few of the server actions that are easy to
initially impiment. Other actions require input and provide return
values in the API calls that will be more difficult to impliment, and
thus are not part of this initial commit.
11 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_nova_compute.py Finish up cleanups to modules: 11 years ago
_quantum_subnet.py Finish up cleanups to modules: 11 years ago
glance_image.py Finish up cleanups to modules: 11 years ago
keystone_user.py Finish up cleanups to modules: 11 years ago
nova_keypair.py fixed typo on novaclient var 11 years ago
os_auth.py Finish up cleanups to modules: 11 years ago
os_server.py Finish up cleanups to modules: 11 years ago
os_server_actions.py Add an openstack servers actions module 11 years ago
os_server_facts.py Finish up cleanups to modules: 11 years ago
os_server_volume.py Finish up cleanups to modules: 11 years ago
os_subnet.py Fixing digital_ocean documentation and a bug in os_subnet 11 years ago
os_volume.py Finish up cleanups to modules: 11 years ago
quantum_floating_ip.py Finish up cleanups to modules: 11 years ago
quantum_floating_ip_associate.py Finish up cleanups to modules: 11 years ago
quantum_network.py Finish up cleanups to modules: 11 years ago
quantum_router.py Finish up cleanups to modules: 11 years ago
quantum_router_gateway.py Finish up cleanups to modules: 11 years ago
quantum_router_interface.py Finish up cleanups to modules: 11 years ago