diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-18 11:31:28 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-18 11:31:28 -0700 |
| commit | a4d63f18971bad12ea812c63bcee35d8070333f7 (patch) | |
| tree | dadbc72ad099d432308c7d4204a04983742eced5 | |
| parent | 05e8c1755d8fde5a9a3bde02e339938f670694c6 (diff) | |
| download | nova-a4d63f18971bad12ea812c63bcee35d8070333f7.tar.gz nova-a4d63f18971bad12ea812c63bcee35d8070333f7.tar.xz nova-a4d63f18971bad12ea812c63bcee35d8070333f7.zip | |
fix docstrings in new api bins
| -rwxr-xr-x | bin/nova-api-ec2 | 6 | ||||
| -rwxr-xr-x | bin/nova-api-os | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/bin/nova-api-ec2 b/bin/nova-api-ec2 index 9fac7b63a..df50f713d 100755 --- a/bin/nova-api-ec2 +++ b/bin/nova-api-ec2 @@ -17,11 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Starter script for Nova API. - -Starts both the EC2 and OpenStack APIs in separate greenthreads. - -""" +"""Starter script for Nova EC2 API.""" import eventlet eventlet.monkey_patch() diff --git a/bin/nova-api-os b/bin/nova-api-os index 9d9a7b05e..374e850ea 100755 --- a/bin/nova-api-os +++ b/bin/nova-api-os @@ -17,11 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Starter script for Nova API. - -Starts both the EC2 and OpenStack APIs in separate greenthreads. - -""" +"""Starter script for Nova OS API.""" import eventlet eventlet.monkey_patch() |
