Make a Kilo requirements compatable magnum client

Bug #1499052 reported by Kris Lindgren
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-magnumclient
New
Undecided
Unassigned

Bug Description

The only tagged python-magnumclient that is available that has kilo compatible requirements is: 0.0.1. The problem is this client doesn't support the required fields for a baymodel-create:

$magnum baymodel-create --name k8sbaymodel --image-id CoreOS --keypair-id test-key --external-network-id g1_dev_public --dns-nameserver 10.255.250.11 --flavor-id m1.small --docker-volume-size 5 --coe kubernetes
usage: magnum [--version] [--debug] [--os-cache]
              [--os-tenant-id <auth-tenant-id>]
              [--service-type <service-type>]
              [--endpoint-type <endpoint-type>]
              [--magnum-api-version <magnum-api-ver>]
              [--os-cacert <ca-certificate>] [--bypass-url <bypass-url>]
              [--os-auth-system <auth-system>] [--os-username <username>]
              [--os-password <password>] [--os-tenant-name <tenant-name>]
              [--os-token <token>] [--os-auth-url <auth-url>]
              <subcommand> ...
error: unrecognized arguments: --coe kubernetes
Try 'magnum help ' for more information.

$ magnum baymodel-create --name k8sbaymodel --image-id CoreOS --keypair-id test-key --external-network-id g1_dev_public --dns-nameserver 10.255.250.11 --flavor-id m1.small --docker-volume-size 5
ERROR: Invalid input for field/attribute coe. Value: 'None'. Mandatory field missing. (HTTP 400)

I am using the Kilo version of magnum (tag: 2015.1.0)

Can we please tag a version of the python-magnumclient from branch stable/kilo that will work with the kilo version of magnum and the kilo version of python dependencies?

affects: magnum → python-magnumclient
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.