osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

disable compulsory "Root path" field when adding new instance #92

Open fudcompliance opened 8 years ago

fudcompliance commented 8 years ago

When adding a new instance, "Root Path" field is compulsory (step 5 of 6) . In my cluster configuration, with xen-pvm + pv-grub, root_path default is empty . Please make it as an optional field . Thank you