Part of libcloud.compute.drivers.rackspace View Source View In Hierarchy
Driver for Rackspace in the UK (London)
Method | list_locations | Lists available locations |
Inherited from OpenStack_1_0_NodeDriver (via RackspaceNodeDriver):
Method | __init__ | @param key: API key or username to be used (required) @type key: C{str} |
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 | Rebuilds the specified server. |
Method | ex_create_ip_group | Creates a shared IP group. |
Method | ex_list_ip_groups | Lists IDs and names for shared IP groups. If details lists all details for shared IP groups. |
Method | ex_delete_ip_group | Deletes the specified shared IP group. |
Method | ex_share_ip | Shares an IP address to the specified server. |
Method | ex_unshare_ip | Removes a shared IP address from the specified server. |
Method | ex_list_ip_addresses | List all server addresses. |
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 RackspaceNodeDriver, OpenStack_1_0_NodeDriver):
Method | __new__ | Undocumented |
Method | destroy_node | Destroy a node. |
Method | reboot_node | Reboot a node. |
Method | list_nodes | List all nodes @return: list of node objects @rtype: C{list} of L{Node} |
Method | list_images | @inherits: L{NodeDriver.list_images} |
Method | list_sizes | List sizes on a provider |
Method | ex_get_node_details | Lists details of the specified server. |
Method | ex_soft_reboot_node | Soft reboots the specified server |
Method | ex_hard_reboot_node | Hard reboots the specified server |
Method | _ex_connection_class_kwargs | Return extra connection keyword arguments which are passed to the Connection class constructor. |
Inherited from NodeDriver (via RackspaceNodeDriver, OpenStack_1_0_NodeDriver, OpenStackNodeDriver):
Method | deploy_node | Create a new node, and start deployment. |
Method | create_volume | Create a new volume. |
Method | destroy_volume | Destroys a storage volume. |
Method | attach_volume | Attaches volume to node. |
Method | detach_volume | Detaches a volume from a node. |
Method | wait_until_running | Block until the given nodes are fully booted and have an IP address assigned. |
Method | _wait_until_running | Undocumented |
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. |
Inherited from OpenStackDriverMixin (via RackspaceNodeDriver, OpenStack_1_0_NodeDriver, OpenStackNodeDriver):
Method | openstack_connection_kwargs | @rtype: C{dict} |
Lists available locations Locations cannot be set or retrieved via the API, but currently there are two locations, DFW and ORD. @inherits: L{OpenStack_1_0_NodeDriver.list_locations}