fix docstrings in new api bins
This commit is contained in:
@@ -17,11 +17,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
"""Starter script for Nova API.
|
"""Starter script for Nova EC2 API."""
|
||||||
|
|
||||||
Starts both the EC2 and OpenStack APIs in separate greenthreads.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import eventlet
|
import eventlet
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
|
@@ -17,11 +17,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
"""Starter script for Nova API.
|
"""Starter script for Nova OS API."""
|
||||||
|
|
||||||
Starts both the EC2 and OpenStack APIs in separate greenthreads.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import eventlet
|
import eventlet
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
|
Reference in New Issue
Block a user