53 Commits

Author SHA1 Message Date
Jenkins
cc1bfe0b21 Merge "Add resource OS::Cinder::QoSAssociation" 2016-09-20 07:15:12 +00:00
ricolin
cd090780eb Add resource OS::Cinder::QoSAssociation
Add association resource between volume types and QoS specs.

blueprint update-cinder-resources

Change-Id: I448bfeed7914308779ab36fe33966e57acaec02b
2016-09-19 12:30:23 +08:00
Davanum Srinivas
1b47a59146 Update reno for stable/newton
Change-Id: Ie8d036634ca892547b0768c8b34b4e9258fb9520
2016-09-15 10:27:22 -04:00
Jenkins
9d0cf702c1 Merge "Add releasenotes for OS::Cinder::QoSSpecs" 2016-09-15 03:53:46 +00:00
huangtianhua
c7e3b8b7b7 Add releasenote for conditions function
Change-Id: I051eb37201218a424c0c0b2b1e3014e355b1ce01
Blueprint: support-conditions-function
2016-09-14 10:47:45 +08:00
ricolin
27aea713d9 Add releasenotes for OS::Cinder::QoSSpecs
We already have resource `OS::Cinder::QoSSpecs` merged. This patch
update releasenotes for that resource.

implements bp update-cinder-resources

Change-Id: Ieba94cc912cb26b5e3ab08b7f2b4bf70216b8abd
2016-09-09 01:35:26 +00:00
Doug Hellmann
8167a211ed standardize release note page ordering
In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.

Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-09-08 14:53:12 -04:00
Jenkins
c3540c73c0 Merge "Add OS::Cinder::Quota resource" 2016-09-03 00:06:41 +00:00
rabi
3f646800dd Add doc and reno note for environment merging
Change-Id: I1427e394975baac3377a4a8d67f44f65d404f8b4
Blueprint: environment-merging
2016-08-29 20:20:07 +05:30
Jenkins
2f412dee7e Merge "Add reno note on volumes.backups_enabled option" 2016-08-18 19:46:50 +00:00
Pavlo Shchelokovskyy
60e90c09ef Add reno note on volumes.backups_enabled option
Change-Id: I911db6d7dab7d0a3b6e420bd7e12672ec39e6af9
Related-Bug: #1595159
2016-08-18 19:03:12 +03:00
Julian Sy
7954bcf638 Add OS::Cinder::Quota resource
This creates new resource type whose intended use case is for admin-only
use and to manage the cinder quotas (gigabytes, volumes, snapshots).

implements bp cinder-quota-resource

Co-Authored-By: Andy Hsiang <yh418t@att.com>
Co-Authored-By: Yosef Hoffman <yh128t@att.com>

Change-Id: I49d01d229199d9c472dc59ba2bb95d455f6dfb76
2016-08-17 03:26:56 -04:00
ricolin
c385388ea1 Add support for a resource level external_id
This adds support for the following to the template:
 heat_template_version: 2016-10-14
 resources:
   ...
   res_a:
     type: OS::Nova::Server
     external_id: the-new-server-id
     properties:
     ...

Co-Authored-By: Rico Lin <rico.l@inwinstack.com>

blueprint external-resources
Change-Id: I8fda1380504d1d8b1e96649bf20b86d6309fdeca
2016-08-12 15:59:14 +08:00
Steve Baker
9af4a0acd8 Release note, api-ref for event list nested_depth
To document the feature for the spec-lite bug: #1588561

Change-Id: I466ebf159e4351f5e2d90cde298531803289ab4d
2016-08-04 12:18:31 +12:00
Rabi Mishra
c5a4deaf93 Add reno note for DNS functionality
Change-Id: I979b0f4a2105c9538d88d651742f213de874179b
Blueprint: neutron-dns-resolution
2016-07-26 10:34:59 +05:30
Steven Hardy
ab57f5478a Add reno for map_replace and fix docs nit
I missed adding the reno in https://review.openstack.org/#/c/343731/
and there was a minor docs nit mentiond also.

Change-Id: Ib78ca19b96a239c0a06758c259e2e74e10ed26e5
2016-07-20 08:46:36 +01:00
Oleksii Chuprykov
9ce43a932f Add reno for yaql function
Change-Id: Id90fd8d576bae992b9ca0c89f32c16b119028c91
2016-07-15 13:18:08 +00:00
Sirushti Murugesan
0c6236d776 Add period property to Monasca Notification resource
Currently, when one of Monasca's alarm transitions to the ALARM state, the
webhook associated with the Alarm is only invoked once. This is inconvenient
when the user wants to create a stack which will automatically scale up
or scale down more than once if the alarm state continues to be in the same
state.

