summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-12 22:27:07 +0000
committerGerrit Code Review <review@openstack.org>2016-04-12 22:27:07 +0000
commit85c47b76fb7d2e085e1818377f725de9a508ac40 (patch)
tree1e31bac57e3fa8a6499ad1914c72fe8466741cb7 /releasenotes
parent162c98513870c59058b0501f32888018484eb3cb (diff)
parentbe2d2a1b8da02d6b8ab05240e4ab61b26f65e442 (diff)
downloadpython-openstackclient-85c47b76fb7d2e085e1818377f725de9a508ac40.tar.gz
Merge "Add support for setting volume-type-access"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add_volume_type_access-32ba8d4bfb0f5f3d.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/add_volume_type_access-32ba8d4bfb0f5f3d.yaml b/releasenotes/notes/add_volume_type_access-32ba8d4bfb0f5f3d.yaml
new file mode 100644
index 00000000..69ae6e76
--- /dev/null
+++ b/releasenotes/notes/add_volume_type_access-32ba8d4bfb0f5f3d.yaml
@@ -0,0 +1,18 @@
+---
+features:
+ - |
+ Added support for setting volume type access to project.
+
+ By default, volumes types are public.
+ To create a private volume type, user needs to set is_public boolean
+ field to false at volume type creation time.
+ To control access to a private volume type, user needs to add access
+ of a private volume type to project.
+
+ So, this feature enables user to add private volume type access to a
+ project using below command
+
+ ``volume type set --project <project> <volume_type>``.
+
+ [Bug 1554889 'https://bugs.launchpad.net/python-openstackclient/+bug/1554889'_]
+