| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate metadata api into its own service | Vishvananda Ishaya | 2011-11-15 | 1 | -1/+1 |
| * | Merge "Fixes Bug #861293 nova.auth.signer.Signer now honors the SignatureMeth... | Jenkins | 2011-11-15 | 1 | -10/+18 |
| |\ | |||||
| | * | Fixes Bug #861293 | Brendan Maguire | 2011-09-29 | 1 | -10/+18 |
| * | | More spelling fixes inside of nova | Joe Gordon | 2011-11-09 | 2 | -4/+4 |
| * | | Stop returning correct password on api calls | Ahmad Hassan | 2011-10-05 | 1 | -8/+2 |
| |/ | |||||
| * | Signer no longer fails if hashlib.sha256 is not available. test_signer unit t... | Brendan Maguire | 2011-09-28 | 1 | -4/+10 |
| * | fix for rc generation using noauth. | Vishvananda Ishaya | 2011-08-23 | 1 | -2/+11 |
| * | fix comment | Vishvananda Ishaya | 2011-08-22 | 1 | -1/+1 |
| * | make admin context the default, clean up pipelib | Vishvananda Ishaya | 2011-08-17 | 1 | -0/+3 |
| * | added NOVA_VERSION to novarc | Sandy Walsh | 2011-08-04 | 1 | -0/+1 |
| * | merged trunk and fix time call | Vishvananda Ishaya | 2011-07-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Removed unused Duplicate catch. | Josh Kearney | 2011-07-28 | 1 | -1/+1 |
| | * | Catch DBError for duplicate projects. | Josh Kearney | 2011-07-28 | 1 | -1/+1 |
| * | | remove auth manager from instance helper | Vishvananda Ishaya | 2011-07-22 | 1 | -4/+0 |
| * | | clean up fake auth manager in other places | Vishvananda Ishaya | 2011-07-22 | 1 | -2/+1 |
| * | | fix test_access | Vishvananda Ishaya | 2011-07-22 | 1 | -0/+9 |
| * | | fix auth tests | Vishvananda Ishaya | 2011-07-22 | 1 | -1/+1 |
| |/ | |||||
| * | merged trunk, fixed the floating_ip fixed_ip exception stupidity | Trey Morris | 2011-06-29 | 2 | -2/+61 |
| |\ | |||||
| | * | Add reconnect test. | Yuriy Taraday | 2011-06-24 | 1 | -0/+24 |
| | * | Use simple_bind_s instead of bind_s | Yuriy Taraday | 2011-06-24 | 1 | -1/+1 |
| | * | Add reconnect on server fail to LDAP driver. | Yuriy Taraday | 2011-06-24 | 1 | -2/+37 |
| * | | merged trunk again | Trey Morris | 2011-06-08 | 2 | -1/+2 |
| |\| | |||||
| | * | Support for header "X-Auth-Project-Id" in osapi. | Yuriy Taraday | 2011-06-08 | 1 | -0/+1 |
| | |\ | |||||
| | | * | added field NOVA_PROJECT_ID to template for future using | Lvov Maxim | 2011-06-08 | 1 | -0/+1 |
| | * | | pep8 | Alex Meade | 2011-06-08 | 1 | -1/+1 |
| | * | | Disabled pylint complaining about no 'self' parameter in a decorator function | Alex Meade | 2011-06-07 | 1 | -1/+1 |
| * | | | merged trunk again | Trey Morris | 2011-06-03 | 2 | -21/+87 |
| |\| | | |||||
| | * | | Fixed FakeLdapDriver, made it call LdapDriver.__init__ | Yuriy Taraday | 2011-06-03 | 1 | -3/+4 |
| | * | | Merged with trunk | Yuriy Taraday | 2011-06-03 | 1 | -1/+3 |
| | |\ \ | |||||
| | * | | | PEP8 fix. | Yuriy Taraday | 2011-06-01 | 1 | -1/+2 |
| | * | | | Moved memcached driver import to the top of modules. | Yuriy Taraday | 2011-06-01 | 2 | -8/+12 |
| | * | | | Moved everything from thread-local storage to class attributes | Yuriy Taraday | 2011-05-31 | 2 | -38/+14 |
| | * | | | PEP8 fixes. | Yuriy Taraday | 2011-05-17 | 1 | -2/+3 |
| | * | | | Moved memcached connection in AuthManager to thread-local storage. | Yuriy Taraday | 2011-05-17 | 2 | -15/+98 |
| * | | | | merge trunk... yay... | Trey Morris | 2011-06-02 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | use %% because % is a replacement string character | Vishvananda Ishaya | 2011-06-02 | 1 | -1/+1 |
| | * | | | don't use python if readlink is available | Vishvananda Ishaya | 2011-06-02 | 1 | -2/+3 |
| | * | | | missed a couple chars | Vishvananda Ishaya | 2011-06-01 | 1 | -1/+1 |
| | * | | | fix novarc to work on mac and zsh | Vishvananda Ishaya | 2011-06-01 | 1 | -1/+2 |
| | | |/ | |/| | |||||
| | * | | nova/auth/novarc.template: Changed NOVA_KEY_DIR to allow symlink support | Dave Walker (Daviey) | 2011-05-27 | 1 | -1/+1 |
| | |/ | |||||
| * | | moved auto assign floating ip functionality from compute manager to network m... | Trey Morris | 2011-05-24 | 3 | -85/+97 |
| |\| | |||||
| | * | Rebased to trunk rev 1057. | Masanori Itoh | 2011-05-08 | 1 | -17/+49 |
| | |\ | |||||
| | | * | Final cleanup of nova/exceptions.py in my series of refactoring branches | Brian Waldon | 2011-04-30 | 1 | -2/+4 |
| | | |\ | |||||
| | | | * | further cleanup of nova/exceptions.py | Brian Waldon | 2011-04-27 | 1 | -2/+4 |
| | | * | | Uses memcached to cache roles so that ldap is actually usable. | Anthony Young | 2011-04-29 | 1 | -15/+45 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | Fixes per review | Vishvananda Ishaya | 2011-04-21 | 1 | -4/+4 |
| | | | * | remove -None for user roles | Vishvananda Ishaya | 2011-04-05 | 1 | -2/+4 |
| | | | * | fixed comment | Vishvananda Ishaya | 2011-04-05 | 1 | -1/+1 |
| | | | * | merged trunk | Vishvananda Ishaya | 2011-04-05 | 4 | -8/+21 |
| | | | |\ | |||||
| | | | * | | force memcache key to be str | Anthony Young | 2011-02-25 | 1 | -2/+2 |