The new added property 'PERIOD' will now allow the user to tell Monasca to
periodically invoke the webhook until the ALARM state transitions back to an OK
state.

To conform to the existing Heat autoscaling behaviour, we manually create the
monasca notification resource in Heat with a default value of 60 only for the
webhook notification type.

Change-Id: I2466911efa8d05dfe497f521885464ab90b0ae8e
2016-06-17 12:33:29 +05:30
ricolin
83966b7bde Add template_dir to config
Allow global environment contain global template files.
This can lead to further access to global template files.
For example a template file `my_tmpl.yaml` under global template
directory (`/etc/heat/templates` by default) can be directly accessed in
stack with `get_file`.
Partial-Bug: #1454401

Change-Id: I0a1c9d50441f88144980214fbc8e6757193cfb41
2016-05-27 13:55:55 +08:00
Jenkins
b7cbfef696 Merge "Glance image tag support release notes" 2016-05-24 03:48:51 +00:00
Kanagaraj Manickam
7fc8527e03 Mark monasca resources supported in release notes
Change-Id: I55272ea15e85aec21dd3f9f80c5146f77feaa84e
2016-05-20 11:45:11 +05:30
Kanagaraj Manickam
4d6e3a9a33 Glance image tag support release notes
implements blueprint : heat-glance-image-tag-support

Change-Id: I56551c556a1b8142c1334fbed26ea1b8767072d4
2016-05-20 11:23:32 +05:30
Joshua Harlow
8ac7fa0206 Allow the server name limit to be configurable
For some deployments 53 may be to high of a value and
a lower value may be used (ie for registration into active
directory, which has lower name limits) so add the ability
to reduce the valid length of server names (but
preserve the current limits by default).

Change-Id: Icd06aba14dbf156b9164b0e25233f2df7099fc9b
2016-05-11 17:03:42 -07:00
Kanagaraj Manickam
dfff614381 Fixes the sequence of release notes
In current code, the sequence is listed as below:
Liberty Series Release Notes
Current Series Release Notes
Mitaka Series Release Notes

Here the current release notes should be always at
then end and this patch takes care of it.

Change-Id: Ic4419aee3b441d4dd4125d7c971351f3396e6d23
2016-03-17 10:12:26 +05:30
Thierry Carrez
8399481649 Update reno for stable/mitaka
Change-Id: Iff179319bfe6e8e652cdee7d8a75d09de5cbc980
2016-03-16 15:16:35 +00:00
Jenkins
c87f69fa93 Merge "Add reno for barbican container" 2016-03-03 09:36:38 +00:00
Jenkins
8f4cba9a2e Merge "Add user_data_update_policy property to OS::Nova::Server" 2016-03-03 09:31:43 +00:00
Oleksii Chuprykov
ac6c7a3a23 Add reno for barbican container
Change-Id: I7d6b7f0de6ba15ac971ff3174812518444066551
2016-03-03 04:09:43 +00:00
Steve Baker
d4188127a1 Add user_data_update_policy property to OS::Nova::Server
This may be set to either 'REPLACE' (default) or 'IGNORE'.
This allows template authors to choose the desired behaviour when the
user_data property is changed.

Co-Authored-By: Steve Hardy <shardy@redhat.com>

Change-Id: I3239c7252a2c329330283b86181abd52aee9e967
Closes-Bug: #1539541
2016-03-03 01:52:51 +00:00
Mark Vanderwiel
8db1a661a2 Add release notes for new v2 Load Balancer resources
Change-Id: Ic6983b4226aad1378df47ee4b54aac532110bb31
Blueprint: lbaasv2-suport
2016-03-02 09:44:11 -06:00
Jenkins
93e320cb8c Merge "Add release notes for Immutable Parameters feature" 2016-02-29 02:43:50 +00:00
Ethan Lynn
4c6aca5bfb Add release notes for senlin resources
Add release notes for senlin resources.

blueprint senlin-resources

Change-Id: I15f2316d7c625443152b97d7e028c5af22c0b4ce
2016-02-26 14:23:28 +00:00
Jason Dunsmore
164257bfeb Add release notes for Immutable Parameters feature
blueprint immutable-parameters

