AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Require a keyring version with python 2 support #748

Closed sjones4 closed 5 years ago

sjones4 commented 5 years ago

Keyring v19 dropped support for Python 2.7 - 3.4, an explicit dependency is added to ensure a compatible version is installed.

sjones4 commented 5 years ago

Build is 6064.

Demo: Expected version is installed:

# pip list | grep keyring
keyring (18.0.1)

Error no longer logged when using appscale command:

# appscale init
AppScalefile successfully created! Be sure to customize it for your particular cloud or cluster.

Prior to this fix the output was:

# appscale init
No handlers could be found for logger "msrestazure.azure_active_directory"
AppScalefile successfully created! Be sure to customize it for your particular cloud or cluster.