Merge "Remove the default argument to secure in nodepoolcmd" into feature/zuulv3

This commit is contained in:
Zuul 2018-01-08 06:58:38 +00:00 committed by Gerrit Code Review
commit 007ba7e660

View File

@ -38,7 +38,6 @@ class NodePoolCmd(NodepoolApp):
default='/etc/nodepool/nodepool.yaml',
help='path to config file')
parser.add_argument('-s', dest='secure',
default='/etc/nodepool/secure.conf',
help='path to secure file')
parser.add_argument('--debug', dest='debug', action='store_true',
help='show DEBUG level logging')