Fix couple of nit picks

Fixed two nit picks:

1) in service_instance module was improper statement about amount of
external methods.

2) After commit merge
https://github.com/openstack/manila/commit/883e02f2

part of etc/manila/README.manila.conf info became outdated.

Change-Id: I68b9efc9bc1f701cb4ea8dbecf69ec58f7cb5df3
This commit is contained in:
Valeriy Ponomaryov 2014-10-30 11:07:50 +02:00
parent 5d4081b29d
commit b7de18eb4a
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: command from the top level of the manila directory:
tox -egenconfig 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): class ServiceInstanceManager(object):
"""Manages nova instances for various share drivers. """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 1. set_up_service_instance: creates instance and sets up share
infrastructure. infrastructure.