Correct heatclient comment in mapping.json

Heatclient currently uses the v1 API.

Change-Id: If325f7871b6dc6857894231cbeaf958638dce388
This commit is contained in:
Dan Prince 2015-11-26 17:41:58 -05:00
parent b9c7f66345
commit 0c00a30bdb

View File

@ -385,7 +385,7 @@
"users_update_password": "users.update_password"
},
"heat": {
"_comment": "It uses heatclient.v2.",
"_comment": "It uses heatclient.v1.",
"actions_cancel_update": "actions.cancel_update",
"actions_check": "actions.check",
"actions_resume": "actions.resume",