← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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      |

** Affects: nova
     Importance: Undecided
     Assignee: Haiwei Xu (xu-haiwei)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Haiwei Xu (xu-haiwei)

-- 
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):
  In Progress

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


Follow ups

References