Merge "Fix api typo error, change ReST to REST."

This commit is contained in:
Zuul 2018-02-13 14:05:40 +00:00 committed by Gerrit Code Review
commit e5bc16b3fe
10 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@
# under the License.
"""
ClusterPolicies endpoint for Senlin v1 ReST API.
ClusterPolicies endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -12,7 +12,7 @@
# under the License.
"""
Cluster endpoint for Senlin v1 ReST API.
Cluster endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Event endpoint for Senlin v1 ReST API.
Event endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Node endpoint for Senlin v1 ReST API.
Node endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Policy endpoint for Senlin v1 ReST API.
Policy endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Policy type endpoint for Senlin v1 ReST API.
Policy type endpoint for Senlin v1 REST API.
"""
from senlin.api.common import util

View File

@ -11,7 +11,7 @@
# under the License.
"""
Profile type endpoint for Senlin v1 ReST API.
Profile type endpoint for Senlin v1 REST API.
"""
from senlin.api.common import util

View File

@ -11,7 +11,7 @@
# under the License.
"""
Profile endpoint for Senlin v1 ReST API.
Profile endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Webhook endpoint for Senlin v1 ReST API.
Webhook endpoint for Senlin v1 REST API.
"""
from webob import exc

View File

@ -11,7 +11,7 @@
# under the License.
"""
Webhook endpoint for Senlin v1 ReST API.
Webhook endpoint for Senlin v1 REST API.
"""
from senlin.api.common import util