mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7141: UI: support RBD pool type for LXC
This commit is contained in:
parent
0f85e649b6
commit
6d1d445542
|
|
@ -16347,6 +16347,10 @@
|
|||
id: "SharedMountPoint",
|
||||
description: "SharedMountPoint"
|
||||
});
|
||||
items.push({
|
||||
id: "rbd",
|
||||
description: "RBD"
|
||||
});
|
||||
args.response.success({
|
||||
data: items
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue