← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1377072] Re: Not existing pool can be passed to floating_ip_bulk

 

This is part of nova-net that is now deprecated. We probably won't fix
bugs like these.

** Changed in: nova
       Status: New => Won't Fix

-- 
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/1377072

Title:
  Not existing pool can be passed to floating_ip_bulk

Status in OpenStack Compute (nova):
  Won't Fix

Bug description:
  Default floating-ip-pool only contains 'public'

  $ nova floating-ip-pool-list
  +--------+
  | name   |
  +--------+
  | public |
  +--------+

  But when creating new floating-ip-bulk with '--pool' option which does
  not exist, the pool can be set successfully.

  $ nova floating-ip-bulk-create 192.0.50.0/25 --pool private

  | -          | 192.0.50.1   | -             | private | eth0      |
  | -          | 192.0.50.2   | -             | private | eth0      |
  | -          | 192.0.50.3   | -             | private | eth0      |
  | -          | 192.0.50.4   | -             | private | eth0      |
  | -          | 192.0.50.5   | -             | private | eth0      |
  | -          | 192.0.50.6   | -             | private | eth0      |
  | -          | 192.0.50.7   | -             | private | eth0      |
  | -          | 192.0.50.8   | -             | private | eth0      |
  | -          | 192.0.50.9   | -             | private | eth0      |
  | -          | 192.0.50.10  | -             | private | eth0      |
  | -          | 192.0.50.11  | -             | private | eth0      |
  | -          | 192.0.50.12  | -             | private | eth0      |
  | -          | 192.0.50.13  | -             | private | eth0      |

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


References