summaryrefslogtreecommitdiff
path: root/novaclient/service_catalog.py
Commit message (Expand)AuthorAgeFilesLines
* Enable check for E127Andrey Kurilin2014-10-231-2/+2
* Enable check for E126Andrey Kurilin2014-10-231-5/+5
* Enables H403 pep8 rulesSushil Kumar2013-12-141-1/+2
* Start using Hacking and PyFlakesDirk Mueller2013-06-011-1/+1
* Fix Copyright Headers from LLC to FoundationDavanum Srinivas2013-03-131-1/+1
* Store tenant_id from keystone and use for quotasVishvananda Ishaya2013-01-311-0/+3
* Make region case insensitive.Chmouel Boudjnah2012-08-291-1/+2
* Filter out v1.0 endpointsZiad Sawalha2012-06-181-1/+8
* refactored --service_name to only work with compute calls and addedChuck2012-05-091-2/+7
* Makes novaclient use the volumes endpointVishvananda Ishaya2012-02-261-1/+1
* Properly handle KeyErrors.Josh Kearney2012-02-091-2/+2
* Handle Ambiguous Endpoints CorrectlyZiad Sawalha2012-01-311-5/+18
* minor tweaks and long overdue pep8Sandy Walsh2011-10-251-0/+3
* new service catalog semanticsSandy Walsh2011-10-251-0/+9
* Fixes #133 -- Keystone Client fetches correct service type and endpoint.Gabriel Hurley2011-10-171-3/+4
* Don't filter endpoints when filter_value is non-truthy.Rick Harris2011-10-071-1/+1
* removed unicode castsSandy Walsh2011-09-261-7/+6
* cleaned up exception handlingSandy Walsh2011-09-261-7/+7
* new service catalog implementation.Sandy Walsh2011-09-261-83/+24
* removed debuggingSandy Walsh2011-09-151-1/+0
* token supportSandy Walsh2011-09-151-0/+1
* fixed unknown serviceSandy Walsh2011-09-131-1/+3
* service catalog with multiple endpoints per serviceSandy Walsh2011-09-071-1/+8
* Fix extra # char as noticed by jk0Chmouel Boudjnah2011-08-261-1/+1
* Add piston service_catalog.Chmouel Boudjnah2011-08-261-0/+97