Skip to content

Instantly share code, notes, and snippets.

@yuvalta
yuvalta / service_mover.py
Last active July 11, 2024 07:47
Script to move control services to control nodes
# coding=utf-8
import os
import sys
import waiting
from datetime import datetime
from time import sleep
import retrying
from strato_common import credentials
from vm_manager_client import client as vm_client_module