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 /bin/nova-api-ec2 | |
| parent | 05e8c1755d8fde5a9a3bde02e339938f670694c6 (diff) | |
fix docstrings in new api bins
Diffstat (limited to 'bin/nova-api-ec2')
| -rwxr-xr-x | bin/nova-api-ec2 | 6 |
1 files changed, 1 insertions, 5 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() |
