Comment 8 for bug 1205298

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

Reviewed: https://review.openstack.org/44636
Committed: http://github.com/openstack/python-novaclient/commit/97da33fcf599efeb29d7e496d34a450c78c557f5
Submitter: Jenkins
Branch: master

commit 97da33fcf599efeb29d7e496d34a450c78c557f5
Author: fujioka yuuichi <email address hidden>
Date: Mon Sep 2 11:03:50 2013 +0900

    Allow name argument to flavor-access-add

    Administrator cannot use the flavor name in arguments of
    "nova flavor-access-add" and "nova flavor-access-remove".

    This patch fixes this problem.

    Change-Id: I68b267dc071382f1978efc2088cd8e837455e8b4
    Related-Bug: #1205298