Provide the cluster info about WebUI

The new saharaclient based on OSC supports command
"openstack dataprocessing cluster show <cluster-id>",
however, the output of this command doesn't contain
the field "info" which provide cluster management
WebUI link address and password related detail.
This patch add the "info" filed in the output.

Change-Id: I78e2870ffc1af569265f2c4c442fecdd1725a228
Closes-Bug: 1638464
This commit is contained in:
Shu Yingya
2016-11-02 06:19:21 +00:00
parent ac08ae4a0a
commit f6408b0fd9

View File

@@ -25,7 +25,7 @@ from oslo_serialization import jsonutils
from saharaclient.osc.v1 import utils
CLUSTER_FIELDS = ["cluster_template_id", "use_autoconfig", "user_keypair_id",
"status", "image", "node_groups", "id",
"status", "image", "node_groups", "id", "info",
"anti_affinity", "plugin_version", "name", "is_transient",
"is_protected", "description", "is_public",
"neutron_management_network", "plugin_name"]