openstack.compute icon indicating copy to clipboard operation
openstack.compute copied to clipboard

api_key or apikey

Open rizumu opened this issue 14 years ago • 0 comments

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)

rizumu avatar May 15 '11 18:05 rizumu