summaryrefslogtreecommitdiffstats
path: root/nova/api/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Fix N402 for nova/apiSean Dague2013-01-081-2/+2
* Move api_rate_limit and auth_strategy to nova.apiMark McLoughlin2012-12-111-7/+14
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-6/+7
* Accept role list from either X-Roles or X-RoleBrian Elliott2012-08-281-2/+16
* Update NovaKeystoneContext to use jsonutils.Dan Prince2012-07-231-2/+2
* Raise HTTP 500 if service catalog is not json.Dan Prince2012-07-121-1/+6
* Assign service_catalog in NovaKeystoneContext.Dan Prince2012-07-041-0/+1
* Merge "Add ServiceCatalog entries to enable Cinder usage"Jenkins2012-07-031-1/+7
|\
| * Add ServiceCatalog entries to enable Cinder usageAnthony Young2012-07-021-1/+7
* | Switch to common logging.Andrew Bogott2012-07-021-1/+1
|/
* Add user_name project_name and color option to logVishvananda Ishaya2012-06-071-0/+4
* Allow rate limiting to be disabled via flagVishvananda Ishaya2012-03-191-1/+5
* Replaces pipelines with flag for auth strategyVishvananda Ishaya2012-03-061-1/+11
* Standardize logging delaration and useJason Kölker2012-02-141-1/+2
* Merge "Optimizes ec2 keystone usage and handles errors"Jenkins2012-02-101-1/+0
|\
| * Optimizes ec2 keystone usage and handles errorsVishvananda Ishaya2012-02-071-1/+0
* | Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* | Backslash continuations (misc.)Zhongyue Luo2012-02-081-5/+4
|/
* X_USER is deprecated in favor of X_USER_IDMark Washenberger2012-02-031-4/+4
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-3/+8
* Brings back keystone middlewareVishvananda Ishaya2012-01-231-0/+41
* Cleaning up imports in nova.apiBrian Waldon2011-12-211-1/+0
* remove keystoneVishvananda Ishaya2011-09-201-31/+0
* change NoAuth to actually use a tenant and userVishvananda Ishaya2011-08-221-18/+1
* make admin context the default, clean up pipelibVishvananda Ishaya2011-08-171-0/+18
* updates from reviewVishvananda Ishaya2011-08-121-21/+5
* add keystone middlewares for ec2 apiVishvananda Ishaya2011-08-111-0/+91