allow-multiple-ext-pillars-and-reclass-options
Change-Id: I336b0825712218e2381e1654251765a24581da00
diff --git a/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml b/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml
new file mode 100644
index 0000000..54deb69
--- /dev/null
+++ b/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml
@@ -0,0 +1,18 @@
+---
+summary: >
+ Use "reno", an releasenotes configuration tool to record release notes.
+ Documentation: https://docs.openstack.org/reno/latest
+
+ To list/create/show release notes, run following commands:
+
+ .. code-block:: shell
+
+ reno list
+ reno new releasenote-slug-title --edit
+ # use favored $EDITOR to update the note
+ # git add/commit releasenotes/* as usual
+ reno report --no-show-source
+
+other:
+ - |
+ Added `reno <https://docs.openstack.org/reno/latest>_` configuration to the repository.
diff --git a/releasenotes/notes/allow-multiple-ext-pillars-885d28dc8a18ab99.yaml b/releasenotes/notes/allow-multiple-ext-pillars-885d28dc8a18ab99.yaml
new file mode 100644
index 0000000..44d33d3
--- /dev/null
+++ b/releasenotes/notes/allow-multiple-ext-pillars-885d28dc8a18ab99.yaml
@@ -0,0 +1,20 @@
+---
+features:
+ - |
+ Added option to define multiple ext_pillars.
+ Example usage:
+
+ .. code-block:: text
+
+ salt:
+ master:
+ pillar:
+ engine: composite
+ reclass:
+ storage_type: yaml_fs
+ inventory_base_uri: /srv/salt/reclass_encrypted
+ nacl:
+ index: 99
+ nacl:
+ sk_file: /etc/salt/pki/master/nacl
+ pk_file: /etc/salt/pki/master/nacl.pub