fix docstrings in new api bins

This commit is contained in:
Vishvananda Ishaya
2011-08-18 11:31:28 -07:00
parent 548e97a960
commit e61a64fa6a
2 changed files with 2 additions and 10 deletions

View File

@@ -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()

View File

@@ -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()