summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | Moving server update adminPass support to be v1.0-specificBrian Waldon2011-03-301-9/+39
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | pep8Brian Waldon2011-03-291-1/+1
| | | * | | | | | | | | | | | | | | adding server name validation to create method; adding testsBrian Waldon2011-03-291-14/+22
| | | * | | | | | | | | | | | | | | adding more tests; making name checks more robustBrian Waldon2011-03-291-2/+9
| | | * | | | | | | | | | | | | | | pep8Brian Waldon2011-03-281-2/+1
| | | * | | | | | | | | | | | | | | osapi servers update tests actually assert now; enforcing server name being a...Brian Waldon2011-03-281-7/+23
| | * | | | | | | | | | | | | | | | Adding Content-Type code to openstack.api.versions.Versions wsgi.ApplicationBrian Waldon2011-03-301-2/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | adding code to explicitly set the content-type in versions controller; updati...Brian Waldon2011-03-291-2/+8
| | * | | | | | | | | | | | | | | | The VNC Proxy is an OpenStack component that allows users of Nova to accessAnthony Young2011-03-302-1/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | incorporate feedback from termieAnthony Young2011-03-291-1/+1
| | | * | | | | | | | | | | | | | | | address some of termie's recommendationsAnthony Young2011-03-281-2/+2
| | | * | | | | | | | | | | | | | | | merge trunk, add unit testAnthony Young2011-03-242-2/+41
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | clarify commentAnthony Young2011-03-241-1/+1
| | | * | | | | | | | | | | | | | | | | add hook for osapiAnthony Young2011-03-242-0/+11
| | | * | | | | | | | | | | | | | | | | make everything work with trunk againAnthony Young2011-03-241-1/+1
| | | * | | | | | | | | | | | | | | | | merge trunkAnthony Young2011-03-2426-289/+2102
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | initial commit of vnc supportAnthony Young2011-03-021-0/+6
| | * | | | | | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-03-293-219/+197
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Import order.Brian Lamar2011-03-291-1/+2
| | | * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-292-7/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Tweaking docstrings just in case.Brian Lamar2011-03-292-4/+2
| | | * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-286-27/+83
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Updated docstrings to satisfy.Brian Lamar2011-03-281-25/+10
| | | * | | | | | | | | | | | | | | | | | Updated docstrings to satisfy.Brian Lamar2011-03-281-28/+12
| | | * | | | | | | | | | | | | | | | | | Made param descriptions sphinx compatible.Brian Lamar2011-03-281-9/+9
| | | * | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-251-13/+21
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged trunk.Brian Lamar2011-03-253-18/+115
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged trunk.Brian Lamar2011-03-255-32/+293
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged trunk and fixed broken/conflicted tests.Brian Lamar2011-03-2512-56/+587
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | Added detail keywork and i18n as per suggestions.Brian Lamar2011-03-241-5/+5
| | | * | | | | | | | | | | | | | | | | | | | | Renamed __image and __compute to better describe their purposes. Use os.path....Brian Lamar2011-03-242-11/+17
| | | * | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-246-37/+61
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | Testing of XML and JSON for show(), and conformance to API spec for JSON.Brian Lamar2011-03-231-2/+4
| | | * | | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-237-18/+443
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | Removed some un-needed code, and started adding tests for show(), which I for...Brian Lamar2011-03-231-17/+20
| | | * | | | | | | | | | | | | | | | | | | | | | | Final touches and bug/pep8 fixes.Brian Lamar2011-03-184-20/+21
| | | * | | | | | | | | | | | | | | | | | | | | | | Merged trunk.Brian Lamar2011-03-181-2/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Become compatible with ironcamel and bcwaldon's implementations for standardn...Brian Lamar2011-03-182-11/+38
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merged dependant branch lp:~rackspace-titan/nova/openstack-api-versioned-cont...Brian Lamar2011-03-171-1/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Updated naming, removed some prints, and removed some invalid tests.Brian Lamar2011-03-173-15/+17
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Images now v1.1 supported...mostly.Brian Lamar2011-03-173-137/+151
| | * | | | | | | | | | | | | | | | | | | | | | | | | | "Incubator" is no more. Long live "contrib"Justin Santa Barbara2011-03-292-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused super_verbose argument left over from previous codeJustin Santa Barbara2011-03-291-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Renamed incubator => contribJustin Santa Barbara2011-03-293-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix a docstringJustin Santa Barbara2011-03-291-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Change volume so that it returns attachments in the same format as is used fo...Justin Santa Barbara2011-03-291-12/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Removed commented-out EC2 code from volumes.pyJustin Santa Barbara2011-03-291-10/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added missing blank line at end of multiline docstringJustin Santa Barbara2011-03-291-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixesJustin Santa Barbara2011-03-291-3/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Reverted extension loading tweaksJustin Santa Barbara2011-03-297-486/+407