Skip to content

Instantly share code, notes, and snippets.

@bbyhuy
Created September 14, 2016 16:27
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 bbyhuy/f3d87785a60a3be35b7786842409177f to your computer and use it in GitHub Desktop.
Save bbyhuy/f3d87785a60a3be35b7786842409177f to your computer and use it in GitHub Desktop.
root@infra1-utility-container-8f1fee43:~# openstack network list --verbose
START with options: ['network', 'list', '--verbose']
command: network list -> openstackclient.network.v2.network.ListNetwork
/usr/local/lib/python2.7/dist-packages/openstackclient/api/auth.py:118: DeprecationWarning: Using function/method 'keystoneclient.auth.base.get_plugin_class()' is deprecated in version '2.1.0' and will be removed in version '3.0.0': keystoneclient auth plugins are deprecated. Use keystoneauth.
auth_plugin_class = base.get_plugin_class(auth_plugin_name)
Using auth plugin: password
/usr/local/lib/python2.7/dist-packages/keystoneclient/auth/identity/base.py:56: DeprecationWarning: keystoneclient auth plugins are deprecated as of the 2.1.0 release in favor of keystoneauth1 plugins. They will be removed in future releases.
'in future releases.', DeprecationWarning)
An SSL error occurred.
END return value: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment