summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fixing read before prompt bug" into stable/ocataocata-em1.8.2Jenkins2017-09-283-7/+9
|\
| * Fixing read before prompt bugJoe Borg2017-07-283-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> (cherry picked from commit b45c792f95006987d19b8a97c553573327979700)
* | Pass event filters to the server sideThomas Herve2017-07-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 (cherry picked from commit e805091d62eb593913f371ed8fa753fca01aca7e)
* Build event stack_name from links1.8.1Thomas Herve2017-03-292-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 (cherry picked from commit 954e475a6a0a12432ec325d7579460fabcf3f40a)
* Update .gitreview for stable/ocataOpenStack Release Bot2017-02-021-0/+1
| | | | Change-Id: Iee1af2ab41e4de0a41bd5d9bfc6c063b2fab724e
* Updated from global requirements1.8.0OpenStack Proposal Bot2017-01-211-1/+1
| | | | Change-Id: I7183b0ca1062b96e64ad8f32bcd8efe047d7998d
* Updated from global requirementsOpenStack Proposal Bot2017-01-201-1/+1
| | | | Change-Id: I3388fa28a6b3bab64589fdc5c64985deed361cb2
* Merge "Support -y for --yes."Jenkins2017-01-171-1/+1
|\
| * Support -y for --yes.Russell Bryant2017-01-121-1/+1
| | | | | | | | | | | | | | Add short form '-y' for '--yes', mainly because I'm lazy. Change-Id: Ia82f64246a191a1615ba1d886f80caa5f52cc835 Signed-off-by: Russell Bryant <rbryant@redhat.com>
* | Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | | | | | Change-Id: I7c1f701a8792757109b72a10b4ec31f870fe00a8
* | Enable coverage report in console outputKevin_Zheng2017-01-131-1/+3
|/ | | | | | | | | The current coverage test job doesn't provide any result to developer, we could enable the coverage report in console output to let the developers know the current coverage status when run coverage test job. Change-Id: Icef8c3b42f087a20c48b5308185f6be8c8f5240d
* Merge "Distinguish between stack and resource events when polling"Jenkins2017-01-103-14/+72
|\
| * Distinguish between stack and resource events when pollingZane Bitter2017-01-093-14/+72
| | | | | | | | | | | | | | Don't accidentally treat a resource event like a stack event. Change-Id: I0e4d97f9954adfac3124f6ed684b608f4da668b4 Closes-Bug: #1655142
* | Merge "Make method import_versioned_module work"Jenkins2017-01-103-11/+5
|\ \ | |/ |/|
| * Make method import_versioned_module workshizhihui2016-11-093-11/+5
| | | | | | | | | | | | | | | | | | | | Oslo.utils 3.17 provides similar function, just use it. For more information: [1] http://docs.openstack.org/developer/oslo.utils/history.html Closes-Bug: #1627313 Change-Id: Ie738e910cc72535fe97295d7e118eda2412ecd15
* | Make sure the --heat-url option is respected, part 2Jason Dunsmore2017-01-062-4/+8
| | | | | | | | | | | | | | | | | | | | If the endpoint is passed in, make sure keystone uses it instead of looking up the endpoint in the auth plugin. Original fix: 9e28993ee6fb814f014bc73a5611681ca3bb2c65 Closes-Bug: #1654344 Change-Id: I4b42ab9d87c790eef1953f995260b6b232a63445
* | Remove LOG Warning from __eq__Rob Cresswell2017-01-041-8/+0
| | | | | | | | | | | | | | | | This causes a huge amount of spam on anything that does an equality check, like tests. We should just remove it. Change-Id: Ibb1a2132ab784ae357d965bd0997f419be568651 Closes-Bug: 1653975
* | Merge "Add convenience function for events over websocket"Jenkins2016-12-273-2/+71
|\ \
| * | Add convenience function for events over websocketThomas Herve2016-12-193-2/+71
| |/ | | | | | | | | | | | | This adds an alternative method of poll_for_events using a websocket connection. Change-Id: I1c46af3ab98b6d108af976e4fab5282c8756a626
* | Merge "Add aliases to orchestration template version list"Jenkins2016-12-202-14/+36
|\ \
| * | Add aliases to orchestration template version listSteven Hardy2016-12-142-14/+36
| | | | | | | | | | | | | | | | | | | | | Recently we added aliases to the API response, so display these if they exist. Change-Id: Iadd499d59acf3bf8cee3e208372340ff1a29112a
* | | Updated from global requirements1.7.0OpenStack Proposal Bot2016-12-151-1/+1
| | | | | | | | | | | | Change-Id: I4bafff2676c3250a2540015f0d4390e9455acd80
* | | Update docs for mark-unhealthy commandZane Bitter2016-12-141-1/+1
|/ / | | | | | | | | | | | | | | | | Starting with the Ocata release of Heat, users can now select a resource using its physical resource ID. Change-Id: I82711c50e9719a80eec68592ee36198ea47b9f1d Depends-On: Ie28ed102665b2c6379d1f55b7a02b76d05e38ddd Related-Bug: #1635295
* | Merge "User server side env merging with osc plugin"Jenkins2016-12-142-2/+36
|\ \
| * | User server side env merging with osc pluginrabi2016-12-142-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With osc client plugin, we don't seem to use server side env merging for stack create and update. However, it's there for template validation. This patch brings it in sync with heat cli. Change-Id: I8973fa499c51ca5f789efa6fb5c07bb6302324d7 Related-Bug: #1645686
* | | Merge "Add heat CLI test for deleting stack"Jenkins2016-12-141-0/+6
|\ \ \
| * | | Add heat CLI test for deleting stackGeorgy Dyuldin2016-11-141-0/+6
| | | | | | | | | | | | | | | | Change-Id: I36301642d46f00cbf894eab3560bf298deac50b2
* | | | Merge "Add heat CLI test for creating stack from URL"Jenkins2016-12-142-4/+28
|\ \ \ \ | |/ / /
| * | | Add heat CLI test for creating stack from URLGeorgy Dyuldin2016-11-142-4/+28
| | | | | | | | | | | | | | | | Change-Id: I63eb0958cb53b5e8d3843e59f0cfc9f55947708f
* | | | Merge "Update headers for the Openstack Orchestration commands"Jenkins2016-12-136-11/+19
|\ \ \ \
| * | | | Update headers for the Openstack Orchestration commandsVijendra Soni2016-11-226-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated headers for the following commands openstack orchestration service list, openstack orchestration template version list, and openstack orchestration template function list to keep syncronized with other Openstack commands headers Change-Id: I57f03369a501080356e5292582654cd703803b96 Closes-Bug: #1643492
* | | | | Fix doc on keystoneauth session api usagerabi2016-12-081-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes documentation on client creation with keystoneauth session api. Change-Id: I0f6bb6f4f9bbaa84b5185c0a9e9db6a4184702d4 Partial-Bug: #1646539
* | | | | Merge "Use default service_type with session"Jenkins2016-12-061-0/+3
|\ \ \ \ \
| * | | | | Use default service_type with sessionrabi2016-12-021-0/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present when using session with heatclient, you've to specify the service_type. Use the only service_type 'orchestration', if not specified. Change-Id: I994698784e5b30471f6d863034fa21aa8963fd9f Partial-Bug: #1646539
* | | | | Merge "Fix event list help"Jenkins2016-12-061-2/+3
|\ \ \ \ \
| * | | | | Fix event list helpThomas Herve2016-12-021-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argparse doesn't like the formatting of the sort metavar in event list, so restore the previous format and explain it instead. Change-Id: I3e1881ffe3d5af281369f6513e1ef2f04d18fe57 Closes-Bug: #1646773
* | | | | Updated from global requirementsOpenStack Proposal Bot2016-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I8fcf01bda634acb744df77285cc065c071246afc
* | | | | Updated from global requirementsOpenStack Proposal Bot2016-12-021-1/+1
|/ / / / | | | | | | | | | | | | Change-Id: Ia15d2a9a848266d3deed9243a9f7cee3f802d270
* | | | Merge "Don't resolve outputs when polling events"Jenkins2016-11-281-1/+1
|\ \ \ \
| * | | | Don't resolve outputs when polling eventsThomas Herve2016-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In poll_for_events, we retrieve the stack to check its status. As it stands we resolve the outputs as well, which is costly and useless in this scenario. We can simpley get the stack to retrieve its status without outputs. Change-Id: Idc2327f6be15a679d502b0cd3e9d8980fdf1e22a Related-Bug: #1638908
* | | | | Merge "Show team and repo badges on README"Jenkins2016-11-261-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: https://gist.github.com/0d8a49e0bcbb30e5d69b5a89ba9db494 Change-Id: I41e74fbbd61bf46041e843ad43b5b3c4bec647b4
* | | | | Updated from global requirementsOpenStack Proposal Bot2016-11-231-1/+1
|/ / / / | | | | | | | | | | | | Change-Id: I41560b84251380117b1f79058508df298021f794
* | | | Merge "Remove unused scripts in tools"Jenkins2016-11-224-378/+0
|\ \ \ \
| * | | | Remove unused scripts in toolsrabi2016-11-124-378/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Id89abfcb43286ca7706e8114337a94a8fdaca82f
* | | | | Merge "Remove oslo-incubator modules"Jenkins2016-11-2211-1379/+2
|\ \ \ \ \ | |/ / / /
| * | | | Remove oslo-incubator modulesrabi2016-11-1211-1379/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the last patch in the series that removes all remaining oslo-incubator modules. This also removes some unused scripts in tools. Change-Id: I4ca11596f1a2967e7c920c4ec7709c3408854534
* | | | | Merge "Move required modules from oslo-incubator"Jenkins2016-11-2215-318/+107
|\ \ \ \ \ | |/ / / /
| * | | | Move required modules from oslo-incubatorrabi2016-11-1215-318/+107
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the required module to heatclient/common. - heatclient/openstack/common/apiclient/base.py It also moves some required functions and exceptions from heatclient/openstack/common/cliutils.py and heatclient/openstack/common/exceptions.py. Change-Id: I68704c7fab9417492d8390ad05a9797f78d46907
* | | | Use endpoint as endpoint_override1.6.1rabi2016-11-211-0/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Number of projects like rally pass endpoint rather than endpoint_override when using session with heatclient. Use endpoint as endpoint_override when not specified. Make it backward compatible. Change-Id: Iff977424a15ac2ce3ffdf8d7c98d5e72d25c1e91 Closes-Bug: #1643507