summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Revert "Don't update tags every time""2.5.0Jenkins2016-08-202-34/+6
|\
| * Revert "Don't update tags every time"Steve Martinelli2016-08-192-34/+6
| | | | | | | | | | | | This reverts commit e77322c17931810f4029ef339a791f702f2f4580. Change-Id: Ida826a2aa888beeb76dbe657b2ccd6cb088157ed
* | Merge "Update doc URL"Jenkins2016-08-201-1/+1
|\ \
| * | Update doc URLKATO Tomoyuki2016-08-191-1/+1
| | | | | | | | | | | | | | | | | | Docs team changed URL for search engine optimization. Change-Id: I68e2a5d666da55722d5ee2fa4aec2326c0de0946
* | | Updated from global requirementsOpenStack Proposal Bot2016-08-191-1/+1
|/ / | | | | | | Change-Id: I58866d86b0755d38c30e5c7859747e73b825a250
* | Merge "Fix warlock model creation"2.4.0Jenkins2016-08-125-12/+19
|\ \
| * | Fix warlock model creationSabari Kumar Murugesan2016-07-065-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands like glance md-namespace-show <namespace> fail because of a breaking change in warlock 1.3.0's model creation factory method. Warlock introduced a new kwarg 'resolver' in model_factory method but changed its position with the 'base_class' kwarg. Since we were calling the model_factory method with positional arg, this broke the model creation. Closes-Bug: #1596573 Change-Id: Ic7821f4fdb1b752e0c7ed2bc486299a06bf485c1
* | | Updated from global requirementsOpenStack Proposal Bot2016-08-111-1/+1
| | | | | | | | | | | | Change-Id: I1f342679edc9284fb051ec6e2d012bc6265600d7
* | | Merge "Don't update tags every time"Jenkins2016-08-082-6/+34
|\ \ \ | | |/ | |/|
| * | Don't update tags every timeMike Fedosin2016-06-012-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | This code removes unnecessary PATCH requests for tags updating if they were not modified. Change-Id: I8eced32f39d0c98e0b26014e7b2341ab6580ff01 Closes-bug: 1587999
* | | Updated from global requirementsOpenStack Proposal Bot2016-08-051-1/+1
| | | | | | | | | | | | Change-Id: I787b389ea50d0ec1743604725bead55fc477a0c0
* | | Merge "Remove unused openstack/common/apiclient/client"Jenkins2016-08-042-575/+0
|\ \ \
| * | | Remove unused openstack/common/apiclient/clientMatt Riedemann2016-07-272-575/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code comes from oslo-incubator and is now frozen, and the client module specifically is not used in glanceclient. It's confusing to have in the library since glanceclient has it's own HTTPClient under glanceclient.common.http. So let's just remove this effectively dead code. Change-Id: I820b2439ce7158a63dc55553ce50a9580d63ffb3
* | | | Merge "Remove discover from test-requirements"2.3.0Jenkins2016-08-011-1/+0
|\ \ \ \
| * | | | Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's only needed for python < 2.7 which is not supported Change-Id: I2b5250ffa42bcbd343a1bf78b876c5f0615e966d
* | | | | Merge "Updated from global requirements"Jenkins2016-07-311-1/+1
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2016-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I454551879e53713d6bb85c6a90dd22b113841fe2
* | | | | | Merge "Fix string interpolation to delayed to be handled by the logging code"Jenkins2016-07-301-1/+1
|\ \ \ \ \ \
| * | | | | | Fix string interpolation to delayed to be handled by the logging codehaobing12016-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | String interpolation should be delayed to be handled by the logging code, rather than being done at the point of the logging call. See the oslo i18n guideline. * http://docs.openstack.org/developer/oslo.i18n/guidelines.html Change-Id: If06663076e4081c6268ba88c157513723b734b31 Closes-Bug: #1596829
* | | | | | | Merge "Log request-id before exceptions raised"Jenkins2016-07-301-10/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Log request-id before exceptions raisedAbhishek Kekane2016-07-181-10/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of now request-id is not logged if an excpetion is raised. Rearranged code so that request-id is logged even in case of an exception. Change-Id: Iee0398404ee752c0d880edf3054207c35862e71a Closes-Bug: #1603863
* | | | | | Merge "py3: Fix encoding and use sys.stdin.buffer"Jenkins2016-07-286-5/+28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-256-5/+28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exc.py: Encode body in response before calling replace over it. * http.py: prepend the bytes literal to the empty string or else we hit bug 1342080 again in python 3. * utils.py: Use sys.stdin.buffer in python 3. Change-Id: Ieefb8c633658e507486438e5518c5d53e819027d
* | | | | Replace OpenStack LLC with OpenStack Foundationdineshbhor2016-07-261-1/+1
|/ / / / | | | | | | | | | | | | | | | | Change-Id: I5877db07031b12d8fa7ed774ac09d24f8906ea86 Closes-Bug: #1214176
* | | | Updated from global requirementsOpenStack Proposal Bot2016-07-201-1/+1
| | | | | | | | | | | | | | | | Change-Id: I44084295af0fd0d0b0d2f6bf8810d77cb155d88a
* | | | Merge "Properly build releasenotes"Jenkins2016-07-201-1/+1
|\ \ \ \
| * | | | Properly build releasenotesClark Boylan2016-07-121-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | There is an rst error that prevents releasenotes from being built. Address this error so that items build. This was caught during testing for running jobs on Ubuntu Xenial. Change-Id: Ic0e53d668193b592501175b51dce1275d4fcb93c
* | | | Merge "Add comment about workaround for py3"Jenkins2016-07-201-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add comment about workaround for py3Louis Taylor2016-07-131-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ibe8720c14e8ec401bc0d595915cbb962f4021bcb
* | | | Merge "Add Python 3.5 classifier and venv"2.2.0Jenkins2016-07-172-1/+2
|\ \ \ \
| * | | | Add Python 3.5 classifier and venvzheng yin2016-07-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I15304210a7f32b719a910e22518d33427ddedbb9
* | | | | Merge "Update outdated image shema"Jenkins2016-07-161-91/+63
|\ \ \ \ \
| * | | | | Update outdated image shemaMike Fedosin2016-06-281-91/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Image schema that is located in glance client is seriously outdated, we need to updated it and bring it in line with the server version. Change-Id: I5a79a84a9c07b9ee821a71a5bd2d61cb4299ad72
* | | | | | Merge "Log request-id for each api call"Jenkins2016-07-152-0/+16
|\ \ \ \ \ \
| * | | | | | Log request-id for each api callAbhishek Kekane2016-06-272-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support to log 'X-Openstack-Request-Id' for each api call. If glanceclient is used from command line then following log will be logged on console if --debug flag is used. DEBUG:glanceclient.common.http:GET call to glance-api for http://172.26.88.20:9292/v2/schemas/image used request id req-e0c7c97a-8fc0-4ce3-a669-d0b1eb5d7aae If python-glanceclient is used in applications (e.g. Nova) then following log message will be logged in service logs. DEBUG glanceclient.common.http [req-be074f1e-1c17-4786-b703-2a221751c8f4 demo demo] GET call to glance-api for http://172.26.88.20:9292/v1/images/detail?is_public=none&limit=20 used request id req-9b1dd929-df30-46b2-a8f2-dfd6ffbad3fc DocImpact: To use this feature user need to set 'default_log_levels' in third party application. For example nova uses glance then in nova.conf 'default_log_levels' should be set as below: default_log_levels = glanceclient=DEBUG Implements: blueprint log-request-id Change-Id: Ib04a07bac41ad2a5e997348f3b0bccc640169dc9
* | | | | | Merge "Update docs URL"Jenkins2016-07-142-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update docs URLKATO Tomoyuki2016-07-132-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Change-Id: Id8b1b97a85534c4398b3c49648c6e2f2df3ee20e Related:-Bug: #1602266
* | | | | Merge "image-download: tests to catch stray output"Jenkins2016-07-134-4/+188
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | image-download: tests to catch stray outputStuart McLaren2016-06-294-4/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests to ensure that any stray output (eg print statements) during image-download cause a test failure. Regression test for bug 1488914. Change-Id: Ic19ba5693d059bf7c283702e7c333672a878a1a1 Partial-bug: 1488914
* | | | Updated from global requirementsOpenStack Proposal Bot2016-07-012-2/+2
| | | | | | | | | | | | | | | | Change-Id: Iff3305ceda5ae1b7e938591eeeec2bf690e84ab8
* | | | Merge "Replace tempest_lib with tempest.lib"Jenkins2016-06-293-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Replace tempest_lib with tempest.libwangxiyuan2016-06-273-3/+3
| |/ / | | | | | | | | | | | | | | | | | | As the tempest_lib is deprecated and the code has been moved into tempest. We should use tempest.lib insteded of tempest_lib. Change-Id: Id22f90a47056cd88f9524fc6015607c93f7d88b5
* | | Merge "Use correct order of arguments to assertEqual"Jenkins2016-06-295-39/+35
|\ \ \
| * | | Use correct order of arguments to assertEqualzhengyao12016-06-295-39/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The correct order of arguments to assertEqual that is expected by testtools is (expected, observed). This patch fixes the inverted usage of arguments in some places that have cropped up since the last fix of this bug. Change-Id: If8c0dcb58496bc2fcf4c635f384522a1f7d2b2af Closes-Bug: #1259292
* | | | Updated from global requirementsOpenStack Proposal Bot2016-06-281-1/+1
| |/ / |/| | | | | | | | Change-Id: I900450e96871910b116958f8129b980994c0538e
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| | | | | | | | | | | | Change-Id: I2080edfcefa94d1c29f78b27bf84da44f32ddf58
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | | | | | | | | | Change-Id: I1ee3b5f6f8547d9d2dc23ddd8f1b3f3688d733b1
* | | Merge "Remove unused skip_authentication decorator"Jenkins2016-06-212-18/+1
|\ \ \ | |/ / |/| |
| * | Remove unused skip_authentication decoratorkairat_kushaev2016-06-022-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | skip_authentication is not used as decorator for glanceclient methods. So this method can be safely removed from glance codebase because it is artifact from old implementation. Change-Id: I235b4c6b835c75266d8fae1bb603685aa17ad497
* | | Updated from global requirements2.1.0OpenStack Proposal Bot2016-06-101-1/+1
| | | | | | | | | | | | Change-Id: Ida2080b0c209b87781313b2be92c957d22b3188c