Follow-up patch of 9a1aeb76da
This patch set removes unused option. Change-Id: I2fba6fd7800cab98e783fc29f2d60d5ecfdde458 Partial-Bug: #1589370
This commit is contained in:
parent
3ee5f177d2
commit
e75ff03b6e
@ -9,7 +9,7 @@ set -ex
|
||||
# Keep track of the DevStack directory
|
||||
TOP_DIR=$(cd $(dirname "$0")/.. && pwd)
|
||||
|
||||
while getopts "n:c:m:d:a:b:e:p:v:f:l:" arg; do
|
||||
while getopts "n:c:m:d:a:b:e:p:f:l:" arg; do
|
||||
case $arg in
|
||||
n) NAME=$OPTARG;;
|
||||
c) CPU=$OPTARG;;
|
||||
|
Loading…
Reference in New Issue
Block a user