Merge "Fix couple of nit picks"
This commit is contained in:
commit
752b296e15
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user