← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1355620] Re: nova floating-ip-create needs pool name

 

I have tried this command using the latest nova code in the master
branch.  It works fine for me:

$ nova floating-ip-create
+------------+-----------+----------+--------+
| Ip         | Server Id | Fixed Ip | Pool   |
+------------+-----------+----------+--------+
| 172.24.4.3 | -         | -        | public |
+------------+-----------+----------+--------+

What nova version are you using?  Which networking are you using: nova-
network, neutron (open vswitch), etc?

** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1355620

Title:
  nova floating-ip-create needs pool name

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  floating-ip-create shows that floating-ip-pool is optional, but it is
  need to specify pool name.

  #################
  # help menu
  #################
  [root@cnode35-m ~(keystone_admin)]# nova help floating-ip-create
  usage: nova floating-ip-create [<floating-ip-pool>]

  Allocate a floating IP for the current tenant.

  Positional arguments:
    <floating-ip-pool>  Name of Floating IP Pool. (Optional)

  #################
  # error log
  #################
  [root@cnode35-m ~(keystone_admin)]# nova floating-ip-create
  ERROR: FloatingIpPoolNotFound: Floating ip pool not found. (HTTP 404) (Request-ID: req-224995d7-b1bf-4b82-83f6-d9259c1ca265)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1355620/+subscriptions


References