Part of libcloud.compute.drivers.rackspace View Source View In Hierarchy
Known subclasses: libcloud.compute.drivers.rackspace.RackspaceUKNodeDriver
Method | list_locations | Lists available locations |
Inherited from OpenStack_1_0_NodeDriver:
Method | __init__ | |
Method | create_node | Create a new node |
Method | ex_set_password | Sets the Node's root password. |
Method | ex_set_server_name | Sets the Node's name. |
Method | ex_resize | Change an existing server flavor / scale the server up or down. |
Method | ex_confirm_resize | Confirm a resize request which is currently in progress. If a resize request is not explicitly confirmed or reverted it's automatically confirmed after 24 hours. |
Method | ex_revert_resize | Revert a resize request which is currently in progress. All resizes are automatically confirmed after 24 hours if they have not already been confirmed explicitly or reverted. |
Method | ex_rebuild | Undocumented |
Method | ex_create_ip_group | Undocumented |
Method | ex_list_ip_groups | Undocumented |
Method | ex_delete_ip_group | Undocumented |
Method | ex_share_ip | Undocumented |
Method | ex_unshare_ip | Undocumented |
Method | ex_list_ip_addresses | Undocumented |
Method | ex_limits | No summary |
Method | ex_save_image | Create an image for node. |
Method | ex_delete_image | Delete an image for node. |
Method | _to_images | Undocumented |
Method | _to_image | Undocumented |
Method | _change_password_or_name | Undocumented |
Method | _metadata_to_xml | Undocumented |
Method | _files_to_xml | Undocumented |
Method | _reboot_node | Undocumented |
Method | _node_action | Undocumented |
Method | _to_nodes | Undocumented |
Method | _to_node_from_obj | Undocumented |
Method | _to_node | Undocumented |
Method | _to_sizes | Undocumented |
Method | _to_size | Undocumented |
Method | _to_shared_ip_group | Undocumented |
Method | _to_ip_addresses | Undocumented |
Method | _get_size_price | Undocumented |
Inherited from OpenStackNodeDriver (via OpenStack_1_0_NodeDriver):
Method | __new__ | Undocumented |
Method | destroy_node | Destroy a node. |
Method | reboot_node | Reboot a node. @return: bool True if the reboot was
successful, otherwise False |
Method | list_nodes | List all nodes @return: list of Node objects |
Method | list_images | List images on a provider @return: list of NodeImage
objects |
Method | list_sizes | List sizes on a provider @return: list of NodeSize
objects |
Method | ex_get_node_details | Undocumented |
Method | ex_soft_reboot_node | Undocumented |
Method | ex_hard_reboot_node | Undocumented |
Method | _ex_connection_class_kwargs | Return extra connection keyword arguments which are passed to the Connection class constructor. |
Inherited from NodeDriver (via OpenStack_1_0_NodeDriver, OpenStackNodeDriver):
Method | deploy_node | Create a new node, and start deployment. |
Method | _wait_until_running | Block until node is fully booted and has an IP address assigned. |
Method | _ssh_client_connect | Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds. |
Method | _run_deployment_script | Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established. |
Locations cannot be set or retrieved via the API, but currently there are two locations, DFW and ORD.