Revision e74a5b4b snf-cyclades-app/synnefo/logic/ips.py

b/snf-cyclades-app/synnefo/logic/ips.py
153 153
        if floating_ip.nic is None:
154 154
            return floating_ip
155 155

  
156
    msg = "Cannot allocate a floating IP for connecting new server to"
156
    msg = "Cannot find an unused floating IP to connect server to"
157 157
    if network is not None:
158 158
        msg += " network '%s'." % network.id
159 159
    else:
160 160
        msg += " a public network."
161
    msg += " Please create more floating IPs."
161
    msg += " Please create a floating IP."
162 162
    raise faults.Conflict(msg)
163 163

  
164 164

  

Also available in: Unified diff