Skip to content

Instantly share code, notes, and snippets.

@clayg
Created December 22, 2015 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/b6d924fbca46b2eb8ebf to your computer and use it in GitHub Desktop.
Save clayg/b6d924fbca46b2eb8ebf to your computer and use it in GitHub Desktop.
(test-nova)clayg:/tmp/test-nova$ cat rackspace.rc
export OS_AUTH_URL=https://identity.api.rackspacecloud.com/v2.0/
export OS_USERNAME=<REMOVED>
export OS_TENANT_NAME=<REMOVED>
export OS_REGION_NAME=DFW
export OS_PASSWORD=<REMOVED>
(test-nova)clayg:/tmp/test-nova$ . rackspace.rc
(test-nova)clayg:/tmp/test-nova$ nova list
/private/tmp/test-nova/lib/python2.7/site-packages/novaclient/shell.py:609: UserWarning: novaclient auth plugins that are not keystone are deprecated. Auth plugins should now be done as plugins to keystoneauth and selected with --os-auth-type or OS_AUTH_TYPE
'novaclient auth plugins that are not keystone are deprecated.'
/private/tmp/test-nova/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:266: SubjectAltNameWarning: Certificate for identity.api.rackspacecloud.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
SubjectAltNameWarning
ERROR (AttributeError): ImpImporter instance has no attribute 'load_module'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment