From 27b25dd7fc32734c908d8b9e7cf598ff792c1c21 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 8 Mar 2016 16:38:25 +0000 Subject: [PATCH] Add container-cache-file-copy feature release note This relates to https://review.openstack.org/289898 Change-Id: Id34237a83e5547e2aec14c3b825e4e5411275b55 --- .../notes/container-cache-file-copy-5ce4a16ded8fb1da.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/container-cache-file-copy-5ce4a16ded8fb1da.yaml diff --git a/releasenotes/notes/container-cache-file-copy-5ce4a16ded8fb1da.yaml b/releasenotes/notes/container-cache-file-copy-5ce4a16ded8fb1da.yaml new file mode 100644 index 0000000000..f1b619d01c --- /dev/null +++ b/releasenotes/notes/container-cache-file-copy-5ce4a16ded8fb1da.yaml @@ -0,0 +1,5 @@ +--- +features: + - A new variable called ``lxc_container_cache_files`` has been implemented which contains a list + of dictionaries that specify files on the deployment host which should be copied into the LXC + container cache and what attributes to assign to the copied file.