| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | 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 |
| |/ | |||||
| * | merged trunk | Trey Morris | 2011-06-29 | 1 | -5/+5 |
| |\ | |||||
| | * | Fix 'undefined name 'e'' pylint error | Thierry Carrez | 2011-06-29 | 1 | -1/+1 |
| | * | Fix nova-manage vm list | Thierry Carrez | 2011-06-29 | 1 | -4/+4 |
| * | | trunk merge, getting fierce.. | Trey Morris | 2011-06-27 | 1 | -3/+3 |
| |\| | |||||
| | * | Removes the usage of the IPy module in favor of the netaddr module. | Chuck Short | 2011-06-25 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Merge trunk: | Chuck Short | 2011-06-23 | 1 | -12/+66 |
| | | |\ | |||||
| | | * \ | Fix merge conflict | Chuck Short | 2011-06-08 | 1 | -7/+8 |
| | | |\ \ | |||||
| | | * | | | Use IPNetwork rather than IPRange | Chuck Short | 2011-06-07 | 1 | -2/+2 |
| | | * | | | Remove ipy from nova-manage and use netaddr | Chuck Short | 2011-06-06 | 1 | -3/+3 |
| * | | | | | trunk merge | Trey Morris | 2011-06-23 | 1 | -1/+6 |
| |\| | | | | |||||
| | * | | | | "nova-manage checks if user is member of proj, prior to adding role for that ... | John Tran | 2011-06-23 | 1 | -0/+5 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | | * | | | nova-manage checks if user is member of proj, prior to adding role for that p... | John Tran | 2011-06-20 | 1 | -0/+5 |
| | * | | | | fixed incorrect exception | Alex Meade | 2011-06-22 | 1 | -1/+1 |
| * | | | | | trunk merge | Trey Morris | 2011-06-21 | 1 | -0/+65 |
| |\| | | | | |||||
| | * | | | | Merge with trunk | Johannes Erdfelt | 2011-06-20 | 1 | -11/+0 |
| | |\| | | | |||||
| | * | | | | Clean up docstrings to match HACKING | Johannes Erdfelt | 2011-06-16 | 1 | -4/+4 |
| | * | | | | Print list of agent builds a bit prettier | Johannes Erdfelt | 2011-06-15 | 1 | -4/+23 |
| | * | | | | PEP8 cleanups | Johannes Erdfelt | 2011-06-15 | 1 | -1/+2 |
| | * | | | | Record architecture of image for matching to agent build later. | Johannes Erdfelt | 2011-06-09 | 1 | -0/+45 |
| | | |_|/ | |/| | | |||||
| * | | | | another trunk merge | Trey Morris | 2011-06-20 | 1 | -11/+0 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | merging trunk | Brian Waldon | 2011-06-13 | 1 | -7/+8 |
| | |\| | | |||||
| | * | | | removing LocalImageService from nova-manage | Brian Waldon | 2011-06-10 | 1 | -11/+0 |
| | | |/ | |/| | |||||
| * | | | floating ips can now move around the network hosts | Trey Morris | 2011-06-10 | 1 | -6/+6 |
| * | | | updated docstring for nova-manage network create | Trey Morris | 2011-06-08 | 1 | -0/+3 |
| * | | | merged trunk again | Trey Morris | 2011-06-08 | 1 | -18/+37 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Remove unnecessary docstrings. | Josh Kearney | 2011-06-07 | 1 | -5/+1 |
| | * | | Add the option to specify a default IPv6 gateway. | Josh Kearney | 2011-06-07 | 1 | -4/+9 |
| | |/ | |||||
| | * | Added 'config list' to nova-manage. This function will output all of the flag... | Justin Shepherd | 2011-06-03 | 1 | -11/+22 |
| | |\ | |||||
| | | * | added 'nova-manage config list' which will list out all of the flags and thei... | Justin Shepherd | 2011-06-03 | 1 | -11/+22 |
| * | | | merged trunk again | Trey Morris | 2011-06-03 | 1 | -3/+3 |
| |\| | | |||||
| | * | | Changes all uses of utcnow to use the version in utils. This is a simple wra... | Vishvananda Ishaya | 2011-06-03 | 1 | -2/+1 |
| | |\ \ | |||||
| | | * | | make all uses of utcnow use our testable utils.utcnow | Vishvananda Ishaya | 2011-06-02 | 1 | -2/+1 |
| | | |/ | |||||
| | * | | Merge w/ trunk. | Dan Prince | 2011-06-02 | 1 | -1/+1 |
| | |\| | |||||
| | * | | Merge w/ trunk. | Dan Prince | 2011-05-26 | 1 | -2/+6 |
| | |\ \ | |||||
| | * \ \ | merge from trunk | William Wolf | 2011-05-23 | 1 | -7/+34 |
| | |\ \ \ | |||||
| | * | | | | moved utils functions into nova/image/ | William Wolf | 2011-05-23 | 1 | -1/+2 |
| | * | | | | Removed all utils.import_object(FLAGS.image_service) and replaced with | Naveed Massjouni | 2011-05-18 | 1 | -1/+1 |
| * | | | | | merge trunk... yay... | Trey Morris | 2011-06-02 | 1 | -3/+7 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | fixed as per peer review to make more consistent | John Tran | 2011-06-01 | 1 | -1/+1 |
| | * | | | | instance obj returned is not a hash, instead is sqlalchemy obj and hostname a... | John Tran | 2011-05-26 | 1 | -1/+1 |
| | | |_|/ | |/| | | |||||
| | * | | | Several changes designed to bring the openstack api 1.1 closer to spec | Mark Washenberger | 2011-05-25 | 1 | -1/+5 |
| | |\ \ \ | |||||
| | | * | | | waldon's naming feedback | Mark Washenberger | 2011-05-19 | 1 | -1/+1 |
| | | * | | | merge lp:nova | Mark Washenberger | 2011-05-18 | 1 | -10/+16 |
| | | |\| | | |||||
| | | * | | | support unlimited quotas in nova-manage and flags | Mark Washenberger | 2011-05-17 | 1 | -0/+4 |
| | * | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py... | Brian Lamar | 2011-05-25 | 1 | -1/+1 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
