nova quota-update won't let you update all the available properties

Bug #1085246 reported by Giampaolo Lauria
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
Fix Released
Undecided
Unassigned

Bug Description

The nova quota-update command won't let you update the following fields:

injected_file_path_bytes
security_group_rules
security_groups

Here's what's currently supported by the CLI:

> nova help quota-update
usage: nova quota-update [--instances <instances>] [--cores <cores>]
                         [--ram <ram>] [--volumes <volumes>]
                         [--gigabytes <gigabytes>]
                         [--floating-ips <floating-ips>]
                         [--metadata-items <metadata-items>]
                         [--injected-files <injected-files>]
                         [--injected-file-content-bytes <injected-file-content-bytes>]
                         <tenant-id>

> nova --version
2.9.0.31.g4ad512b

Chuck Short (zulcss)
affects: nova → python-novaclient
Revision history for this message
Andy McCrae (andrew-mccrae) wrote :

This seems to be fixed now!

# nova quota-update
usage: nova quota-update [--instances <instances>] [--cores <cores>]
                         [--ram <ram>] [--volumes <volumes>]
                         [--gigabytes <gigabytes>]
                         [--floating-ips <floating-ips>]
                         [--fixed-ips <fixed-ips>]
                         [--metadata-items <metadata-items>]
                         [--injected-files <injected-files>]
                         [--injected-file-content-bytes <injected-file-content-bytes>]
                         [--injected-file-path-bytes <injected-file-path-bytes>]
                         [--key-pairs <key-pairs>]
                         [--security-groups <security-groups>]
                         [--security-group-rules <security-group-rules>]
                         [--force]
                         <tenant-id>

# nova --version
2.13.0.33

Changed in python-novaclient:
status: New → Fix Released
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.