From 6d1d445542e5df495585bdde91dd1b92f685c7a7 Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Thu, 24 Jul 2014 12:40:30 +0530 Subject: [PATCH] CLOUDSTACK-7141: UI: support RBD pool type for LXC --- ui/scripts/system.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4e0d78a08d1..ab8e5185060 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -16347,6 +16347,10 @@ id: "SharedMountPoint", description: "SharedMountPoint" }); + items.push({ + id: "rbd", + description: "RBD" + }); args.response.success({ data: items });