Package yakumo :: Package heat :: Package v1
[hide private]
[frames] | no frames]

Source Code for Package yakumo.heat.v1

 1  #from . import floating_ip 
 2  #from . import lb 
 3  #from . import lbaas 
 4   
 5   
6 -class Client(object):
7
8 - def __init__(self, client, **kwargs):
9 """ """
10 #self.floating_ip = floating_ip.Manager(client, **kwargs) 11 #self.network = network.Manager(client, **kwargs) 12 #self.port = port.Manager(client, **kwargs) 13 14 #client.floating_ip = self.floating_ip 15 #client.network = self.network 16 #client.port = self.port 17