summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update 'extras' for cinder driverBrian Rosmaita2023-05-111-1/+1
| | | | | | | | Raise the min version of os-brick to include the fix for CVE-2023-2088. Change-Id: If3dba01d5cbb3a3deacdf23ab5290d7bcab4b5c7 Related-bug: #2004555
* Update python testing as per zed cycle teting runtime4.0.0Ghanshyam Mann2022-05-101-3/+1
| | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Moving the py36 job to py3 based so that they run on latest supported python 3. Updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ida582daf7db6fb3cedb3c7e37fc512d094b37c6e
* Updating python testing classifier as per Yoga testing runtimeGhanshyam Mann2021-12-131-0/+1
| | | | | | | | | | | | | | Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I2241143bb4936d7258f156b8e9d760607ed61d0e
* Merge "setup.cfg: Replace dashes with underscores"Zuul2021-11-211-4/+4
|\
| * setup.cfg: Replace dashes with underscoresXinxinShen2021-06-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in the metadata section of 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I75fe935a3b154c5eebf9d8b9550f21227e824867
* | vmware: Use cookiejar from oslo.vmware client directlyMike Durnosvystov2021-04-301-1/+1
|/ | | | | | | | | | | | With changing the SOAP library backing oslo.vmware [1], the cookiejar of a session must be accessed differently. Therefore, oslo.vmware introduced a property on the client to abstract this change away. This commit uses the new place to access the attribute. [1] https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html Change-Id: Iec6c4be5c61710f2a7a0056168d0c31ade987b1f
* Merge "Remove translation sections from setup.cfg"Zuul2020-08-261-14/+0
|\
| * Remove translation sections from setup.cfgwu.chunyang2020-07-031-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | These translation sections are not needed anymore, Babel can generate translation files without them. Remove babel.cfg as well, this is the default role and not needed anymore. also remove Babel from requirements[1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I106c408a394ce8018c11560a60fe1a160b898ec3
* | Copy data files to glance upon installation2.2.0Abhishek Kekane2020-08-101-0/+5
|/ | | | | | | | | | | | At the moment if you need to configure cinder store of glance in your environment then you need to mannualy copy rootwrap related files from glance_store/etc/glance to /etc/glance folder. Added those rootwrap.* related files as data_files in setup.cfg which will copies those to /etc/glance on installation. Change-Id: I9217f4a1379687241d23fe34deecd1f482cbb49c Closes-Bug: #1890844
* Merge "Bump cinder/os-brick requirements"Zuul2020-05-041-2/+2
|\
| * Bump cinder/os-brick requirementsEric Harney2020-04-231-2/+2
| | | | | | | | | | | | | | Require versions of these libraries that at least had python 3.6 unit testing. Change-Id: Idbef3c6b241e7a1b953061a65849879ee78f88ff
* | Add py38 package metadataSean McGinnis2020-04-241-0/+1
|/ | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I68ead345e3f76d068cd778a540fe95a5c61d400d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Cleanup py27 supportAndreas Jaeger2020-04-051-3/+3
| | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I12ecea6b3cfcca8edd5adedac91f906d77f4ff36
* Add S3 store support to glance_storeNaohiro Sameshima2020-03-261-0/+4
| | | | | | | | | | | Revive the S3 driver that was supported up to Mitaka and add multiple store support to correspond with the features added to glance_store from Newton to U cycle. In addition, the use of the S3 SDK used by the Mitaka S3 driver has been deprecated, so this implementation will be changed to use the new version. Change-Id: I203134837319080ead96da69048baf90086d2117 Implements: blueprint re-support-s3-driver
* Merge "Drop python 2.7 support and testing"Zuul2020-01-231-2/+0
|\
| * Drop python 2.7 support and testingGhanshyam Mann2020-01-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. glance_store is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I6166a20610f77e0df7da75198e0c8273bb121d1f
* | Remove sheepdog store driverAbhishek Kekane2019-11-191-2/+0
|/ | | | Change-Id: I0c202cedb1532b9fe44afbb6553e7353185f6238
* Add Python 3 Train unit testsCorey Bryant2019-06-241-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I30e3405b21d6c9100f05fe3141bb30faaa86283e Story: #2005924 Task: #34208
* Dropping the py35 testingGhanshyam Mann2019-05-281-1/+1
| | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I7baf4fd7aeef4b012268fd95208019c1fa744fef
* Update mailinglist from dev to discussyfzhao2018-12-211-1/+1
| | | | | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Co-authored-by: LeopardMa <mabao@inspur.com> Change-Id: I06acef3eafe1b9f7842636e9bcb5a637f2d78cc3 Closes-Bug: #1808929
* Provision to add new config options in sample config fileAbhishek Kekane2018-09-181-0/+1
| | | | | | | | | | | | | | | | In Rocky we have added support for multiple backend as a EXPERIMENTAL feature. However configuration options related to multiple backend are not generated in sample config file due to some issue. We have added below 2 new config options for multiple backend. 1. enabled_backneds (added in glance) 2. default_backend (added in glance_store) Made provision to add option 2 from above to sample config file. Change-Id: I63571e4a8f85003e304f16653d60cbd38e6b6bde Partial-Bug: #1793057
* Follow the new PTI for document buildNguyen Hai2018-07-161-15/+0
| | | | | | | | | For compliance with the Project Testing Interface as described in: [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html [3] http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I06d510a44b9e8c0024f5e41f10f4446e18bf86cc
* Fix wrong links in glance_storeyanghuichan2018-03-301-1/+1
| | | | | | | Some docs links have changed. We should update the wrong links in our codes. Change-Id: I93463478029f2fa4bdde69f3b90ae7202ed9550f
* Updated from global requirementsOpenStack Proposal Bot2018-01-121-1/+1
| | | | Change-Id: I9afca3949df136fd608bf402bd70db3b79a3a732
* Updated from global requirementsOpenStack Proposal Bot2017-12-221-1/+1
| | | | Change-Id: I2b35a9c14fb78b5082fdec01559b2a9077ee08ae
* Updated from global requirementsOpenStack Proposal Bot2017-12-051-1/+1
| | | | Change-Id: Id63aa141797eaba43de75415c6038752c5887016
* Updated from global requirementsOpenStack Proposal Bot2017-11-291-1/+1
| | | | Change-Id: Id2e6c51f67a1360f1f609d58c0083fa0b0a43752
* Updated from global requirementsOpenStack Proposal Bot2017-09-131-3/+3
| | | | Change-Id: I549a5b935edd60b4a2754e0b4ba00a1353653960
* Updated from global requirementsOpenStack Proposal Bot2017-09-021-1/+1
| | | | Change-Id: I696de06c25a1626839f972d821125fbbdc269e4f
* Updated from global requirementsOpenStack Proposal Bot2017-08-011-1/+1
| | | | Change-Id: I7356c814fcefaefb7cac500b920322ad72ee9e09
* Updated from global requirementsOpenStack Proposal Bot2017-07-281-1/+1
| | | | Change-Id: Iff6f44f183a0e011c8d1338d3e77f5a60370d2b7
* Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: I621faefd6780f425093fbaa1824004c317e0009f
* Updated from global requirements0.21.0OpenStack Proposal Bot2017-07-191-1/+1
| | | | Change-Id: I8425f199c281603e02fc920a4ecf6953604b17f6
* Merge "Add python 3.5 in classifier and envlist"Jenkins2017-07-141-1/+1
|\
| * Add python 3.5 in classifier and envlistLi Wei2017-04-061-1/+1
| | | | | | | | | | | | | | Now we can support py35 in classifier,and add the convenience py35 env. Change-Id: I98ac5543d995dca021fc3aff3993dc07fb2c4b7a
* | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
| | | | | | | | Change-Id: I6e00a441be252892124cd9a74e1dd0603f7ee39c
* | Updated from global requirementsOpenStack Proposal Bot2017-06-301-1/+1
| | | | | | | | Change-Id: Ie9dfbfccce90a35f09b5c5c8b544e558b521c3c2
* | set warning-is-error for documentation buildDoug Hellmann2017-06-281-1/+1
| | | | | | | | | | Change-Id: I285a95b9a2bd9d0f9f02896b44757c582c6d2c56 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | rearrange existing documentation according to the new standard layoutDoug Hellmann2017-06-281-1/+4
| | | | | | | | | | Change-Id: I0fb178d0b6ebf7ebafc6e2766c8c5efc5d8cc60e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* | Updated from global requirementsOpenStack Proposal Bot2017-06-151-3/+3
| | | | | | | | Change-Id: Ib2f5e6051f3205b4994f2f832b501052b402d247
* | Merge "Initialize privsep root_helper command"Jenkins2017-06-131-0/+1
|\ \
| * | Initialize privsep root_helper commandEric Harney2017-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, when using the Cinder backend, Glance tries to execute os-brick commands directly using "privsep-helper". They should be launched via "glance-rootwrap". Depends-On: Ib7923543862275629d86a0fa76baa88722493bad Change-Id: I26d9474d4aadcc0e58e2fce746708f148138c71f
* | | Updated from global requirementsOpenStack Proposal Bot2017-04-211-1/+1
|/ / | | | | | | Change-Id: Ied42fe08ed16523786c5f262e784b374e045c092
* | Updated from global requirementsOpenStack Proposal Bot2017-03-161-1/+1
| | | | | | | | Change-Id: I04142d9e5961b04025d9b6b73684ef5a0f3fca6a
* | Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
|/ | | | Change-Id: I3555871b9158d0d7d05cd59b11c567bbc67ab2bc
* Updated from global requirementsOpenStack Proposal Bot2016-12-151-2/+2
| | | | Change-Id: I4a35292131d240cde15aa64652afef46f246e6a1
* Updated from global requirementsOpenStack Proposal Bot2016-11-081-1/+1
| | | | Change-Id: Ifd9402de4e24c0f50e1681bf37fbf704c4fe08bc
* Update home-page url in setup.cfgLi Wei2016-09-211-1/+1
| | | | | | | | We update home-page url to view the document correctly. Change-Id: I0c69432c66f1c629a42a83a316c9b27df1bfaa78 Co-Authored-By: Li Wei <wei.li@easystack.cn> Co-Authored-By: Hemanth Makkapati <hemanth.makkapati@rackspace.com>
* Updated from global requirementsOpenStack Proposal Bot2016-09-061-1/+1
| | | | Change-Id: Ieb68fc929bfd44a0bebc3913612a900bb9d19f61
* Updated from global requirements0.16.0OpenStack Proposal Bot2016-08-021-2/+2
| | | | Change-Id: Ib3c34fdd3669ffa4a20a134cd6a3a513761c1262