1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-18 17:57:24 +03:00

F #3440: Added NSX_PASSWORD (#3524)

This commit is contained in:
Angel Luis Moya Gonzalez 2019-07-16 12:02:37 +02:00 committed by Tino Vázquez
parent e135976319
commit a278d3f7f8

View File

@ -734,6 +734,7 @@ static const map<std::string, unsigned int> MAX_HOST_VAR_SIZES = {
{"AZ_ID", 41},
{"AZ_CERT", 3130},
{"VCENTER_PASSWORD", 22},
{"NSX_PASSWORD", 22},
{"ONE_PASSWORD", 22}
};