Metadata-Version: 1.0
Name: novaclient-auth-secretkey
Version: 0.1
Summary: Authentication plugin for novaclient enabling API key and secret key
Home-page: https://github.com/fr33jc/novaclient-auth-secretkey
Author: fr33jc
Author-email: fr33jc@gmail.com
License: MIT
Description: novaclient-auth-secretkey
        =========================
        
        
        This is an authentication plugin for python-novaclient.  It allows
        novaclient users to specify an API key+secret key as credentials to
        the Keystone authentication service instead of the normal
        username+password.
        
        Plugin users can specify the credentials either programmatically as
        attributes of the httpclient object, or using environment variables (e.g.
        when using the command-line nova client).
        
Platform: POSIX
