Pass Storage Class when adding a tenant (#153)

This commit is contained in:
Daniel Valdivia
2020-06-02 11:24:07 -07:00
committed by GitHub
parent 8af3665ae2
commit 2d28f8bf35
2 changed files with 2 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ dist/
target/
mcs
!mcs/
portal-ui/node_modules/

View File

@@ -97,6 +97,7 @@ const AddTenant = ({
volumes_per_server: volumesPerServer,
volume_configuration: {
size: `${volumeConfiguration.size}${sizeFactor}`,
storage_class: volumeConfiguration.storage_class,
},
zones: cleanZones,
})