summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Updated from global requirements" into stable/pike1.11.1Jenkins2017-09-271-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-09-211-1/+1
| | | | | | | | Change-Id: I1c38770c12032e85e260b2e3dd848530575eb869
* | Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pikeJenkins2017-09-271-1/+1
|\ \
| * | Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-07-281-1/+1
| | | | | | | | | | | | Change-Id: I5359cd3b2d45b3c932e39e77dbc43eb234342863
* | | Merge "Update .gitreview for stable/pike" into stable/pikeJenkins2017-09-271-0/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Update .gitreview for stable/pikeOpenStack Release Bot2017-07-281-0/+1
| | | | | | | | Change-Id: I9b1181c647ef207b80e7c5c32edaaa930ef711c2
* | Updated from global requirementsOpenStack Proposal Bot2017-08-112-2/+2
|/ | | | Change-Id: Ie85236000c3a89795d9b72f803afcce460091b5b
* Merge "Fixing read before prompt bug"1.11.0Jenkins2017-07-273-7/+9
|\
| * Fixing read before prompt bugJoe Borg2017-07-263-7/+9
| | | | | | | | | | | | | | | | Due to Python buffering sys.stdin and sys.stdout, the read can be shown before text prompt. Change-Id: I86d9ec62f7791da276585ce74a48162315effa7b Signed-off-by: Joe Borg <joe@josephb.org>
* | Updated from global requirementsOpenStack Proposal Bot2017-07-231-2/+2
|/ | | | Change-Id: I0c52fd620e32503ddd5ee054f6998c38c01e069d
* Updated from global requirementsOpenStack Proposal Bot2017-07-211-1/+1
| | | | Change-Id: I127b3d340a5feec3ce0511e315aaa130727864ba
* Updated from global requirementsOpenStack Proposal Bot2017-07-191-1/+1
| | | | Change-Id: I6913016702874819b1af06976a2d9277fecc3992
* Merge "Add functinoal tests for 'openstack stack snapshot delete'"Jenkins2017-07-191-0/+9
|\
| * Add functinoal tests for 'openstack stack snapshot delete'shizhihui2016-11-141-0/+9
| | | | | | | | | | | | | | | | | | For now, there are several heat osc CLIs which do not have own functional tests in heatclient/tests/functional/osc/v1. I think it is time to add some for heatclient. Add functional test for 'openstack stack snapshot delete' Change-Id: I21257b4f6126b9693256c953ed9335edad53a844 Implements: bp add-functional
* | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
| | | | | | | | Change-Id: I0174be41a51756c08f71a10bbf3b0252e964e55e
* | Merge "Explicitly set 'builders' option"Jenkins2017-07-121-0/+1
|\ \
| * | Explicitly set 'builders' optionStephen Finucane2017-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: I3ebd7d2086a47bcedc6fb35ca90bc1bb6e077250
* | | Merge "Switch from oslosphinx to openstackdocstheme"Jenkins2017-07-122-16/+10
|\ \ \
| * | | Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-07-032-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: I730996eb74d16ede3725494b561dc15493741c75
* | | | Merge "Add optional arguments '-y' in CLI:snapshot-delete"Jenkins2017-07-052-2/+85
|\ \ \ \ | |/ / / |/| | |
| * | | Add optional arguments '-y' in CLI:snapshot-deletericolin2017-05-172-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no judgement before use the cli: heat snapshot-delete. So I add it. Partial-Bug: #1642490 Depends-On: If7b515dff64a18f56046b890279c2c59b0ab9dc7 Change-Id: I6e82630816e54aa2d98c3653ab43b865f445e881
* | | | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-128-15/+11
|\ \ \ \
| * | | | Replace six.iteritems() with .items()M V P Nitesh2017-03-318-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.As mentioned in [1], we should avoid using six.iteritems to achieve iterators. We can use dict.items instead, as it will return iterators in PY3 as well. And dict.items/keys will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3 [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: I3913e8876b34e112140788d7a405da6eedfb5f29
* | | | | Updated from global requirementsOpenStack Proposal Bot2017-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Icc3f70f236f1c1f4c63cae3683480bd5b86ea23c
* | | | | Merge "Don't encode path separators"1.10.0Jenkins2017-06-058-48/+48
|\ \ \ \ \
| * | | | | Don't encode path separatorsrabi2017-05-098-48/+48
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encoding the path separators results in urls refused by by apache with 404 unless AllowEncodedSlashes is turned on, which is not the default. The existing encoding of path separators seems unnecessary. Change-Id: I3b77aafc6104119503363e5db36b0379964daba5
* | | | | Merge "Replace mox3 with mock"Jenkins2017-05-271-278/+230
|\ \ \ \ \
| * | | | | Replace mox3 with mockPanFengyun2016-12-201-278/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In heatclient, some unit tests still use mox3, which will make the test speed much slow, so I decide to remove it. The file: heatclient/tests/unit/test_template_utils.py Implements: bp remove-mox3-in-heatclient Change-Id: I1aa556630ff88b4708834549ce9dc31967e0bb32 Co-author-by: PanFengyun <fengyun.pan@easystack.cn>
* | | | | | Updated from global requirementsOpenStack Proposal Bot2017-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib5e42136f62792a7bf11444b8447b2bca874631c
* | | | | | Merge "Pass event filters to the server side"Jenkins2017-05-192-9/+23
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Pass event filters to the server sideThomas Herve2017-03-282-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This passes event filters to the server side. It only matters for event_time with limit now, but this fixes that case, and the case for resource_type as well. Change-Id: Ide8f0481cf031cc61d4bb43d1d92109d42326e95
* | | | | | Merge "Remove support for py34"Jenkins2017-05-172-2/+1
|\ \ \ \ \ \
| * | | | | | Remove support for py34huangtianhua2017-04-272-2/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I3a2fc7779fa0c806827d9eda2ffdbc207788b22d
* | | | | | Updated from global requirementsOpenStack Proposal Bot2017-05-172-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If4c2ffc9df345c1d73928aa3530c4b418fdbd1c6
* | | | | | Merge "Add '--yes' for openstack stack snapshot delete"Jenkins2017-05-172-1/+51
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add '--yes' for openstack stack snapshot deletericolin2017-04-262-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add optional arguments '--yes' or '-y' in osc cli `openstack stack snapshot delete`. There is no judgement before use that cli So propose to add it in case that we delete the snapshot unintentionally. Closes-Bug: #1642874 Change-Id: If7b515dff64a18f56046b890279c2c59b0ab9dc7
* | | | | | Merge "Use upper-constraints for all jobs"Jenkins2017-04-192-6/+31
|\ \ \ \ \ \
| * | | | | | Use upper-constraints for all jobsrabi2017-04-032-6/+31
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Change-Id: I17aae5f4b5c72425d72a3d9ba0a44110e2e6a65c
* | | | | | Updated from global requirementsOpenStack Proposal Bot2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f27c635c490567f856e70d03844a5498531f474
* | | | | | Updated from global requirements1.9.0OpenStack Proposal Bot2017-04-071-1/+1
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I66c8b6b16e9af96ce8a3b0434ff27e4924619a86
* | | | | Build event stack_name from linksThomas Herve2017-03-282-3/+14
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When retrieving events from nested stacks, we used to do a query per stack and thus get the stack that way. We changed it to do only one API call, but didn't fix the way the stack name was set. We need to use the event links to retrieve the stack name, instead of the root stack. Closes-Bug: #1676896 Change-Id: I09ab1cc2c6aaab02036b124b1dfa561dd6132083
* | | | Merge "Fix error message when deployment not found"Jenkins2017-03-271-1/+3
|\ \ \ \
| * | | | Fix error message when deployment not foundThomas Herve2017-03-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the error messages when trying to do a openstack software deployment show with a wrong id. Change-Id: I23c427e33b28b327563769106fcadd20ff599454
* | | | | Remove log translationsliyi2017-03-236-38/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions. See: http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html Change-Id: I601eee9f1fca65d5fb53e6b75482b74283908a29
* | | | Merge "Support openstack stack export"Jenkins2017-03-164-0/+88
|\ \ \ \
| * | | | Support openstack stack exporthuangtianhua2017-02-144-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Heat supports exporting data of stack preparing for abandon stack. This change supports 'openstack stack export' in client. Change-Id: I5d3778f307d10174dbb738548282f7495bd9c825
* | | | | Merge "Replace mox3 with mock"Jenkins2017-03-141-382/+297
|\ \ \ \ \
| * | | | | Replace mox3 with mockshizhihui2016-11-131-382/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In heatclient, some unit tests still use mox3, which will make the test speed much slow, so I decide to remove it. The modify file: heatclient/tests/unit/test_common_http.py Change-Id: I220fabedb8e9fcc8eeea9d5e98b3ddeed68f8a43 Implements: bp remove-mox3-in-heatclient
* | | | | | Merge "Replace mox3 with mock"Jenkins2017-03-141-60/+60
|\ \ \ \ \ \
| * | | | | | Replace mox3 with mockshizhihui2016-11-131-60/+60
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In heatclient, some unit tests still use mox3, which will make the test speed much slow, so I decide to remove it. The first file: heatclient/tests/unit/test_events.py Change-Id: Ife264461d64b0cb89b251a0aefe0e5f255b39ce3 Implements: bp remove-mox3-in-heatclient