Add host manager

This commit is contained in:
Brian Cain 2014-10-28 23:16:33 -07:00
parent 75f2a212a4
commit d31b5e6b8f
2 changed files with 6 additions and 0 deletions

5
lib/vmfloaty/hosts.rb Normal file
View file

@ -0,0 +1,5 @@
# manage hosts used from vm pooler
class HOSTS
def initialize
end
end