summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Better default for my_ip if 8.8.8.8 is unreachable"Jenkins2013-06-281-0/+56
|\
| * Better default for my_ip if 8.8.8.8 is unreachableDavanum Srinivas2013-06-261-0/+56
* | Merge "Fix metadata access in prep for instance objects"Jenkins2013-06-271-0/+7
|\ \
| * | Fix metadata access in prep for instance objectsAlexei Kornienko2013-06-271-0/+7
| |/
* | Merge "Organize limits units and per-units constants"Jenkins2013-06-271-0/+8
|\ \
| * | Organize limits units and per-units constantsMauro S. M. Rodrigues2013-06-141-0/+8
* | | Merge "Accept is_public=None when listing all flavors"Jenkins2013-06-261-0/+10
|\ \ \ | |_|/ |/| |
| * | Accept is_public=None when listing all flavorsXavier Queralt2013-06-171-0/+10
* | | Merge "Replace utils.to_bytes() with strutils.to_bytes()"Jenkins2013-06-191-28/+0
|\ \ \ | |/ / |/| |
| * | Replace utils.to_bytes() with strutils.to_bytes()Zhongyue Luo2013-06-141-28/+0
* | | Merge "Replace functions in utils with oslo.fileutils"Jenkins2013-06-151-37/+0
|\| | | |/ |/|
| * Replace functions in utils with oslo.fileutilsZhongyue Luo2013-06-111-37/+0
* | Fix and enable H403 testsDirk Mueller2013-06-121-6/+13
|/
* Enhance group handling in extract_optsJulien Danjou2013-06-101-3/+0
* Merge "Improve Python 3.x compatibility"Jenkins2013-06-051-3/+3
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-06-011-3/+3
* | Call scheduler for run_instance from conductorAndrew Laski2013-06-041-0/+10
* | In utils.tempdir, pass CONF.tempdir as an argument.David Ripton2013-05-281-2/+4
|/
* Make a few places tolerant of sys_meta being a dictDan Smith2013-05-221-0/+7
* 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