Change-Id: Iacdc1568aa7f9d515c3e06ff6c737b6c16c32d6f
2016-02-26 08:00:46 -06:00
Rabi Mishra
fbc7240363 Release note for resource update restrict
Adds release note for update/replace restriction
feature.

Change-Id: I9063013dd34e54621e387d60cb2de376b2848872
Blueprint: stack-update-restrict
2016-02-26 09:46:17 +05:30
Jenkins
93fb5d547c Merge "Release notes for server-side env resolution" 2016-02-19 10:51:02 +00:00
Jenkins
35439a809b Merge "Adds release notes for resource-search" 2016-02-18 04:46:53 +00:00
Kanagaraj Manickam
652d8ad90e Adds release notes for resource-search
implements blueprint heat-stack-resource-search

Change-Id: I6d73a9f6005a4acaf710c079162f7fd7f004884e
2016-02-17 21:15:59 +05:30
Jay Dobies
f212814249 Release notes for server-side env resolution
Change-Id: I062f97fb0cf3723de40210a1d20f79a7979a7225
Implements: blueprint multi-environments
2016-02-15 15:36:51 -05:00
Jenkins
a8d1df3b78 Merge "Release notes for Keystone Region resource plugin" 2016-02-11 13:01:16 +00:00
Kanagaraj Manickam
89653eb8e5 Release notes for Keystone Region resource plugin
implements blueprint heat-keystone-region-resource

Change-Id: I06b0db5fb4b2b2bf68f55892980f55c0e5b61f03
2016-02-05 14:59:56 +05:30
Kanagaraj Manickam
a6312528e9 Release notes for template validation improvements
implements blueprint heat-template-validate-improvements

Change-Id: I22316db6e9952ca416d011fcedd3967f9b52b2c0
2016-02-05 14:48:48 +05:30
dixiaoli
6caa70c00b Add release notes for new added resource OS::Neutron::RBACPolicy
This patch adds one release notes item for new added resource
OS::Neutron::RBACPolicy during mitaka.

Change-Id: Ieb9ee24a0edb3826f993e3e2dd2b33c0a6496ed4
2016-01-29 18:21:52 +08:00
huangtianhua
a0b93fe3c9 Support neutron address scope
Add OS::Neutron::AddressScope resource.
This resource can be associated with multiple
subnet pools in a one-to-many relationship.
The subnet pools under an address scope must not
overlap.

Blueprint: add-neutron-address-scope
Depends-On: I43ab41e419148818e088e60d94cec96188100212

Change-Id: Ie97109a4a053baee4e4629f60ae5582ca286a892
2016-01-19 15:26:40 +08:00
Jenkins
53ac9a3790 Merge "Add release notes for event-transport" 2016-01-14 18:35:14 +00:00
Drago Rosson
cae55d8ac1 Remove unconditional return of user_id
This removes a legacy backwards compatibility codepath. Pre-Icehouse
stacks that have resources which inherit from StackUser may require
manual cleanup after deletion, as their stack user may not be deleted.

This fixes issues with subusers using software config. Heat should not
attempt to delete the stack user if one had not been created before.
The code that this patch removes caused an ID to always be returned.
Additionally, it set the ID in the resource metadata whether a stack
user existed or not, making it impossible to tell if one existed only
from data within the resource.

Change-Id: I50804998fdce1f7de06906ae9a2f47317721a6f6
Closes-bug: #1531606
2016-01-13 11:58:24 -06:00
Thomas Herve
cfe9b2582a Add release notes for event-transport
Change-Id: Idccb895f8b68a3359d3ab57addadf38f6327395b
2016-01-13 14:17:38 +01:00
Peter Razumovsky
18a3d93181 Add release note for bp/api-call-output
Add release note for bp/api-call-output.

bp api-call-output

Change-Id: I5388f67f234ee04290d1916c225473b058ba0157
2015-12-29 15:00:27 +03:00
Jenkins
2a0cc7cbd1 Merge "Add release note for bp/support-host-aggregate" 2015-12-22 08:35:34 +00:00
ricolin
d954d06c7e Add release note for bp/support-host-aggregate
Change-Id: Id8d31407150c39eb48403fe3da7f48188221a557
2015-12-22 02:05:54 +00:00
huangtianhua
3a5abefb1d Add release note for bp/support-neutron-qos
Change-Id: I37802eec640df841494043fc4a23ef3d9067a830
Blueprint: support-neutron-qos
2015-12-22 01:04:15 +00:00