| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More tests that were checking for no-namespace | Justin Santa Barbara | 2011-03-30 | 1 | -4/+11 |
| * | Some tests actually tested for the lack of a namespace :-) | Justin Santa Barbara | 2011-03-30 | 4 | -11/+16 |
| * | Add XML namespaces to the OpenStack API | Justin Santa Barbara | 2011-03-30 | 16 | -32/+103 |
| * | Merged with trunk | Justin Santa Barbara | 2011-03-30 | 163 | -3167/+15568 |
| |\ | |||||
| | * | Key was converted through str() even if None, resulting in "None" being | Thierry Carrez | 2011-03-30 | 1 | -1/+4 |
| | |\ | |||||
| | | * | Do not push 'None' to authorized_keys when no key is specified | Thierry Carrez | 2011-03-30 | 1 | -1/+4 |
| | * | | Moving server update adminPass support to be v1.0-specific | Brian Waldon | 2011-03-30 | 2 | -18/+159 |
| | |\ \ | |||||
| | | * | | pep8 | Brian Waldon | 2011-03-29 | 1 | -1/+1 |
| | | * | | adding server name validation to create method; adding tests | Brian Waldon | 2011-03-29 | 2 | -14/+90 |
| | | * | | adding more tests; making name checks more robust | Brian Waldon | 2011-03-29 | 2 | -3/+34 |
| | | * | | pep8 | Brian Waldon | 2011-03-28 | 2 | -3/+5 |
| | | * | | osapi servers update tests actually assert now; enforcing server name being a... | Brian Waldon | 2011-03-28 | 2 | -16/+48 |
| | * | | | Adding Content-Type code to openstack.api.versions.Versions wsgi.Application | Brian Waldon | 2011-03-30 | 2 | -2/+34 |
| | |\ \ \ | |||||
| | | * | | | adding xml test case | Brian Waldon | 2011-03-29 | 1 | -0/+24 |
| | | * | | | adding code to explicitly set the content-type in versions controller; updati... | Brian Waldon | 2011-03-29 | 2 | -2/+10 |
| | * | | | | Fixes metadata for ec2_api to specify owner_id so that it filters properly. | Vishvananda Ishaya | 2011-03-30 | 1 | -2/+2 |
| | |\ \ \ \ | |||||
| | | * | | | | conversion of properties should set owner as owner_id not owner | Vishvananda Ishaya | 2011-03-29 | 1 | -2/+2 |
| | * | | | | | Makes the image decryption code use the per-project private key to decrpyt up... | Vishvananda Ishaya | 2011-03-30 | 1 | -1/+2 |
| | |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | | * | | | | use project key for decrypting images | Vishvananda Ishaya | 2011-03-29 | 1 | -1/+2 |
| | | |/ / / | |||||
| | * | | | | TopicAdapterConsumer uses a different callback model than TopicConsumer. Thi... | Anthony Young | 2011-03-30 | 1 | -10/+9 |
| | |\ \ \ \ | |||||
| | | * | | | | fix for lp742650 | Anthony Young | 2011-03-29 | 1 | -10/+9 |
| | * | | | | | Uses the proc filesystem to check the volume size in volume smoketests so tha... | Vishvananda Ishaya | 2011-03-30 | 1 | -2/+3 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | add note per review | Vishvananda Ishaya | 2011-03-28 | 1 | -0/+1 |
| | | * | | | | | Fixes volume smoketests to work with ami-tty | Vishvananda Ishaya | 2011-03-28 | 1 | -2/+2 |
| | * | | | | | | The VNC Proxy is an OpenStack component that allows users of Nova to access | Anthony Young | 2011-03-30 | 14 | -2/+565 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | fix localization for multiple replacement strings | Vishvananda Ishaya | 2011-03-29 | 1 | -3/+5 |
| | | * | | | | | | fix doc to refer to nova-vncproxy | Vishvananda Ishaya | 2011-03-29 | 1 | -10/+10 |
| | | * | | | | | | add nova-vncproxy to setup.py | Anthony Young | 2011-03-29 | 1 | -0/+1 |
| | | * | | | | | | clarify test | Anthony Young | 2011-03-29 | 1 | -1/+1 |
| | | * | | | | | | add line | Anthony Young | 2011-03-29 | 1 | -0/+1 |
| | | * | | | | | | incorporate feedback from termie | Anthony Young | 2011-03-29 | 7 | -12/+8 |
| | | * | | | | | | add comment | Anthony Young | 2011-03-29 | 1 | -0/+1 |
| | | * | | | | | | switch cast to a call | Anthony Young | 2011-03-29 | 1 | -1/+1 |
| | | * | | | | | | move functions around | Anthony Young | 2011-03-29 | 1 | -13/+13 |
| | | * | | | | | | move flags per termie's feedback | Anthony Young | 2011-03-29 | 4 | -11/+38 |
| | | * | | | | | | fix flag names | Anthony Young | 2011-03-29 | 5 | -9/+9 |
| | | * | | | | | | use manager pattern for auth token proxy | Anthony Young | 2011-03-29 | 5 | -60/+85 |
| | | * | | | | | | address some of termie's recommendations | Anthony Young | 2011-03-28 | 4 | -4/+7 |
| | | * | | | | | | add period, test github | Anthony Young | 2011-03-28 | 1 | -1/+1 |
| | | * | | | | | | Merge remote branch 'nova/vnc_console' into vnc_console | Anthony Young | 2011-03-24 | 0 | -0/+0 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | minor tweak from termie feedback | Anthony Young | 2011-03-24 | 1 | -3/+2 |
| | | | * | | | | | | Merge branch 'vnc_console' of git://github.com/sleepsonthefloor/nova into vnc... | Anthony Young | 2011-03-23 | 11 | -0/+566 |
| | | | |\ \ \ \ \ \ | |||||
| | | * | \ \ \ \ \ \ | merge trunk, add unit test | Anthony Young | 2011-03-24 | 19 | -1446/+625 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | clarify comment | Anthony Young | 2011-03-24 | 1 | -1/+1 |
| | | * | | | | | | | | | add documentation | Anthony Young | 2011-03-24 | 1 | -0/+76 |
| | | * | | | | | | | | | add hook for osapi | Anthony Young | 2011-03-24 | 3 | -2/+13 |
| | | * | | | | | | | | | make everything work with trunk again | Anthony Young | 2011-03-24 | 3 | -11/+13 |
| | | * | | | | | | | | | merge trunk | Anthony Young | 2011-03-24 | 213 | -3045/+21977 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | incorporate feedback from termie | Anthony Young | 2011-03-24 | 9 | -197/+36 |
| | | * | | | | | | | | | | fix typo | Anthony Young | 2011-03-24 | 1 | -1/+1 |
| | | | |_|_|/ / / / / / | | |/| | | | | | | | | |||||
