Fix the comment of host index api

Change-Id: I84e36dd0740d52ed2a80e275a937741a156f9900
Closes-bug: #1407370
This commit is contained in:
LingxianKong 2015-01-04 10:10:55 +08:00
parent 669e1c5d3a
commit 59e4b9f198
2 changed files with 4 additions and 4 deletions

View File

@ -129,8 +129,8 @@ class HostController(object):
| 'service': 'scheduler',
| 'zone': 'internal'},
| {'host_name': 'vol1.host.com',
| 'service': 'volume'},
| 'zone': 'internal']}
| 'service': 'volume',
| 'zone': 'internal'}]}
"""
context = req.environ['nova.context']

View File

@ -72,8 +72,8 @@ class HostController(wsgi.Controller):
| 'service': 'scheduler',
| 'zone': 'internal'},
| {'host_name': 'vol1.host.com',
| 'service': 'volume'},
| 'zone': 'internal']}
| 'service': 'volume',
| 'zone': 'internal'}]}
"""
context = req.environ['nova.context']