From c8b15fc78cbe3d1fb83a607e8a225f35c3ff379e Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 13 Sep 2012 18:42:26 -0700 Subject: Add man pages Add partially written manpages for: * nova-all * nova-api-ec2 * nova-api-metadata * nova-api-os-compute * nova-api-os-volume * nova-api * nova-cert * nova-compute * nova-console * nova-consoleauth * nova-dhcpbridge * nova-network * nova-novncproxy * nova-objectstore * nova-rootwrap * nova-rpc-zmq-receiver * nova-scheduler * nova-volume-usage-audit * nova-volume * nova-xvpvncproxy Change-Id: I3734831ce2f6b5d765e98b3f50fe8c1ad7965685 --- bin/nova-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/nova-all b/bin/nova-all index a67c77b99..1d7b2dfac 100755 --- a/bin/nova-all +++ b/bin/nova-all @@ -18,7 +18,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Starter script for All nova services. +"""Starter script for all nova services. This script attempts to start all the nova services in one process. Each service is started in its own greenthread. Please note that exceptions and -- cgit