From c0d16ddc1d257a09e7dd48b16088447d8455d0c4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 24 Jan 2013 21:01:58 +0000 Subject: [PATCH] Correct typo in launch documentation. * launch/README: Fix a minor error in the path to a shell fragment in one of the example commands. Change-Id: Ie42e6d6b86b9518893c6661251deeab7bbce0d11 Reviewed-on: https://review.openstack.org/20429 Reviewed-by: Elizabeth Krumbach Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- launch/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/README b/launch/README index 45e84496b3..1f957c1508 100644 --- a/launch/README +++ b/launch/README @@ -37,7 +37,7 @@ URL should be satisfied by sourcing the "openstackci-rs-nova.sh" script (or jenkins, as appropriate). . ~root/rackdns-venv/bin/activate - . ~root/openstackci-rs-nova.sh + . ~root/ci-launch/openstackci-rs-nova.sh export SERVERNAME=server nova list | grep "| $SERVERNAME\.openstack\.org "