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

api_key or apikey #8

Description

@rizumu

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions