Make sure that manila share is created after share type

The pingtest template creates both default share type and
a share which should use this type. Explicit reference of
the share type should assure that the share is always created
when share type exists.

Change-Id: I756e6a8e477de8d0e46302dda26265ae482dd2e5
Closes-Bug: #1691853
This commit is contained in:
Jan Provaznik 2017-05-19 09:28:00 +02:00
parent a8366c93ed
commit 28308e85b5
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ resources:
manila_share:
type: OS::Manila::Share
properties:
name: pingtest
share_type: { get_resource: manila_share_type }
share_protocol: CEPHFS
size: 1