Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings received when running "autoscale" #2

Closed
bradwhiteVB opened this issue Feb 12, 2015 · 2 comments
Closed

Deprecation warnings received when running "autoscale" #2

bradwhiteVB opened this issue Feb 12, 2015 · 2 comments

Comments

@bradwhiteVB
Copy link

Hi,

After installing this on a server to test it out - when I run "autoscale" I get the following:

# autoscale
/usr/lib/python2.6/site-packages/novaclient/utils.py:20: DeprecationWarning: The oslo namespace package is deprecated. Please use oslo_utils instead.
  from oslo.utils import encodeutils
/usr/lib/python2.6/site-packages/oslo_utils/_i18n.py:21: DeprecationWarning: The oslo namespace package is deprecated. Please use oslo_i18n instead.
  from oslo import i18n
/usr/lib/python2.6/site-packages/keystoneclient/session.py:21: DeprecationWarning: The oslo namespace package is deprecated. Please use oslo_config instead.
  from oslo.config import cfg
/usr/lib/python2.6/site-packages/keystoneclient/session.py:22: DeprecationWarning: The oslo namespace package is deprecated. Please use oslo_serialization instead.
  from oslo.serialization import jsonutils
INFO:raxas.autoscale:rax-autoscaler v0.2.29 -- Copyright @ 2014 Rackspace
INFO:raxas.common:Loading config file: '/etc/rax-autoscaler/config.json'
WARNING:raxas.auth:cannot read token data from file '/root/.rax-autoscaler-token'
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): identity.api.rackspacecloud.com
/usr/lib/python2.6/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate 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.)
  SecurityWarning
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): identity.api.rackspacecloud.com
/usr/lib/python2.6/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate 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.)
  SecurityWarning
WARNING:raxas.auth:cannot authenticate with credentials
ERROR:raxas.autoscale:Authentication failed
(error) Authentication failed
(info) rax-autoscale completed with an error

Since I both installed and ran this as root, I am not sure what else I can do. I created the config.json file in a newly created directory /etc/rax-autoscaler/ as instructed, based on the template.

@bradwhiteVB bradwhiteVB changed the title Errors received when running "autoscale" after install Deprecation warnings received when running "autoscale" Feb 12, 2015
@bradwhiteVB
Copy link
Author

Changed the title since you should be aware of the deprecation warnings, but, my initial error was caused by my bad typing. I entered my account name incorrectly in the config.json. Apologies

@eljrax
Copy link
Contributor

eljrax commented Feb 12, 2016

Hi @bradwhiteVB
Really sorry for the "slight" delay here. Am I right in guessing that this is no longer an issue for you?

Teddy-Schmitz pushed a commit that referenced this issue Feb 23, 2016
Fix test for test_add_entity_check
@eljrax eljrax closed this as completed Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants