summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-171-6/+0
* Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-151-13/+0
|\
| * Use Oslo's `bool_from_string`Rick Harris2013-05-141-13/+0
* | Hide lock_prefix argument using synchronized_with_prefix()Zhongyue Luo2013-05-141-0/+3
* | Convert to using newly imported processutils.Michael Still2013-05-081-65/+4
|/
* Convert to using oslo's execute() method.Michael Still2013-05-041-109/+14
* Import and convert to oslo loopingcall.Michael Still2013-04-161-108/+0
* Remove print statementsArata Notsu2013-04-021-1/+2
* Makes safe xml data calls raise 400 http error instead of 500Matthew Sherborne2013-03-141-58/+0
* Remove uses of instance['instance_type'] from nova/computeDan Smith2013-03-081-0/+7
* Merge "Remove parameters containing passwords from Notifications."Jenkins2013-03-061-33/+0
|\
| * Remove parameters containing passwords from Notifications.Sandy Walsh2013-03-051-33/+0
* | Standarize ip validation along the codeMauro S. M. Rodrigues2013-03-051-3/+5
|/
* Additional tests for safe parsing with minidomDavanum Srinivas2013-02-261-2/+16
* Add Nova quantum security group proxyAaron Rosen2013-02-201-0/+9
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Add a safe_minidom_parse_string function.Dan Prince2013-02-191-0/+44
* create new cidr type for data storageSean Dague2013-02-181-0/+13
* clean up missing whitespace after ':'Aaron Rosen2013-02-151-1/+1
* Merge "Canonizes IPv6 before insert it into the db"Jenkins2013-02-141-0/+9
|\
| * Canonizes IPv6 before insert it into the dbMauro S. M. Rodrigues2013-02-131-0/+9
* | Check the length of flavor name in "flavor-create"Haiwei Xu2013-02-131-0/+22
|/
* Move floating ip db access to calling side.Vishvananda Ishaya2013-02-071-0/+20
* Merge "Remove strcmp_const_time."Jenkins2013-02-071-20/+0
|\
| * Remove strcmp_const_time.Russell Bryant2013-02-061-20/+0
* | Merge "Default value of monkey_patch_modules is broken"Jenkins2013-02-071-4/+7
|\ \ | |/ |/|
| * Default value of monkey_patch_modules is brokenPhil Day2013-02-041-4/+7
* | Merge "Record instance actions and events"Jenkins2013-02-051-0/+54
|\ \
| * | Record instance actions and eventsAndrew Laski2013-02-011-0/+54
* | | Merge "Reimplement is_valid_ipv4()."Jenkins2013-02-031-12/+5
|\ \ \
| * | | Reimplement is_valid_ipv4().Russell Bryant2013-02-021-12/+5
* | | | Merge "Tweakify is_valid_boolstr()."Jenkins2013-02-031-5/+2
|\| | |
| * | | Tweakify is_valid_boolstr().Russell Bryant2013-02-021-5/+2
| |/ /
* | | Merge "Make system_metadata update in place"Jenkins2013-02-031-1/+2
|\ \ \ | |/ / |/| |
| * | Make system_metadata update in placeDan Smith2013-02-011-1/+2
| |/
* | Merge "Code cleanup for rebuild block device mapping"Jenkins2013-01-311-4/+25
|\ \ | |/ |/|
| * Code cleanup for rebuild block device mappingRick Harris2013-01-301-4/+25
* | Fixes "is not" usageZhongyue Luo2013-01-311-1/+1
|/
* Allow users to specify a tmp location via configRafi Khardalian2013-01-281-0/+4
* Avoid db lookup in info_from_instance().Russell Bryant2013-01-241-0/+7
* Add support for Option Groups in LazyPluggableDavanum Srinivas2013-01-211-2/+6
* enforce server_id can only be uuid or intSean Dague2013-01-161-0/+8
* Merge "Move service_down_time to nova.service"Jenkins2013-01-101-1/+0
|\
| * Move service_down_time to nova.serviceMark McLoughlin2013-01-091-1/+0
* | fix N402 for rest of novaSean Dague2013-01-091-7/+7
|/
* Merge "Move global glance opts into nova.image.glance"Jenkins2013-01-091-14/+0
|\
| * Move global glance opts into nova.image.glanceMark McLoughlin2013-01-081-14/+0
* | Merge "fix N401 errors, stop ignoring all N4* errors"Jenkins2013-01-091-1/+1
|\ \ | |/ |/|
| * fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* | Refactor periodic tasks.Michael Still2013-01-051-6/+53
|/