Bring creation default share type back

Change-Id: I260c5a7bf33c9f377df562b5e2eeb7c2cc6a2a4b
This commit is contained in:
Igor Gajsin 2016-10-13 17:42:24 +03:00
parent c34d95253c
commit f16683d606
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ if ! openstack --insecure flavor list | grep -q 'manila-service-flavor'; then
--disk 0 \
--vcpus 1
fi
if ! manila --insecure type-list | grep -q 'default_share_type'; then
echo 'add default_share_type'
manila type-create default_share_type True
fi