Fix cluster_collect interface

Fix cluster_collect interface

Change-Id: I348b74bda50278cde70cd7b1546917992e1b875a
This commit is contained in:
Ethan Lynn 2017-01-23 16:02:47 +08:00
parent 1d669667bc
commit 491bc8fcbf

@ -288,13 +288,13 @@ class Client(object):
"""
return self.service.cluster_update_policy(cluster, policy, **attrs)
def cluster_collect(self, cluster, path):
"""Resize cluster
def collect_cluster_attrs(self, cluster, path):
"""Collect cluster attributes
Doc link:
http://developer.openstack.org/api-ref-clustering-v1.html#clusterAction
"""
return self.service.cluster_collect(cluster, path)
return self.service.collect_cluster_attrs(cluster, path)
def check_cluster(self, cluster, **params):
"""Check cluster's health status