[Query] Keyboard Interrupt logs a traceback on screen, should be in logs?

Bug #1675622 reported by janonymous
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
New
Undecided
janonymous

Bug Description

ubuntu@devstack:~$ openstack --help
usage: openstack [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]
                 [--os-cloud <cloud-config-name>]
                 [--os-region-name <auth-region-name>]
                 [--os-cacert <ca-bundle-file>] [--os-cert <certificate-file>]
                 [--os-key <key-file>] [--verify | --insecure]
                 [--os-default-domain <auth-domain>]
                 [--os-interface <interface>] [--timing] [--os-beta-command]
                 [--os-profile hmac-key]
                 [--os-compute-api-version <compute-api-version>]
                 [--os-network-api-version <network-api-version>]
                 [--os-image-api-version <image-api-version>]
                 [--os-volume-api-version <volume-api-version>]
                 [--os-identity-api-version <identity-api-version>]
                 [--os-object-api-version <object-api-version>]
                 [--os-dns-api-version <dns-api-version>]
                 [--os-key-manager-api-version <key-manager-api-version>]
                 [--os-auth-type <auth-type>]
                 [--os-project-domain-id <auth-project-domain-id>]
                 [--os-protocol <auth-protocol>]
                 [--os-project-name <auth-project-name>]
                 [--os-trust-id <auth-trust-id>]
                 [--os-consumer-key <auth-consumer-key>]
                 [--os-domain-name <auth-domain-name>]
                 [--os-access-secret <auth-access-secret>]
                 [--os-user-domain-id <auth-user-domain-id>]
                 [--os-access-token-type <auth-access-token-type>]
                 [--os-code <auth-code>]
                 [--os-identity-provider-url <auth-identity-provider-url>]
                 [--os-default-domain-name <auth-default-domain-name>]
                 [--os-access-token-endpoint <auth-access-token-endpoint>]
                 [--os-access-token <auth-access-token>]
                 [--os-domain-id <auth-domain-id>]
                 [--os-user-domain-name <auth-user-domain-name>]
                 [--os-openid-scope <auth-openid-scope>]
                 [--os-user-id <auth-user-id>]
                 [--os-identity-provider <auth-identity-provider>]
                 [--os-username <auth-username>]
                 [--os-auth-url <auth-auth-url>]
                 [--os-client-secret <auth-client-secret>]
                 [--os-default-domain-id <auth-default-domain-id>]
                 [--os-discovery-endpoint <auth-discovery-endpoint>]
                 [--os-client-id <auth-client-id>]
                 [--os-project-domain-name <auth-project-domain-name>]
                 [--os-access-key <auth-access-key>]
                 [--os-password <auth-password>]
                 [--os-redirect-uri <auth-redirect-uri>]
                 [--os-endpoint <auth-endpoint>] [--os-url <auth-url>]
                 [--os-consumer-secret <auth-consumer-secret>]
                 [--os-token <auth-token>] [--os-passcode <auth-passcode>]
                 [--os-project-id <auth-project-id>]

Command-line interface to the OpenStack APIs

