Part of libcloud.compute.drivers.rackspacenova View Source View In Hierarchy
Inherited from OpenStack_1_1_NodeDriver:
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 | Changes the administrator password for a specified server. |
Method | ex_rebuild | Rebuild a Node. |
Method | ex_resize | Change a node size. |
Method | ex_confirm_resize | Confirms a pending resize action. |
Method | ex_revert_resize | Cancels and reverts a pending resize action. |
Method | ex_save_image | Creates a new image. |
Method | ex_set_server_name | Sets the Node's name. |
Method | ex_get_metadata | Get a Node's metadata. |
Method | ex_set_metadata | Sets the Node's metadata. |
Method | ex_update_node | Update the Node's editable attributes. The OpenStack API currently supports editing name and IPv4/IPv6 access addresses. |
Method | ex_list_networks | Get a list of Networks that are available. |
Method | ex_create_network | Create a new Network |
Method | ex_delete_network | Get a list of NodeNetorks that are available. |
Method | ex_list_security_groups | Get a list of Security Groups that are available. |
Method | ex_get_node_security_groups | Get Security Groups of the specified server. |
Method | ex_create_security_group | Create a new Security Group |
Method | ex_delete_security_group | Delete a Security Group. |
Method | ex_create_security_group_rule | Create a new Rule in a Security Group |
Method | ex_delete_security_group_rule | Delete a Rule from a Security Group. |
Method | ex_get_size | Get a NodeSize |
Method | ex_get_image | Get a NodeImage |
Method | ex_delete_image | Delete a NodeImage |
Method | ex_rescue | Rescue a node |
Method | ex_unrescue | Unrescue a node |
Method | _to_images | Undocumented |
Method | _to_image | Undocumented |
Method | _to_nodes | Undocumented |
Method | _to_sizes | Undocumented |
Method | _create_args_to_params | Undocumented |
Method | _files_to_personality | Undocumented |
Method | _reboot_node | Undocumented |
Method | _to_networks | Undocumented |
Method | _to_network | Undocumented |
Method | _to_security_group_rules | Undocumented |
Method | _to_security_group_rule | Undocumented |
Method | _to_security_groups | Undocumented |
Method | _to_security_group | Undocumented |
Method | _node_action | Undocumented |
Method | _update_node | Updates the editable attributes of a server, which currently include its name and IPv4/IPv6 access addresses. |
Method | _to_node_from_obj | Undocumented |
Method | _to_node | Undocumented |
Method | _to_size | Undocumented |
Method | _get_size_price | Undocumented |
Method | _extract_image_id_from_url | Undocumented |
Inherited from OpenStackNodeDriver (via OpenStack_1_1_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 | list_locations | List data centers for 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 OpenStack_1_1_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 OpenStack_1_1_NodeDriver, OpenStackNodeDriver):
Method | openstack_connection_kwargs | @rtype: C{dict} |