From 9cdd709ef5dee08566af7d42477b34c3dcf975d4 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Thu, 27 Jul 2017 12:37:46 -0500 Subject: [PATCH] Added local to storage driver list --- templates/rabbitmq-3/2/rancher-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/rabbitmq-3/2/rancher-compose.yml b/templates/rabbitmq-3/2/rancher-compose.yml index e13e616..8568755 100755 --- a/templates/rabbitmq-3/2/rancher-compose.yml +++ b/templates/rabbitmq-3/2/rancher-compose.yml @@ -51,9 +51,10 @@ catalog: description: "The VOLUME driver to associate with this server" label: "VOLUME Driver" required: true - default: "rancher-nfs" + default: "local" type: enum options: # List of options if using type of `enum` + - local - rancher-nfs - rancher-efs - rancher-ebs