optional arguments:
  --version show program's version number and exit
  -v, --verbose Increase verbosity of output. Can be repeated.
  -q, --quiet Suppress output except warnings and errors.
  --log-file LOG_FILE Specify a file to log output. Disabled by default.
  -h, --help Show help message and exit.
  --debug Show tracebacks on errors.
  --os-cloud <cloud-config-name>
                        Cloud name in clouds.yaml (Env: OS_CLOUD)
  --os-region-name <auth-region-name>
                        Authentication region name (Env: OS_REGION_NAME)
  --os-cacert <ca-bundle-file>
                        CA certificate bundle file (Env: OS_CACERT)
  --os-cert <certificate-file>
                        Client certificate bundle file (Env: OS_CERT)
  --os-key <key-file> Client certificate key file (Env: OS_KEY)
  --verify Verify server certificate (default)
  --insecure Disable server certificate verification
  --os-default-domain <auth-domain>
                        Default domain ID, default=default. (Env:
                        OS_DEFAULT_DOMAIN)
  --os-interface <interface>
                        Select an interface type. Valid interface types:
                        [admin, public, internal]. (Env: OS_INTERFACE)
  --timing Print API call timing info
  --os-beta-command Enable beta commands which are subject to change
  --os-profile hmac-key
                        HMAC key for encrypting profiling context data
  --os-compute-api-version <compute-api-version>
                        Compute API version, default=2.1 (Env:
                        OS_COMPUTE_API_VERSION)
  --os-network-api-version <network-api-version>
                        Network API version, default=2.0 (Env:
                        OS_NETWORK_API_VERSION)
  --os-image-api-version <image-api-version>
                        Image API version, default=2 (Env:
                        OS_IMAGE_API_VERSION)
  --os-volume-api-version <volume-api-version>
                        Volume API version, default=2 (Env:
                        OS_VOLUME_API_VERSION)
  --os-identity-api-version <identity-api-version>
                        Identity API version, default=3 (Env:
                        OS_IDENTITY_API_VERSION)
  --os-object-api-version <object-api-version>
                        Object API version, default=1 (Env:
                        OS_OBJECT_API_VERSION)
  --os-dns-api-version <dns-api-version>
                        DNS API version, default=2 (Env: OS_DNS_API_VERSION)
  --os-key-manager-api-version <key-manager-api-version>
                        Barbican API version, default=1 (Env:
                        OS_KEY_MANAGER_API_VERSION)
  --os-auth-type <auth-type>
                        Select an authentication type. Available types:
                        v2token, password, admin_token, v3oidcauthcode,
                        v3oidcpassword, v2password, v3samlpassword,
                        v3password, v3oidcaccesstoken, token_endpoint, token,
                        v3oidcclientcredentials, v3tokenlessauth, v3token,
                        v3totp, v3oauth1. Default: selected based on --os-
                        username/--os-token (Env: OS_AUTH_TYPE)
  --os-project-domain-id <auth-project-domain-id>
                        With password: Domain ID containing project With
                        v3oidcauthcode: Domain ID containing project With
                        v3oidcpassword: Domain ID containing project With
                        v3samlpassword: Domain ID containing project With
                        v3password: Domain ID containing project With
                        v3oidcaccesstoken: Domain ID containing project With
                        token: Domain ID containing project With
                        v3oidcclientcredentials: Domain ID containing project
                        With v3tokenlessauth: Domain ID containing project
                        With v3token: Domain ID containing project With
                        v3totp: Domain ID containing project (Env:
                        OS_PROJECT_DOMAIN_ID)
  --os-protocol <auth-protocol>
                        With v3oidcauthcode: Protocol for federated plugin
                        With v3oidcpassword: Protocol for federated plugin
                        With v3samlpassword: Protocol for federated plugin
                        With v3oidcaccesstoken: Protocol for federated plugin
                        With v3oidcclientcredentials: Protocol for federated
                        plugin (Env: OS_PROTOCOL)
  --os-project-name <auth-project-name>
                        With password: Project name to scope to With
                        v3oidcauthcode: Project name to scope to With
                        v3oidcpassword: Project name to scope to With
                        v3samlpassword: Project name to scope to With
                        v3password: Project name to scope to With
                        v3oidcaccesstoken: Project name to scope to With
                        token: Project name to scope to With
                        v3oidcclientcredentials: Project name to scope to With
                        v3tokenlessauth: Project name to scope to With
                        v3token: Project name to scope to With v3totp: Project
                        name to scope to (Env: OS_PROJECT_NAME)
  --os-trust-id <auth-trust-id>
                        With v2token: Trust ID With password: Trust ID With
                        v3oidcauthcode: Trust ID With v3oidcpassword: Trust ID
                        With v2password: Trust ID With v3samlpassword: Trust
                        ID With v3password: Trust ID With v3oidcaccesstoken:
                        Trust ID With token: Trust ID With
                        v3oidcclientcredentials: Trust ID With v3token: Trust
                        ID With v3totp: Trust ID (Env: OS_TRUST_ID)
  --os-consumer-key <auth-consumer-key>
                        With v3oauth1: OAuth Consumer ID/Key (Env:
                        OS_CONSUMER_KEY)
  --os-domain-name <auth-domain-name>
                        With password: Domain name to scope to With
                        v3oidcauthcode: Domain name to scope to With
                        v3oidcpassword: Domain name to scope to With
                        v3samlpassword: Domain name to scope to With
                        v3password: Domain name to scope to With
                        v3oidcaccesstoken: Domain name to scope to With token:
                        Domain name to scope to With v3oidcclientcredentials:
                        Domain name to scope to With v3tokenlessauth: Domain
                        name to scope to With v3token: Domain name to scope to
                        With v3totp: Domain name to scope to (Env:
                        OS_DOMAIN_NAME)
  --os-access-secret <auth-access-secret>
                        With v3oauth1: OAuth Access Secret (Env:
                        OS_ACCESS_SECRET)
  --os-user-domain-id <auth-user-domain-id>
                        With password: User's domain id With v3password:
                        User's domain id With v3totp: User's domain id (Env:
                        OS_USER_DOMAIN_ID)
  --os-access-token-type <auth-access-token-type>
                        With v3oidcauthcode: OAuth 2.0 Authorization Server
                        Introspection token type, it is used to decide which
                        type of token will be used when processing token
                        introspection. Valid values are: "access_token" or
                        "id_token" With v3oidcpassword: OAuth 2.0
                        Authorization Server Introspection token type, it is
                        used to decide which type of token will be used when
                        processing token introspection. Valid values are:
                        "access_token" or "id_token" With
                        v3oidcclientcredentials: OAuth 2.0 Authorization
                        Server Introspection token type, it is used to decide
                        which type of token will be used when processing token
                        introspection. Valid values are: "access_token" or
                        "id_token" (Env: OS_ACCESS_TOKEN_TYPE)
  --os-code <auth-code>
                        With v3oidcauthcode: OAuth 2.0 Authorization Code
                        (Env: OS_CODE)
  --os-identity-provider-url <auth-identity-provider-url>
                        With v3samlpassword: An Identity Provider URL, where
                        the SAML2 authentication request will be sent. (Env:
                        OS_IDENTITY_PROVIDER_URL)
  --os-default-domain-name <auth-default-domain-name>
                        With password: Optional domain name to use with v3 API
                        and v2 parameters. It will be used for both the user
                        and project domain in v3 and ignored in v2
                        authentication. With token: Optional domain name to
                        use with v3 API and v2 parameters. It will be used for
                        both the user and project domain in v3 and ignored in
                        v2 authentication. (Env: OS_DEFAULT_DOMAIN_NAME)
  --os-access-token-endpoint <auth-access-token-endpoint>
                        With v3oidcauthcode: OpenID Connect Provider Token
                        Endpoint. Note that if a discovery document is being
                        passed this option will override the endpoint provided
                        by the server in the discovery document. With
                        v3oidcpassword: OpenID Connect Provider Token
                        Endpoint. Note that if a discovery document is being
                        passed this option will override the endpoint provided
                        by the server in the discovery document. With
                        v3oidcclientcredentials: OpenID Connect Provider Token
                        Endpoint. Note that if a discovery document is being
                        passed this option will override the endpoint provided
                        by the server in the discovery document. (Env:
                        OS_ACCESS_TOKEN_ENDPOINT)
  --os-access-token <auth-access-token>
                        With v3oidcaccesstoken: OAuth 2.0 Access Token (Env:
                        OS_ACCESS_TOKEN)
  --os-domain-id <auth-domain-id>
                        With password: Domain ID to scope to With
                        v3oidcauthcode: Domain ID to scope to With
                        v3oidcpassword: Domain ID to scope to With
                        v3samlpassword: Domain ID to scope to With v3password:
                        Domain ID to scope to With v3oidcaccesstoken: Domain
                        ID to scope to With token: Domain ID to scope to With
                        v3oidcclientcredentials: Domain ID to scope to With
                        v3tokenlessauth: Domain ID to scope to With v3token:
                        Domain ID to scope to With v3totp: Domain ID to scope
                        to (Env: OS_DOMAIN_ID)
  --os-user-domain-name <auth-user-domain-name>
                        With password: User's domain name With v3password:
                        User's domain name With v3totp: User's domain name
                        (Env: OS_USER_DOMAIN_NAME)
  --os-openid-scope <auth-openid-scope>
                        With v3oidcauthcode: OpenID Connect scope that is
                        requested from authorization server. Note that the
                        OpenID Connect specification states that "openid" must
                        be always specified. With v3oidcpassword: OpenID
                        Connect scope that is requested from authorization
                        server. Note that the OpenID Connect specification
                        states that "openid" must be always specified. With
                        v3oidcclientcredentials: OpenID Connect scope that is
                        requested from authorization server. Note that the
                        OpenID Connect specification states that "openid" must
                        be always specified. (Env: OS_OPENID_SCOPE)
  --os-user-id <auth-user-id>
                        With password: User id With v2password: User ID to
                        login with With v3password: User ID With v3totp: User
                        ID (Env: OS_USER_ID)
  --os-identity-provider <auth-identity-provider>
                        With v3oidcauthcode: Identity Provider's name With
                        v3oidcpassword: Identity Provider's name With
                        v3samlpassword: Identity Provider's name With
                        v3oidcaccesstoken: Identity Provider's name With
                        v3oidcclientcredentials: Identity Provider's name
                        (Env: OS_IDENTITY_PROVIDER)
  --os-username <auth-username>
                        With password: Username With v3oidcpassword: Username
                        With v2password: Username to login with With
                        v3samlpassword: Username With v3password: Username
                        With v3totp: Username (Env: OS_USERNAME)
  --os-auth-url <auth-auth-url>
                        With v2token: Authentication URL With password:
                        Authentication URL With v3oidcauthcode: Authentication
                        URL With v3oidcpassword: Authentication URL With
                        v2password: Authentication URL With v3samlpassword:
                        Authentication URL With v3password: Authentication URL
                        With v3oidcaccesstoken: Authentication URL With token:
                        Authentication URL With v3oidcclientcredentials:
                        Authentication URL With v3tokenlessauth:
                        Authentication URL With v3token: Authentication URL
                        With v3totp: Authentication URL With v3oauth1:
                        Authentication URL (Env: OS_AUTH_URL)
  --os-client-secret <auth-client-secret>
                        With v3oidcauthcode: OAuth 2.0 Client Secret With
                        v3oidcpassword: OAuth 2.0 Client Secret With
                        v3oidcclientcredentials: OAuth 2.0 Client Secret (Env:
                        OS_CLIENT_SECRET)
  --os-default-domain-id <auth-default-domain-id>
                        With password: Optional domain ID to use with v3 and
                        v2 parameters. It will be used for both the user and
                        project domain in v3 and ignored in v2 authentication.
                        With token: Optional domain ID to use with v3 and v2
                        parameters. It will be used for both the user and
                        project domain in v3 and ignored in v2 authentication.
                        (Env: OS_DEFAULT_DOMAIN_ID)
  --os-discovery-endpoint <auth-discovery-endpoint>
                        With v3oidcauthcode: OpenID Connect Discovery Document
                        URL. The discovery document will be used to obtain the
                        values of the access token endpoint and the
                        authentication endpoint. This URL should look like
                        https://idp.example.org/.well-known/openid-
                        configuration With v3oidcpassword: OpenID Connect
                        Discovery Document URL. The discovery document will be
                        used to obtain the values of the access token endpoint
                        and the authentication endpoint. This URL should look
                        like https://idp.example.org/.well-known/openid-
                        configuration With v3oidcclientcredentials: OpenID
                        Connect Discovery Document URL. The discovery document
                        will be used to obtain the values of the access token
                        endpoint and the authentication endpoint. This URL
                        should look like https://idp.example.org/.well-known
                        /openid-configuration (Env: OS_DISCOVERY_ENDPOINT)
  --os-client-id <auth-client-id>
                        With v3oidcauthcode: OAuth 2.0 Client ID With
                        v3oidcpassword: OAuth 2.0 Client ID With
                        v3oidcclientcredentials: OAuth 2.0 Client ID (Env:
                        OS_CLIENT_ID)
  --os-project-domain-name <auth-project-domain-name>
                        With password: Domain name containing project With
                        v3oidcauthcode: Domain name containing project With
                        v3oidcpassword: Domain name containing project With
                        v3samlpassword: Domain name containing project With
                        v3password: Domain name containing project With
                        v3oidcaccesstoken: Domain name containing project With
                        token: Domain name containing project With
                        v3oidcclientcredentials: Domain name containing
                        project With v3tokenlessauth: Domain name containing
                        project With v3token: Domain name containing project
                        With v3totp: Domain name containing project (Env:
                        OS_PROJECT_DOMAIN_NAME)
  --os-access-key <auth-access-key>
                        With v3oauth1: OAuth Access Key (Env: OS_ACCESS_KEY)
  --os-password <auth-password>
                        With password: User's password With v3oidcpassword:
                        Password With v2password: Password to use With
                        v3samlpassword: Password With v3password: User's
                        password (Env: OS_PASSWORD)
  --os-redirect-uri <auth-redirect-uri>
                        With v3oidcauthcode: OpenID Connect Redirect URL (Env:
                        OS_REDIRECT_URI)
  --os-endpoint <auth-endpoint>
                        With admin_token: The endpoint that will always be
                        used (Env: OS_ENDPOINT)
  --os-url <auth-url> With token_endpoint: Specific service endpoint to use
                        (Env: OS_URL)
  --os-consumer-secret <auth-consumer-secret>
                        With v3oauth1: OAuth Consumer Secret (Env:
                        OS_CONSUMER_SECRET)
  --os-token <auth-token>
                        With v2token: Token With admin_token: The token that
                        will always be used With token_endpoint:
                        Authentication token to use With token: Token to
                        authenticate with With v3token: Token to authenticate
                        with (Env: OS_TOKEN)
  --os-passcode <auth-passcode>
                        With v3totp: User's TOTP passcode (Env: OS_PASSCODE)
  --os-project-id <auth-project-id>
                        With password: Project ID to scope to With
                        v3oidcauthcode: Project ID to scope to With
                        v3oidcpassword: Project ID to scope to With
                        v3samlpassword: Project ID to scope to With
                        v3password: Project ID to scope to With
                        v3oidcaccesstoken: Project ID to scope to With token:
                        Project ID to scope to With v3oidcclientcredentials:
                        Project ID to scope to With v3tokenlessauth: Project
                        ID to scope to With v3token: Project ID to scope to
                        With v3totp: Project ID to scope to (Env:
                        OS_PROJECT_ID)

