APIv2
APIv2.find()
APIv2.floating_ip_add()
APIv2.floating_ip_create()
APIv2.floating_ip_delete()
APIv2.floating_ip_find()
APIv2.floating_ip_list()
APIv2.floating_ip_pool_list()
APIv2.floating_ip_remove()
APIv2.host_list()
APIv2.host_set()
APIv2.host_show()
APIv2.network_create()
APIv2.network_delete()
APIv2.network_find()
APIv2.network_list()
APIv2.security_group_create()
APIv2.security_group_delete()
APIv2.security_group_find()
APIv2.security_group_list()
APIv2.security_group_rule_create()
APIv2.security_group_rule_delete()
APIv2.security_group_set()
InvalidValue
APIv1
APIv1.account_set()
APIv1.account_show()
APIv1.account_unset()
APIv1.container_create()
APIv1.container_delete()
APIv1.container_list()
APIv1.container_save()
APIv1.container_set()
APIv1.container_show()
APIv1.container_unset()
APIv1.object_create()
APIv1.object_delete()
APIv1.object_list()
APIv1.object_save()
APIv1.object_set()
APIv1.object_show()
APIv1.object_unset()
add_group_domain_option_to_parser()
add_inherited_option_to_parser()
add_project_domain_option_to_parser()
add_resource_option_to_parser()
add_role_domain_option_to_parser()
add_user_domain_option_to_parser()
find_domain()
find_group()
find_project()
find_service()
find_service_in_list()
find_user()
get_immutable_options()
get_resource()
NetDetectionMixin
NetDetectionMixin.enhance_help_neutron()
NetDetectionMixin.enhance_help_nova_network()
NetDetectionMixin.get_parser()
NetDetectionMixin.is_docs_build
NetDetectionMixin.is_neutron
NetDetectionMixin.is_nova_network
NetDetectionMixin.split_help()
NetDetectionMixin.take_action()
NetDetectionMixin.take_action_compute()
NetDetectionMixin.take_action_network()
NetDetectionMixin.update_parser_common()
NetDetectionMixin.update_parser_compute()
NetDetectionMixin.update_parser_network()
NetworkAndComputeCommand
NetworkAndComputeDelete
NetworkAndComputeLister
NetworkAndComputeShowOne
NeutronCommandWithExtraArgs
NeutronUnsetCommandWithExtraArgs
check_missing_extension_if_error()
Command-line interface to the OpenStack APIs
Bases: OpenStackShell
Return an argparse option parser for this application.
Subclasses may override this method to extend the parser with more global options.
description (str) – full description of the application
version (str) – version number for the application
argparse_kwargs – extra keyword argument passed to the ArgumentParser constructor
Global app init bits:
set up API versions
validate authentication info
authenticate against Identity if requested
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.