Repository URL to install this package:
Version:
4.0.109 ▾
|
ó ±EYc @ s d Z d d l m Z d d l Z d d l m Z d d l Z d d l m Z d d l m Z d d l m Z m Z m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z e j j Z e j e Z d a d Z d e! f d YZ" d S( s% Client side of the compute RPC API. iÿÿÿÿ( t logN( t jsonutils( t context( t exception( t _t _LIt _LE( t objects( t base( t migrate_data( t service( t rpcc C sW | r | S| s( t j t d n | j sP t j t d | j n | j S( sà Get the destination host for a message. :param host: explicit host to send the message to. :param instance: If an explicit host was not specified, use instance['host'] :returns: A host s No compute host specifieds# Unable to find host for Instance %s( R t NovaExceptionR t hostt uuid( R t instance( ( sH /home/tvault/.virtenv/lib/python2.7/site-packages/nova/compute/rpcapi.pyt _compute_host&