Commands:
  acl delete Delete ACLs for a secret or container as identified by its href.
  acl get Retrieve ACLs for a secret or container by providing its href.
  acl submit Submit ACL on a secret or container as identified by its href.
  acl user add Add ACL users to a secret or container as identified by its href.
  acl user remove Remove ACL users from a secret or container as identified by its href.
  address scope create Create a new Address Scope
  address scope delete Delete address scope(s)
  address scope list List address scopes
  address scope set Set address scope properties
  address scope show Display address scope details
  aggregate add host Add host to aggregate
  aggregate create Create a new aggregate
  aggregate delete Delete existing aggregate(s)
  aggregate list List all aggregates
  aggregate remove host Remove host from aggregate
  aggregate set Set aggregate properties
  aggregate show Display aggregate details
  aggregate unset Unset aggregate properties
  availability zone list List availability zones and their status
  ca get Retrieve a CA by providing its URI.
  ca list List cas.
  catalog list List services in the service catalog
  catalog show Display service catalog details
  command list List recognized commands by group
  complete print bash completion command
  compute agent create Create compute agent
  compute agent delete Delete compute agent(s)
  compute agent list List compute agents
  compute agent set Set compute agent properties
  compute service delete Delete compute service(s)
  compute service list List compute services
  compute service set Set compute service properties
  configuration show Display configuration details
  consistency group add volume Add volume(s) to consistency group
  consistency group create Create new consistency group.
  consistency group delete Delete consistency group(s).
  consistency group list List consistency groups.
  consistency group remove volume Remove volume(s) from consistency group
  consistency group set Set consistency group properties
  consistency group show Display consistency group details.
  consistency group snapshot create Create new consistency group snapshot.
  consistency group snapshot delete Delete consistency group snapshot(s).
  consistency group snapshot list List consistency group snapshots.
  consistency group snapshot show Display consistency group snapshot details
  console log show Show server's console output
  console url show Show server's remote console URL
  container create Create new container
  container delete Delete container
  container list List containers
  container save Save container contents locally
  container set Set container properties
  container show Display container details
  container unset Unset container properties
  dns quota list List quotas
  dns quota reset Delete blacklist
  dns quota set Set blacklist properties
  dns service list List service statuses
  dns service show Show service status details
  ec2 credentials create Create EC2 credentials
  ec2 credentials delete Delete EC2 credentials
  ec2 credentials list List EC2 credentials
  ec2 credentials show Display EC2 credentials details
  endpoint create Create new endpoint
  endpoint delete Delete endpoint(s)
  endpoint list List endpoints
  endpoint show Display endpoint details
  extension list List API extensions
  firewall group create Create a new firewall group
  firewall group delete Delete firewall group(s)
  firewall group list List firewall groups
  firewall group policy add rule Insert a rule into a given firewall policy
  firewall group policy create Create a new firewall policy
  firewall group policy delete Delete firewall policy(s)
  firewall group policy list List firewall policies
  firewall group policy remove rule Remove a rule from a given firewall policy
  firewall group policy set Set firewall policy properties
  firewall group policy show Display firewall policy details
  firewall group policy unset Unset firewall policy properties
  firewall group rule create Create a new firewall rule
  firewall group rule delete Delete firewall rule(s)
  firewall group rule list List firewall rules that belong to a given tenant
  firewall group rule set Set firewall rule properties
  firewall group rule show Display firewall rule details
  firewall group rule unset Unset firewall rule properties
  firewall group set Set firewall group properties
  firewall group show Display firewall group details
  firewall group unset Unset firewall group properties
  flavor create Create new flavor
  flavor delete Delete flavor(s)
  flavor list List flavors
  flavor set Set flavor properties
  flavor show Display flavor details
  flavor unset Unset flavor properties
  floating ip create Create floating IP
  floating ip delete Delete floating IP(s)
  floating ip list List floating IP(s)
  floating ip pool list List pools of floating IP addresses
  floating ip show Display floating IP details
  help print detailed help for another command
  host list List hosts
  host set Set host properties
  host show Display host details
  hypervisor list List hypervisors
  hypervisor show Display hypervisor details
  hypervisor stats show Display hypervisor stats details
  image add project Associate project with image
  image create Create/upload an image
  image delete Delete image(s)
  image list List available images
  image remove project Disassociate project with image
  image save Save an image locally
  image set Set image properties
  image show Display image details
  image unset Unset image tags and properties
  ip availability list List IP availability for network
  ip availability show Show network IP availability details
  keypair create Create new public or private key for server ssh access
  keypair delete Delete public or private key(s)
  keypair list List key fingerprints
  keypair show Display key details
  limits show Show compute and block storage limits
  module list List module versions
  network agent delete Delete network agent(s)
  network agent list List network agents
  network agent set Set network agent properties
  network agent show Display network agent details
  network auto allocated topology create Create the auto allocated topology for project
  network auto allocated topology delete Delete auto allocated topology for project
  network create Create new network
  network delete Delete network(s)
  network flavor create Create new network flavor
  network flavor delete Delete network flavors
  network flavor list List network flavors
  network flavor set Set network flavor properties
  network flavor show Display network flavor details
  network list List networks
  network meter create Create network meter
  network meter delete Delete network meter
  network meter list List network meters
  network meter rule create Create a new meter rule
  network meter rule delete Delete meter rule(s)
  network meter rule list List meter rules
  network meter rule show Display meter rules details
  network meter show Show network meter
  network qos policy create Create a QoS policy
  network qos policy delete Delete Qos Policy(s)
  network qos policy list List QoS policies
  network qos policy set Set QoS policy properties
  network qos policy show Display QoS policy details
  network qos rule create Create new Network QoS rule
  network qos rule delete Delete Network QoS rule
  network qos rule list List Network QoS rules
  network qos rule set Set Network QoS rule properties
  network qos rule show Display Network QoS rule details
  network qos rule type list List QoS rule types
  network rbac create Create network RBAC policy
  network rbac delete Delete network RBAC policy(s)
^CTraceback (most recent call last):
  File "/usr/local/bin/openstack", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/openstackclient/shell.py", line 213, in main
    return OpenStackShell().run(argv)
  File "/usr/local/lib/python2.7/dist-packages/osc_lib/shell.py", line 135, in run
    ret_val = super(OpenStackShell, self).run(argv)
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 262, in run
    self.initialize_app(remainder)
  File "/usr/local/lib/python2.7/dist-packages/openstackclient/shell.py", line 137, in initialize_app
    super(OpenStackShell, self).initialize_app(argv)
  File "/usr/local/lib/python2.7/dist-packages/osc_lib/shell.py", line 416, in initialize_app
    self.print_help_if_requested()
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 238, in print_help_if_requested
    action(self.parser, self.options, None, None)
  File "/usr/local/lib/python2.7/dist-packages/cliff/help.py", line 34, in __call__
    factory = ep.load()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2290, in load
    self.require(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2308, in require
    list(map(working_set.add, items))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 771, in add
    dist.insert_on(self.entries, entry, replace=replace)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2677, in insert_on
    for p, item in enumerate(npath):
KeyboardInterrupt

janonymous (janonymous)
Changed in python-openstackclient:
assignee: nobody → janonymous (janonymous)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.