Skip to content

Commit

Permalink
Fix RST formatting errors
Browse files Browse the repository at this point in the history
Clean up some shocco RST errors

Change-Id: I9afa0f155f2bfcc73638ae11447c693579288355
  • Loading branch information
Dean Troyer committed Sep 8, 2012
1 parent 59f4da3 commit c5dfecd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/client-args.sh
Expand Up @@ -25,7 +25,7 @@ source $TOP_DIR/openrc
# Import exercise configuration
source $TOP_DIR/exerciserc

# Unset all of the known NOVA_ vars
# Unset all of the known NOVA_* vars
unset NOVA_API_KEY
unset NOVA_ENDPOINT_NAME
unset NOVA_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion exercises/client-env.sh
Expand Up @@ -25,7 +25,7 @@ source $TOP_DIR/openrc
# Import exercise configuration
source $TOP_DIR/exerciserc

# Unset all of the known NOVA_ vars
# Unset all of the known NOVA_* vars
unset NOVA_API_KEY
unset NOVA_ENDPOINT_NAME
unset NOVA_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion exercises/sec_groups.sh
Expand Up @@ -35,7 +35,7 @@ source $TOP_DIR/exerciserc


# Testing Security Groups
# =============
# =======================

# List security groups
nova secgroup-list
Expand Down
1 change: 1 addition & 0 deletions tools/info.sh
Expand Up @@ -6,6 +6,7 @@
#
# Output fields are separated with '|' chars
# Output types are git,localrc,os,pip,pkg:
#
# git|<project>|<branch>[<shaq>]
# localtc|<var>=<value>
# os|<var>=<value>
Expand Down

0 comments on commit c5dfecd

Please sign in to comment.