Merge "Fix couple of nit picks"

This commit is contained in:
Jenkins 2014-11-17 19:40:01 +00:00 committed by Gerrit Code Review
commit 752b296e15
2 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,3 @@ To generate the sample manila.conf file, run the following
command from the top level of the manila directory:
tox -egenconfig
or run gen script directly:
./tools/config/generate_sample.sh -o etc/manila

View File

@ -102,7 +102,7 @@ lock = threading.Lock()
class ServiceInstanceManager(object):
"""Manages nova instances for various share drivers.
This class provides two external methods:
This class provides following external methods:
1. set_up_service_instance: creates instance and sets up share
infrastructure.