Skip to content

Commit

Permalink
Merge pull request #8 from dandb/INFRASYS-6117
Browse files Browse the repository at this point in the history
(9.9.0) INFRASYS-6117 - Modifying name of yml config file for regions
  • Loading branch information
adamjkeller committed Oct 20, 2015
2 parents 4a84e93 + a2ce16a commit f15176c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion License2Deploy/rolling_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def get_args(): # pragma: no cover
parser.add_argument('-b', '--build', action='store', dest='buildNum', help='Build Number', type=str, required=True)
parser.add_argument('-a', '--ami', action='store', dest='amiID', help='AMI ID to be deployed', type=str, required=True)
parser.add_argument('-P', '--profile', default='default', action='store', dest='profile', help='Profile name as designated in aws credentials/config files', type=str)
parser.add_argument('-c', '--config', default='/opt/License2Deploy/config.yml', action='store', dest='config', help='Config file Location, eg. /opt/License2Deploy/config.yml', type=str)
parser.add_argument('-c', '--config', default='/opt/License2Deploy/regions.yml', action='store', dest='config', help='Config file Location, eg. /opt/License2Deploy/regions.yml', type=str)
return parser.parse_args()

def setup_logging(): # pragma: no cover
Expand Down

0 comments on commit f15176c

Please sign in to comment.