diff options
Diffstat (limited to 'deploy/adapters/ansible/openstack_juno/storage.yml')
-rw-r--r-- | deploy/adapters/ansible/openstack_juno/storage.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_juno/storage.yml b/deploy/adapters/ansible/openstack_juno/storage.yml new file mode 100644 index 00000000..f0be1381 --- /dev/null +++ b/deploy/adapters/ansible/openstack_juno/storage.yml @@ -0,0 +1,7 @@ +--- +- hosts: all + remote_user: vagrant + sudo: True + roles: + - common + - cinder-volume |