Change CURRENT_API_VERSION to "1.10"

senlin api was support max_version 1.10
https://github.com/openstack/senlin/blob/master/senlin/api/openstack/history.rst

Change-Id: I48309f053f54855c3121346993ab2129935513fd
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2018-07-12 14:40:46 +08:00
parent 571e4415c9
commit b0d56b7a7f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ LOG = logging.getLogger(__name__)
DEFAULT_CLUSTERING_API_VERSION = '1'
API_VERSION_OPTION = 'os_clustering_api_version'
API_NAME = 'clustering'
CURRENT_API_VERSION = '1.8'
CURRENT_API_VERSION = '1.10'
def create_connection(prof=None, **kwargs):