summaryrefslogtreecommitdiff
path: root/releasenotes/notes
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add files-container option for stack create and update"Zuul2020-02-211-0/+8
|\
| * Add files-container option for stack create and updaterabi2018-08-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If files-container option is specified: - All template/env files would be fetched by the heat engine relative to the files_container and no local files other than the root template would be sent to server. - Relative path of environment files would be sent in the environment_files list. Also adds the option to template validate. Change-Id: I1a703ab8798a003365be650886bb78be5af472b7 Story: #1755453 Task: 19319
* | [ussuri][goal] Drop python 2.7 support and testing2.0.0Andreas Jaeger2020-02-101-0/+5
|/ | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I54863f2301758dcd48de4ee73bcc8582e5036afa
* Fix release note formattingZane Bitter2017-12-071-2/+3
| | | | | | This broke the building of the release notes. Change-Id: I6d9519aaf591e817e71a777a75fdc1d6caa7c17a
* Add `--converge` argument for osc stack updatericolin2017-10-201-0/+8
| | | | | | | | | This patch add `--converge` argument for osc stack update. This flag will be used as the trigger for observe on reality. implements bp get-reality-for-resources depends-on: I151b575b714dcc9a5971a1573c126152ecd7ea93 Change-Id: If35e1b9234cab173b3c46601bbd331aceebcbcb3
* Update headers for the Openstack Orchestration commandsVijendra Soni2016-11-221-0/+8
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