Commit 2e64b13f by Arbab Nazar

Added EBS Volumes Tagging with modification

parent b84c7789
......@@ -6,6 +6,7 @@ import hipchat
import os
import subprocess
import traceback
import socket
# Services that should be checked for migrations.
MIGRATION_COMMANDS = {
......@@ -114,7 +115,7 @@ if __name__ == '__main__':
play=play,
instance_id=instance_id)
except:
print("Failed to get EDP for {}".format(instance=instance_id))
print("Failed to get EDP for {}".format(instance_id))
#get the hostname of the sandbox
hostname = socket.gethostname()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment