Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv committed Apr 28, 2014
1 parent 2fea04b commit 49fa318
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/vpc-tools/db-clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def wait_on_db_status(db_name, region='us-east-1', wait_on='available', aws_id=N
return

if __name__ == '__main__':
# restore_db_instance_to_point_in_time(source_db_instance_identifier, target_db_instance_identifier, restore_time=None, use_latest_restorable_time=None, db_instance_class=None, port=None, availability_zone=None, db_subnet_group_name=None, multi_az=None, publicly_accessible=None, auto_minor_version_upgrade=None, license_model=None, db_name=None, engine=None, iops=None, option_group_name=None, tags=None)
args = parse_args()

rds = boto.rds2.connect_to_region(args.region)
Expand All @@ -83,4 +82,3 @@ def wait_on_db_status(db_name, region='us-east-1', wait_on='available', aws_id=N
db_instance_class=args.type,
db_subnet_group_name=subnet_name)
wait_on_db_status(restore_dbid)
#rds.modify_db_instance(restore_dbid, master_password=args.password)

0 comments on commit 49fa318

Please sign in to comment.