| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | typo | Trey Morris | 2011-07-27 | 1 | -2/+2 |
| * | --bridge defaults to br100 but with a deprecation warning and to be removed i... | Trey Morris | 2011-07-27 | 1 | -1/+10 |
| * | added ipv6 requirements to nova-manage network create. changed --network to -... | Trey Morris | 2011-07-27 | 1 | -12/+18 |
| * | updated the bridge arg requirements based on manager | Trey Morris | 2011-07-27 | 1 | -4/+4 |
| * | updated nova-manage create network. better help, handling of required args, a... | Trey Morris | 2011-07-27 | 1 | -40/+49 |
| * | fix pep8 | Lvov Maxim | 2011-07-26 | 1 | -64/+128 |
| * | add decorator for 'dns' params | Lvov Maxim | 2011-07-25 | 1 | -0/+2 |
| * | merge with trunk, resolve conflicts | Lvov Maxim | 2011-07-25 | 1 | -6/+15 |
| |\ | |||||
| | * | docstring update | Jason Koelker | 2011-07-22 | 1 | -1/+1 |
| | * | default to None in the method signature | Jason Koelker | 2011-07-22 | 1 | -6/+6 |
| | * | add in the right number of fields | Jason Koelker | 2011-07-21 | 1 | -1/+2 |
| | * | only use the flag if it evaluates true | Jason Koelker | 2011-07-21 | 1 | -1/+1 |
| | * | allow 2 dns servers to be specified on network create | Jason Koelker | 2011-07-21 | 1 | -3/+12 |
| * | | fix 'version' command | Lvov Maxim | 2011-07-25 | 1 | -2/+2 |
| * | | add decorator for multi host option | Lvov Maxim | 2011-07-22 | 1 | -0/+1 |
| * | | merge with trunk, resolve conflicts | Lvov Maxim | 2011-07-22 | 2 | -10/+11 |
| |\| | |||||
| | * | merged trunk | Vishvananda Ishaya | 2011-07-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | fixing bad lookup | Brian Waldon | 2011-07-18 | 1 | -1/+1 |
| | * | | merged trunk | Vishvananda Ishaya | 2011-07-18 | 1 | -12/+45 |
| | |\| | |||||
| | * | | fix issues that were breaking vlan mode | Vishvananda Ishaya | 2011-07-18 | 1 | -4/+4 |
| | * | | merged trunk | Vishvananda Ishaya | 2011-07-08 | 2 | -5/+28 |
| | |\ \ | |||||
| | * | | | add ability to set multi_host in nova-manage and remove debugging issues | Vishvananda Ishaya | 2011-07-05 | 1 | -2/+7 |
| | * | | | filter the dhcp to only respond to requests from this host | Vishvananda Ishaya | 2011-07-05 | 1 | -1/+1 |
| | * | | | First round of changes for ha-flatdhcp. | Vishvananda Ishaya | 2011-07-05 | 1 | -1/+1 |
| * | | | | remove IPy | Lvov Maxim | 2011-07-22 | 1 | -1/+0 |
| * | | | | minor fix | Lvov Maxim | 2011-07-21 | 1 | -1/+1 |
| * | | | | merge with trunk, resolve conflicts | Lvov Maxim | 2011-07-15 | 1 | -14/+45 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | add support to write to stdout rather than file if '-' is specified. | Scott Moser | 2011-07-14 | 1 | -4/+10 |
| | |\ \ \ | |||||
| | | * | | | use 'with' so that close is called on file handle | Scott Moser | 2011-07-13 | 1 | -6/+6 |
| | | * | | | support '-' to indicate stdout in nova-manage project 'environment' and 'zip' | Scott Moser | 2011-07-13 | 1 | -4/+10 |
| | | | |/ | | |/| | |||||
| | * | | | Improvements to nova-manage: | Mike Scherbakov | 2011-07-13 | 1 | -8/+35 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Renamed 'nova-manage server list' -> 'nova-manage host list' to differentiate... | Mike Scherbakov | 2011-07-12 | 1 | -9/+9 |
| | | * | | Improvements to nova-manage: network list now includes vlan and projectID, ad... | Mike Scherbakov | 2011-07-02 | 1 | -8/+35 |
| | | |/ | |||||
| * | | | remove argument help from docstrings + minor fix | Lvov Maxim | 2011-07-15 | 1 | -115/+48 |
| * | | | Add possibility to call commands without subcommands. | Yuriy Taraday | 2011-07-15 | 1 | -8/+16 |
| * | | | fix redundency | Lvov Maxim | 2011-07-15 | 1 | -2/+0 |
| * | | | merge with trunk | Lvov Maxim | 2011-07-13 | 8 | -87/+314 |
| |\| | | |||||
| | * | | Add a flag to disable ec2 or osapi. | Josh Kearney | 2011-07-08 | 1 | -5/+9 |
| | * | | Fixes bug #805604 "Multiprocess nova-api does not handles SIGTERM correctly." | Nikolay Sokolov | 2011-07-08 | 1 | -0/+4 |
| | |\ \ | |||||
| | | * | | PEP8 passed. | Nikolay Sokolov | 2011-07-06 | 1 | -2/+3 |
| | | * | | Formatting fix. | Nikolay Sokolov | 2011-07-06 | 1 | -0/+1 |
| | | * | | Signal handler cleanup, proper ^C handling. | Nikolay Sokolov | 2011-07-06 | 1 | -8/+6 |
| | | * | | Gracefull shutdown of nova-api. | Nikolay Sokolov | 2011-07-04 | 1 | -5/+9 |
| | | |/ | |||||
| | * | | Add a socket server responding with an allowing flash socket policy for all r... | Jimmy Bergman | 2011-07-07 | 1 | -0/+15 |
| | |\ \ | | |/ | |/| | |||||
| | | * | pep8 compliance | Jimmy Bergman | 2011-07-07 | 1 | -3/+6 |
| | | * | Merge trunk and resolve bin/nova-vncproxy conflict | Jimmy Bergman | 2011-06-30 | 7 | -46/+173 |
| | | |\ | |||||
| | | * \ | Merge trunk | Jimmy Bergman | 2011-06-23 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * | | | Change so that the flash socket policy server is using eventlet instead of tw... | Jimmy Bergman | 2011-06-23 | 1 | -19/+13 |
| | | * | | | Add a socket server responding with an allowing flash socket policy for all r... | Jimmy Bergman | 2011-06-22 | 1 | -3/+20 |
| | * | | | | merged trunk | Trey Morris | 2011-06-29 | 3 | -5/+127 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
