コード例 #1
0
ファイル: dhcpbridge.py プロジェクト: bopopescu/nova-24
def add_lease(mac, ip_address):
    """Set the IP that was assigned by the DHCP server."""
    api = network_rpcapi.NetworkAPI()
    api.lease_fixed_ip(context.get_admin_context(), ip_address, CONF.host)
コード例 #2
0
ファイル: dhcpbridge.py プロジェクト: VinceOnGit/nova
def add_lease(mac, ip_address):
    """Set the IP that was assigned by the DHCP server."""
    api = network_rpcapi.NetworkAPI()
    api.lease_fixed_ip(context.get_admin_context(), ip_address, CONF.host)