Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2016 15:43
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 anonymous/49f874b9543c313597df0d80bfd6d2dc to your computer and use it in GitHub Desktop.
Save anonymous/49f874b9543c313597df0d80bfd6d2dc to your computer and use it in GitHub Desktop.
############################
The salt-cloud report :
# salt-cloud --versions-report
Salt Version:
Salt: 2016.3.3
Dependency Versions:
Apache Libcloud: 1.3.0
cffi: 1.3.1
cherrypy: 3.2.2
dateutil: Not Installed
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.8
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.6
mysql-python: Not Installed
pycparser: 2.14
pycrypto: 2.6.1
pygit2: Not Installed
Python: 2.7.5 (default, Sep 15 2016, 22:37:39)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 15.3.0
RAET: Not Installed
smmap: Not Installed
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4
System Versions:
dist: centos 7.2.1511 Core
machine: x86_64
release: 3.10.0-327.36.3.el7.x86_64
system: Linux
version: CentOS Linux 7.2.1511 Core
#######################
#######################
The salt-cloud -l debug output :
# salt-cloud -Q -l debug
[DEBUG ] Reading configuration from /etc/salt/cloud
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/auth_user.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/auth_user.conf
[DEBUG ] Including configuration from '/etc/salt/master.d/rest_cherry.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/rest_cherry.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: frvmadm01.roger.com
[DEBUG ] Missing configuration file: /etc/salt/cloud.providers
[DEBUG ] Including configuration from '/etc/salt/cloud.providers.d/ovh-openstack.conf'
[DEBUG ] Reading configuration from /etc/salt/cloud.providers.d/ovh-openstack.conf
[DEBUG ] Reading configuration from /etc/salt/cloud.profiles
[DEBUG ] Configuration file path: /etc/salt/cloud
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[INFO ] salt-cloud starting
[DEBUG ] Could not LazyLoad parallels.avail_sizes
[DEBUG ] LazyLoaded parallels.avail_locations
[DEBUG ] LazyLoaded proxmox.avail_sizes
[DEBUG ] Could not LazyLoad saltify.destroy
[DEBUG ] Could not LazyLoad saltify.avail_sizes
[DEBUG ] Could not LazyLoad saltify.avail_images
[DEBUG ] Could not LazyLoad saltify.avail_locations
[DEBUG ] LazyLoaded rackspace.reboot
[DEBUG ] LazyLoaded openstack.list_locations
[DEBUG ] LazyLoaded rackspace.list_locations
[DEBUG ] Could not LazyLoad nova.optimize_providers
[DEBUG ] The 'nova' cloud driver is unable to be optimized.
[DEBUG ] Could not LazyLoad parallels.avail_sizes
[DEBUG ] LazyLoaded parallels.avail_locations
[DEBUG ] LazyLoaded proxmox.avail_sizes
[DEBUG ] Could not LazyLoad saltify.destroy
[DEBUG ] Could not LazyLoad saltify.avail_sizes
[DEBUG ] Could not LazyLoad saltify.avail_images
[DEBUG ] Could not LazyLoad saltify.avail_locations
[DEBUG ] LazyLoaded rackspace.reboot
[DEBUG ] LazyLoaded openstack.list_locations
[DEBUG ] LazyLoaded rackspace.list_locations
[DEBUG ] Failed to execute 'nova.list_nodes()' while querying for running nodes: __init__() got an unexpected keyword argument 'auth_token'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 2369, in run_parallel_map_providers_query
cloud.clouds[data['fun']]()
File "/usr/lib/python2.7/site-packages/salt/cloud/clouds/nova.py", line 945, in list_nodes
conn = get_conn()
File "/usr/lib/python2.7/site-packages/salt/cloud/clouds/nova.py", line 273, in get_conn
conn = nova.SaltNova(**kwargs)
File "/usr/lib/python2.7/site-packages/salt/utils/openstack/nova.py", line 265, in __init__
self.compute_conn = client.Client(**self.kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 446, in Client
return client_class(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'auth_token'
[DEBUG ] LazyLoaded nested.output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment