Merge "unify REST word"
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Heat API Server. An OpenStack ReST API to Heat.
|
||||
Heat API Server. An OpenStack REST API to Heat.
|
||||
"""
|
||||
|
||||
import eventlet
|
||||
@@ -60,7 +60,7 @@ if __name__ == '__main__':
|
||||
|
||||
port = cfg.CONF.heat_api.bind_port
|
||||
host = cfg.CONF.heat_api.bind_host
|
||||
LOG.info(_LI('Starting Heat ReST API on %(host)s:%(port)s'),
|
||||
LOG.info(_LI('Starting Heat REST API on %(host)s:%(port)s'),
|
||||
{'host': host, 'port': port})
|
||||
profiler.setup('heat-api', host)
|
||||
gmr.TextGuruMeditation.setup_autorun(version)
|
||||
|
||||
@@ -28,7 +28,7 @@ from heat.common import wsgi
|
||||
class API(wsgi.Router):
|
||||
|
||||
"""
|
||||
WSGI router for Heat v1 ReST API requests.
|
||||
WSGI router for Heat v1 REST API requests.
|
||||
"""
|
||||
|
||||
def __init__(self, conf, **local_conf):
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Stack endpoint for Heat v1 ReST API.
|
||||
Stack endpoint for Heat v1 REST API.
|
||||
"""
|
||||
|
||||
import contextlib
|
||||
|
||||
@@ -41,7 +41,7 @@ messaging.setup()
|
||||
|
||||
port = cfg.CONF.heat_api.bind_port
|
||||
host = cfg.CONF.heat_api.bind_host
|
||||
LOG.info(_LI('Starting Heat ReST API on %(host)s:%(port)s'),
|
||||
LOG.info(_LI('Starting Heat REST API on %(host)s:%(port)s'),
|
||||
{'host': host, 'port': port})
|
||||
profiler.setup('heat-api', host)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user