summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-09-13 18:42:26 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-09-17 12:00:08 -0700
commitc8b15fc78cbe3d1fb83a607e8a225f35c3ff379e (patch)
treea9279f8270f1a8fae11623f5fe9cacf3257adbda /bin
parent9d791c1225d4923a8e25060490b931c669e4424d (diff)
downloadnova-c8b15fc78cbe3d1fb83a607e8a225f35c3ff379e.tar.gz
nova-c8b15fc78cbe3d1fb83a607e8a225f35c3ff379e.tar.xz
nova-c8b15fc78cbe3d1fb83a607e8a225f35c3ff379e.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-all2
1 files changed, 1 insertions, 1 deletions
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