summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHongbin Lu <hongbin.lu@huawei.com>2018-01-10 03:47:04 +0000
committerHongbin Lu <hongbin034@gmail.com>2018-01-27 18:17:47 +0000
commit1617aadf5f7969820443c0a702ed2cf5ee2c07aa (patch)
tree3413c233ea2049bf52c4313eaff488cb0492d975 /releasenotes
parentfea2a2aca09ce0adb0c3cbe296503ce4d58b5bfb (diff)
downloadheat-1617aadf5f7969820443c0a702ed2cf5ee2c07aa.tar.gz
zun: add hostname, hints and security_groups
Add three properties to the container resource: hostname, hints and security_groups. The 'hostname' is the hostname of the container. The 'hints' is a set of key-value pair passed to the scheduler. The 'security_groups' is a list of neutron security groups. Change-Id: I518e37c9907350e364fa9a16b25013e68cc60fa9
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-hostname-hints-security_groups-to-container-d3b69ae4b6f71fc7.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-hostname-hints-security_groups-to-container-d3b69ae4b6f71fc7.yaml b/releasenotes/notes/add-hostname-hints-security_groups-to-container-d3b69ae4b6f71fc7.yaml
new file mode 100644
index 000000000..7ad670b2b
--- /dev/null
+++ b/releasenotes/notes/add-hostname-hints-security_groups-to-container-d3b69ae4b6f71fc7.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add properties hostname, hints, security_groups to Zun's container
+ resource.