summaryrefslogtreecommitdiff
path: root/ironic/common/swift.py
Commit message (Expand)AuthorAgeFilesLines
* API for node inventoryJakub Jelinek2023-01-121-0/+17
* Enable alternative storage for inventoryJakub Jelinek2022-12-061-0/+25
* Enable swift temporary URLs in grenade and provide a good error messageDmitry Tantsur2021-02-241-1/+6
* Stop using six libraryRiccardo Pittau2019-12-231-11/+8
* Add check on get_endpoint returning NoneDmitry Tantsur2019-06-191-2/+2
* Fix binary file upload to SwiftIlya Etingof2019-06-031-1/+1
* Remove endpoint_type from configurationMatthew Thode2018-05-221-34/+28
* Auto-detect the defaults for [glance]swift_{account,temp_url_key,endpoint_url}Dmitry Tantsur2017-12-121-2/+5
* Fix swiftclient creationPavlo Shchelokovskyy2017-12-061-8/+34
* Refactor common keystone methodsPavlo Shchelokovskyy2017-06-291-1/+2
* Config drive support for ceph radosgwAnup Navare2017-04-121-3/+17
* Pass session directly to swiftclientPavlo Shchelokovskyy2017-02-071-21/+1
* Change object parameter of swift functionsjiang wei2017-01-081-16/+16
* Migrate to using keystoneauth SessionsPavlo Shchelokovskyy2016-08-031-51/+30
* Centralize config options - [swift]Ramamani Yeleswarapu2016-06-301-12/+1
* Pass region_name to SwiftAPIXiaobin Qu2016-03-141-1/+8
* Trival: Remove unused logging importChangBo Guo(gcb)2015-12-261-3/+0
* Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2015-12-061-1/+2
* SwiftAPI constructor should read CONF variables at runtimeRamakrishnan G2015-11-251-5/+10
* Fixes logging of failure in deletion of swift temporary objectShivanand Tendulker2015-10-131-0/+6
* Enable translation for config option help messagesstephane2015-07-061-2/+2
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-1/+1
* Ironic doesn't use cacert while talking to SwiftRamakrishnan G2015-05-131-0/+3
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Add support for interacting with swiftRamakrishnan G2014-08-271-0/+187