Commit 2e64b13f by Arbab Nazar

Added EBS Volumes Tagging with modification

parent b84c7789
...@@ -6,6 +6,7 @@ import hipchat ...@@ -6,6 +6,7 @@ import hipchat
import os import os
import subprocess import subprocess
import traceback import traceback
import socket
# Services that should be checked for migrations. # Services that should be checked for migrations.
MIGRATION_COMMANDS = { MIGRATION_COMMANDS = {
...@@ -114,7 +115,7 @@ if __name__ == '__main__': ...@@ -114,7 +115,7 @@ if __name__ == '__main__':
play=play, play=play,
instance_id=instance_id) instance_id=instance_id)
except: 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 #get the hostname of the sandbox
hostname = socket.gethostname() 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