add --insecure to the manila type-create command

Change-Id: I332d94ee646093aea4cb5079cfcaf58e0d8b8ffc
This commit is contained in:
Igor Gajsin 2016-10-14 18:20:28 +03:00
parent 4aae58e275
commit 65e7b3eae4
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ fi
if ! manila --insecure type-list | grep -q 'default_share_type'; then
echo 'add default_share_type'
manila type-create default_share_type True
manila --insecure type-create default_share_type True
fi