← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1595832] [NEW] lbaasv2:loadbalancer-create with tenant-id is not effective

 

Public bug reported:

In tenant of admin ,create a loadbalancer with tenant demo
+----------------------------------+----------+---------+
|                id                |   name   | enabled |
+----------------------------------+----------+---------+
| 6403670bcb0f45cba4cb732a9a936da4 |  admin   |   True  |
| f0e4abc0e4564b9db5a8e6f23c7244b9 |   demo   |   True  |
| 1066af750dc54bcc985f4d6217aad3d4 | services |   True  |
+----------------------------------+----------+---------+
[root@CrtlNode247 ~(keystone_admin)]# neutron lbaas-loadbalancer-create RF_INNER_NET_1subnet_net --tenant-id f0e4abc0e4564b9db5a8e6f23c7244b9 --name test
Created a new loadbalancer:
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| admin_state_up      | True                                 |
| description         |                                      |
| id                  | 228237fb-86e1-434c-99aa-c587f07f9c59 |
| listeners           |                                      |
| name                | test                                 |
| operating_status    | OFFLINE                              |
| provider            | zxveglb                              |
| provisioning_status | PENDING_CREATE                       |
| tenant_id           | 6403670bcb0f45cba4cb732a9a936da4     |
| vip_address         | 192.0.1.2                            |
| vip_port_id         | 9105a86e-fa7f-4fbd-9591-6eddda9d1938 |
| vip_subnet_id       | f432f80a-c265-47c8-ab36-a522122892bf |
+---------------------+--------------------------------------+
The loadbalancer's tenant_id is 6403670bcb0f45cba4cb732a9a936da4,not the input f0e4abc0e4564b9db5a8e6f23c7244b9.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1595832

Title:
  lbaasv2:loadbalancer-create with tenant-id is not effective

Status in neutron:
  New

Bug description:
  In tenant of admin ,create a loadbalancer with tenant demo
  +----------------------------------+----------+---------+
  |                id                |   name   | enabled |
  +----------------------------------+----------+---------+
  | 6403670bcb0f45cba4cb732a9a936da4 |  admin   |   True  |
  | f0e4abc0e4564b9db5a8e6f23c7244b9 |   demo   |   True  |
  | 1066af750dc54bcc985f4d6217aad3d4 | services |   True  |
  +----------------------------------+----------+---------+
  [root@CrtlNode247 ~(keystone_admin)]# neutron lbaas-loadbalancer-create RF_INNER_NET_1subnet_net --tenant-id f0e4abc0e4564b9db5a8e6f23c7244b9 --name test
  Created a new loadbalancer:
  +---------------------+--------------------------------------+
  | Field               | Value                                |
  +---------------------+--------------------------------------+
  | admin_state_up      | True                                 |
  | description         |                                      |
  | id                  | 228237fb-86e1-434c-99aa-c587f07f9c59 |
  | listeners           |                                      |
  | name                | test                                 |
  | operating_status    | OFFLINE                              |
  | provider            | zxveglb                              |
  | provisioning_status | PENDING_CREATE                       |
  | tenant_id           | 6403670bcb0f45cba4cb732a9a936da4     |
  | vip_address         | 192.0.1.2                            |
  | vip_port_id         | 9105a86e-fa7f-4fbd-9591-6eddda9d1938 |
  | vip_subnet_id       | f432f80a-c265-47c8-ab36-a522122892bf |
  +---------------------+--------------------------------------+
  The loadbalancer's tenant_id is 6403670bcb0f45cba4cb732a9a936da4,not the input f0e4abc0e4564b9db5a8e6f23c7244b9.

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


Follow ups