Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
from __future__ import print_function
import argparse
import hpilo
from ironicclient import client
import os
import sys
def get_ilo_connection(hostname, username, password):
return hpilo.Ilo(hostname, username, password)