summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/flavor.rst
Commit message (Collapse)AuthorAgeFilesLines
* Support pagination params for flavor listliyingjun2015-10-211-0/+10
| | | | | | | | Missing 'marker' and 'limit' params for `openstack flavor list` shell command. It would be nice to have this when there are many flavors. Closes-bug: #1505874 Change-Id: I088ac5d24f0d7595f5cbce14f063e296a449eb26
* Add the ability to set and unset flavor propertiesMarek Aufart2015-03-191-0/+40
| | | | | | | | | | Added flavor set and unset command which allow manage flavor properties called extra_specs. Command flavor show output was extended with these properties. Closes-Bug: 1434137 Change-Id: Ie469bade802de18aab9d58eda3fff46064008163
* Added capabilities/options to 'openstack flavor list'Igor_Bolotin2015-02-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | command to match capabilities already provided by 'nova flavor-list': —public | --private | --all options allows to list public only (default), private only or all flavors. —long displays more field. This option also fetches properties (extra-specs) for each flavor using separate API call for each flavor and it’s too slow to be done by default. However as an administrator - sometimes I need to be able to see them for all flavors. Removed empty “Extra Specs” column as well as "Swap" and "RXTX Factor" from default output. DocImpact Closes-Bug: #1416780 Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
| | | | | | | | | try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
* Add versioning to the docs that missed itSteve Martinelli2015-01-091-0/+2
| | | | Change-Id: I8cb90e0d5aca58c4992271e007af91f8cf782643
* Command docs: flavorDean Troyer2014-12-311-0/+105
Change-Id: Ie85ff7706ef08b70ab8ba99533465d90904cf393