Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

api_key or apikey #8

Open
rizumu opened this issue May 15, 2011 · 0 comments
Open

api_key or apikey #8

rizumu opened this issue May 15, 2011 · 0 comments

Comments

@rizumu
Copy link

rizumu commented May 15, 2011

In python-cloudservers api_key was used, but now it's apikey. The documentation (including shell help) doesn't match the source in a few places on change and led to some brief confusion during an upgrade.

Also the docs read:

compute = openstack.compute.Compute(USERNAME, API_KEY)

But a kwarg is expected:

compute = openstack.compute.Compute(username=USERNAME, apikey=API_KEY)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant