typos in proxy-create command

Bug #1473826 reported by takehiro-kaneko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-rackclient
Fix Committed
High
Unassigned

Bug Description

rackclient/v1/command/proxy.py

class CreateProxy(ShowOne):
...
def take_action(self, parsed_args):
        proxy = self.client.proxy.create(
            self.gid,
            ame=parsed_args.name, # name
            ova_flavor_id=parsed_args.flavor, # nova_flavor_id
            lance_image_id=parsed_args.image, # glance_image_id
            eypair_id=parsed_args.keypair, # keypair_id
            ecuritygroup_ids=parsed_args.securitygroup) # securitygroup_ids

Tags: in-develop
Changed in python-rackclient:
importance: Undecided → High
status: New → Confirmed
Cody Fu (cody-f)
Changed in python-rackclient:
assignee: nobody → Cody Fu (cody-f)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-rackclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/201001

Changed in python-rackclient:
status: Confirmed → In Progress
Cody Fu (cody-f)
Changed in python-rackclient:
assignee: Cody Fu (cody-f) → nobody
Changed in python-rackclient:
status: In Progress → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-rackclient (develop)

Fix proposed to branch: develop
Review: https://review.openstack.org/210978

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: develop
Review: https://review.openstack.org/210996

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on python-rackclient (develop)

Change abandoned by t-oi (<email address hidden>) on branch: develop
Review: https://review.openstack.org/210978

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-rackclient (develop)

Reviewed: https://review.openstack.org/210996
Committed: https://git.openstack.org/cgit/stackforge/python-rackclient/commit/?id=115f88a9444bdb437230ef8379e74401c11db273
Submitter: Jenkins
Branch: develop

commit 115f88a9444bdb437230ef8379e74401c11db273
Author: t-oi <email address hidden>
Date: Mon Aug 10 15:20:19 2015 +0900

    Fixed typos in proxy-create command

    Change-Id: I0f19b6eaed02d782a6ce29ede3c464dfdfc1e7ca
    Closes-Bug: #1473826

tags: added: in-develop
Changed in python-rackclient:
status: Triaged → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on python-rackclient (master)

Change abandoned by Monty Taylor (<email address hidden>) on branch: master
Review: https://review.openstack.org/201001

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.