summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Split functional tests apartNiall Bunting2016-07-017-36/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently all the functional tests are ran together in one job. This patch breaks the tests apart so only certain parts of them have to be ran. This will mean the tests can be ran in parallel and only the particular ones that are required, as the functional tests require that backend to be avalible. Change-Id: I61ba679b8041a89fb5a7589a62db8b6f42cd1058
* | | | | | Merge "Remove S3 driver"Jenkins2016-07-298-1530/+17
|\ \ \ \ \ \
| * | | | | | Remove S3 driverNikhil Komawar2016-07-278-1530/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per the deprecation indicated in change I139c36c2d591a55f0f91ea32efa963f80c28e444 , we are on track to removing the S3 driver from glance_store in Newton. The process of maintainers for individual drives was initiated in [1]. However, S3 doesn't have a maintainer and has been deprecated in Mitaka. This commit intends to remove the S3 driver completely from the glance_store source tree. If required, we recommend that this driver be maintained outside of the glance_store source tree until you or someone you know intend to support the code for long term. In the later case, we hope that you will welcome our spec process to help plan the project priorities. DocImpact UpgradeImpact [1] http://lists.openstack.org/pipermail/openstack-dev/2015-December/081966.html Change-Id: I032b0fc16400cbd2112687d38e010128be699221
* | | | | | | Updated from global requirementsOpenStack Proposal Bot2016-07-291-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Change-Id: I4edae05f26c2978d17e3df604dfedb83fc5e8289
* | | | | | Fix cinder config string as per current i18n state0.15.0Nikhil Komawar2016-07-271-2/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in the bug 1605648 , the translations being done on the config string are not permitting additions so, the glance docs generation is failing. The glance_store 0.14.0 had to be pinned down to let glance review queue not break. see updates on this thread http://lists.openstack.org/pipermail/openstack-docs/2016-July/thread.html#8899 The config strings need to be non additive for translations and will enable future releases of glance_store. Once, a appropriate fix is published for bug 1605648 the config strings can be more flexible. Change-Id: Ia6ed5883458f2e81e861cda02068956728e76357 Closes-Bug: 1606746 Partial-Bug: 1605648
* | | | | Merge "Cleanup i18n marker functions to match Oslo usage"Jenkins2016-07-2110-63/+46
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Cleanup i18n marker functions to match Oslo usageRonald Bradford2016-07-2010-63/+46
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define marker functions as per usage in documentation in http://docs.openstack.org/developer/oslo.i18n/usage.html and correct message usage as defined in guidelines at http://docs.openstack.org/developer/oslo.i18n/guidelines.html Co-Authored-By: liang.jingtao@zte.com.cn Change-Id: I564f5d1f31314be5c18420b6bc3d694a561d78f2
* | | | Updated from global requirementsOpenStack Proposal Bot2016-07-183-5/+5
| |_|/ |/| | | | | | | | Change-Id: Id8e6de6a7109156f9b04e833a1f420b919f8c00b
* | | Add bandit to pep8 and bandit testenv0.14.0Eric Brown2016-07-083-2/+18
|/ / | | | | | | | | | | | | | | | | | | This patch adds bandit security linter to tox jobs. It ignores files in the 'tests' directory. This patch will also fix or exclude any issues as a result from scan. Change-Id: I9caa41f596a17a8b961a542d4bc6bb121e7a147f
* | Merge "Remove unused variable in vmware store"Jenkins2016-07-081-3/+0
|\ \
| * | Remove unused variable in vmware storeSabari Kumar Murugesan2016-07-071-3/+0
| | | | | | | | | | | | | | | | | | _datastore_info_valid is not used in the VMware store. Change-Id: Iffd4adca0bc883fbf302dd1e7474ae6719c0f0ad
* | | Merge "Check that size is a number"Jenkins2016-07-072-0/+15
|\ \ \
| * | | Check that size is a numberNiall Bunting2016-06-292-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Size could potentially be something thats not a number possibly causing a shell injection. Change-Id: Id3766366a8a703b684af5a9ade36334d0abd6039 Closes-Bug: 1590780
* | | | Imported Translations from ZanataOpenStack Proposal Bot2016-07-064-25/+378
| |_|/ |/| | | | | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I2a9ebbdcdfb201062c434c4919fe8d339acb3238
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-301-1/+1
| | | | | | | | | | | | Change-Id: I58598d380cc64bbe4ce1aa5af0031875a342c0b0
* | | Merge "cinder: Fix get_size return value"Jenkins2016-06-282-3/+20
|\ \ \
| * | | cinder: Fix get_size return valueTomoki Sekiyama2016-06-282-3/+20
| |/ / | | | | | | | | | | | | | | | | | | When the image volume has the 'image_size' metadata, it must be used as the size instead of volume size rounded up to GiB. Change-Id: Id20027c9fff936a19f8c13fd7a052723b36c7a8d
* | | Merge "Replace dict.iterkeys with six.iterkeys to make PY3 compatible"Jenkins2016-06-281-1/+2
|\ \ \ | |/ / |/| |
| * | Replace dict.iterkeys with six.iterkeys to make PY3 compatibleyuyafei2016-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Python3 do not use dict.iterkeys, which would raise AttributeError: 'dict' object has no attribute 'iterkeys'. Change-Id: I97e320eac9f2f0b2cb5cf34a1d3fc57e80e440ed Closes-Bug: #1596124
* | | Merge "The function add calculation size_gb need improve"Jenkins2016-06-271-1/+2
|\ \ \ | |/ / |/| |
| * | The function add calculation size_gb need improvezhengyao12016-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The line:size_gb = int((image_size + units.Gi - 1) / units.Gi). Its intent is to get ceiling of size_gb. we can use python math module math.ceil() function. This can improve code readability and more in line with the python style. This patch improves it. Change-Id: I0171d78a55810c35d1b6dbb8632c3d0594f287c1 Closes-Bug: #1592376
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| | | | | | | | | | | | Change-Id: Ia9740a997476782482c738155015c563dd44ffb8
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-221-1/+1
| | | | | | | | | | | | Change-Id: I7decc589c1e0eeff70c2a1edf189e5051e9a9178
* | | Merge "Fix argument order for assertEqual to (expected, observed)"Jenkins2016-06-218-107/+106
|\ \ \
| * | | Fix argument order for assertEqual to (expected, observed)yuyafei2016-06-158-107/+106
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assertEqual expects that the arguments provided to it should be (expected, observed). If a particluar order is kept as a convention, then it helps to provide a cleaner message to the developer if Unit Tests fail. The following patch fixes this issue. TrivialFix Change-Id: I07b78383ef38731140143c91ae3a902bea55eebb Closes-Bug: #1259292
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-141-1/+1
|/ / | | | | | | Change-Id: I48ab4f663f27156648aeb3e3beebbc428b7af2fe
* | Updated from global requirementsOpenStack Proposal Bot2016-06-082-2/+2
| | | | | | | | Change-Id: Id7c185ae48531a1f052d70c69cf7f2cfb0640712
* | Remove -c from tox.iniNiall Bunting2016-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | An extra -c causes the script to read the url in error. The tools/tox_install.sh script is using this -c option: https://github.com/openstack/glance_store/blob/ea4483c0bfb39a39d6d4c4634d04cbfaca4de7f5/tools/tox_install.sh#L26 So, -c is unnecessary in tox.ini. Change-Id: I04227b92a13f075dc18dfbbb6d47f17da3629ef3 Closes-Bug: 1590048
* | Merge "Add functional tests for swift"Jenkins2016-06-078-17/+148
|\ \
| * | Add functional tests for swiftNiall Bunting2016-05-098-17/+148
| | | | | | | | | | | | | | | | | | | | | | | | This change adds functional tests for swift. Co-Authored-By: Louis Taylor <louis@kragniz.eu> Change-Id: Ibdd17eebb49a5d96c5cfb02c0ec6bac4826aac7f
* | | tox respects upper-constraints.txtNikhil Komawar2016-06-032-1/+65
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will force pip install to use the upper-constraints.txt specified version of pip modules. When you don't do this, you are out on the bleeding edge and become unstable everytime some python library in the wide world changes in a way that you don't expect. There are a few 'post' jobs as Andreas has mentioned on this review, that have the install_command overridden (until that will be supported in upstream infra). This change has been inspired by Ie1133e4c020106e8098685ba9125f84b356d8e0c , notes from jaegerandi in the openstack/glance's tox.ini file and Ihar's python-neutronclient's fix I33302cdcab980a42c39dc9ec1e430add459615ff Change-Id: I1f8be8184683c9a3671f750ebaa87c38163c9795 Closes-Bug: 1563038
* | Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | | | | | Change-Id: Icc920b9a7f6a0720aa75acee831e779764f7ad27
* | Updated from global requirementsOpenStack Proposal Bot2016-05-313-3/+3
| | | | | | | | Change-Id: I9f21e3ad5c7f91749adc8909d548798906d5abd4
* | Merge "Fix minor misspellings affecting Config Reference Guide"Jenkins2016-05-302-3/+3
|\ \
| * | Fix minor misspellings affecting Config Reference GuideEdgar Magana2016-05-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits fixes a few misspellings in Glance that are affecting the Config Reference Guide. This commit has been requested after these suggestions: https://review.openstack.org/#/c/321643/ https://review.openstack.org/#/c/322313/ Change-Id: I2e2c38e89ec79d7860f94cba1accaf1b0d3c60b2
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-301-2/+2
| | | | | | | | | | | | Change-Id: Iace3063224172989fa044e53397ccf0774919738
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-281-1/+1
|/ / | | | | | | Change-Id: I3cc2355b888cc3a88d139e507e48da4320e6f048
* | Merge "Remove verbose option from glance_store tests"Jenkins2016-05-271-1/+0
|\ \
| * | Remove verbose option from glance_store testskairat_kushaev2016-05-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 'verbose' option has been deprecated in Mitaka in oslo.log. See https://review.openstack.org/#/c/206437/ for more info why it deprecated. Oslo folks are going to delete it soon so we need to delete it also. Change-Id: I60f2f2b553fefbcd1d7ea21da9ebf003133a320e
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-212-2/+2
| | | | | | | | | | | | Change-Id: Idc583c898ae87d58df350aafa46cf443074e366c
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-171-2/+2
|/ / | | | | | | Change-Id: I9c0a91a100d0f8b0525f2bb8d15e1d1aa32fc2c7
* | Merge "Fix typos in config files"Jenkins2016-05-162-6/+6
|\ \
| * | Fix typos in config fileskairat_kushaev2016-03-282-6/+6
| | | | | | | | | | | | | | | | | | | | | Fix several typos in glance_store configuration for swift and cinder drivers. Change-Id: I12d9193525873207011f68277aa7f8f3d2e3b2f1
* | | Improve help text of swift driver optsHemanth Makkapati2016-05-131-27/+159
| | | | | | | | | | | | | | | | | | Partial Bug: #1570946 Change-Id: I6b46dfc9598835181fe46647bd3e6865db89d3fd
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| |/ |/| | | | | Change-Id: I722aaf80e7717fb7ce848d6aafe9c4bb9f1d7e93
* | Imported Translations from ZanataOpenStack Proposal Bot2016-04-214-304/+14
| | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: If64c6addd448895e71d2183b9b38cd4dec8786d7
* | Updated from global requirementsOpenStack Proposal Bot2016-04-192-2/+2
| | | | | | | | Change-Id: I63f6b8995624b793e7b1892b5a65b04c020f339c
* | Updated from global requirementsOpenStack Proposal Bot2016-04-111-1/+1
| | | | | | | | Change-Id: I63549b300f745bec8ce6a64cb510000b868f66ae
* | Fix releasenotes to pass reno gateskairat_kushaev2016-04-111-6/+6
| | | | | | | | | | | | | | | | | | Release note for swift driver update cannot be generated because of intendation, so we need to fix that error. After that we can safely turn on reno gates for glance_store. Change-Id: I0293c247bc87d81218c4350393a8bfb4d769bc91 Closes-Bug: #1568767
* | Merge "Updated from global requirements"Jenkins2016-04-073-3/+3
|\ \