summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/flavor.py
Commit message (Expand)AuthorAgeFilesLines
* Add Support for showing flavor access listHuanxuan Ao2016-07-221-0/+20
* Add "--property" option to "flavor create" commandHuanxuan Ao2016-06-291-3/+18
* Merge "Make set/unset commands in compute/image/common return normally when n...Jenkins2016-06-221-6/+0
|\
| * Make set/unset commands in compute/image/common return normally when nothing ...Tang Chen2016-06-211-6/+0
* | Merge "Support bulk deletion for "flavor/aggregate delete""Jenkins2016-06-221-4/+19
|\ \
| * | Support bulk deletion for "flavor/aggregate delete"Huanxuan Ao2016-06-211-4/+24
* | | Add "--project" option to the "flavor create" command.Huanxuan Ao2016-06-211-0/+26
| |/ |/|
* | Standardize logger usageTang Chen2016-06-201-10/+12
|/
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-1/+1
* Add support for removing flavor-accessHuanxuan Ao2016-06-021-5/+47
* Add support for setting flavor-accessHuanxuan Ao2016-05-301-4/+48
* Fix i18n support for help and error messages in computeTang Chen2016-05-241-26/+30
* Make "flavor show" command to show a private flavor properlyHuanxuan Ao2016-05-021-8/+23
* Fix error in flavor set/unset commandHuanxuan Ao2016-04-281-2/+4
* rxtx factor should be a floatSean Dague2016-04-041-3/+3
* Trivial: Reorder flavor op order in flavor.pyYang Hongyang2016-03-011-24/+24
* Make SetFlavor and UnsetFlavor inherit from cliff.CommandTang Chen2016-02-271-18/+6
* Fixed a bunch of spacingBrandon Palm2016-02-231-3/+3
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-6/+0
* Set up logger of each command by metaclassAkihiro Motoki2016-01-201-22/+6
* Trivial: Remove useless return from files in compute.Tang Chen2015-12-171-1/+0
* Support pagination params for flavor listliyingjun2015-10-211-1/+12
* Making --property as required when openstack flavor unsetjiaxi2015-07-181-0/+1
* Add the ability to set and unset flavor propertiesMarek Aufart2015-03-191-3/+75
* Added capabilities/options to 'openstack flavor list'Igor_Bolotin2015-02-031-6/+52
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
* Command docs: flavorDean Troyer2014-12-311-12/+19
* Normalize more help stringsDean Troyer2014-07-241-9/+14
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Removed unused imports.Josh Kearney2013-03-151-1/+0
* Change create flavor to use default argumentsDean Troyer2013-03-061-22/+26
* Added compute flavor support.Josh Kearney2013-02-281-0/+186