Public bug reported: When I create loadbalancer using below command, Errors occur in worker.log in network node and nova-compute.log in compute node
# openstack loadbalancer create --name lb01 --vip-subnet-id a411808e-8588-4d71-be9c-74ea8174d62a [root@controller ~]\ (octavia)# openstack network list +--------------------------------------+-------------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+-------------+--------------------------------------+ | 51672ec4-418a-410d-bc75-3beab6295e5a | selfservice | a411808e-8588-4d71-be9c-74ea8174d62a | | 5a7e8d8b-8c9e-4d28-aa36-608eb3ff8a97 | provider | c11c70b6-85c2-42f7-911a-0d737ecd192c | +--------------------------------------+-------------+--------------------------------------+ [root@controller ~]\ (octavia)# openstack subnet list +--------------------------------------+-------------+--------------------------------------+-----------------+ | ID | Name | Network | Subnet | +--------------------------------------+-------------+--------------------------------------+-----------------+ | a411808e-8588-4d71-be9c-74ea8174d62a | selfservice | 51672ec4-418a-410d-bc75-3beab6295e5a | 172.16.1.0/24 | | c11c70b6-85c2-42f7-911a-0d737ecd192c | provider | 5a7e8d8b-8c9e-4d28-aa36-608eb3ff8a97 | 172.16.200.0/24 | +--------------------------------------+-------------+--------------------------------------+-----------------+ [root@controller ~]\ (octavia)# openstack image list +--------------------------------------+---------+--------+ | ID | Name | Status | +--------------------------------------+---------+--------+ | 4206112c-1a6c-49eb-9927-d7c2eaf19d9d | Amphora | active | | 511cd976-bd62-4dc8-850d-aa40c0f6210c | cirros | active | | 7e03a679-ccb6-4083-9e60-8919ca88c3f5 | web | active | +--------------------------------------+---------+--------+ [root@controller ~]\ (octavia)# openstack security group list +--------------------------------------+-------------------+------------------------+----------------------------------+------+ | ID | Name | Description | Project | Tags | +--------------------------------------+-------------------+------------------------+----------------------------------+------+ | 098b4fca-9d29-4842-9e1e-bc1f72c4b536 | default | Default security group | c1741f9a770f4be98a227bb4fc6dcb18 | [] | | 607f879d-925c-460b-adfd-aef8db47e028 | default | Default security group | 2a0e90a572ba400ca0f7d1489958e959 | [] | | 95aec977-9d8e-4976-a3b1-4a4a3c4b058e | lb-mgmt-sec-group | lb-mgmt-sec-group | c86331e52f0e4dc99703f769179c0093 | [] | | a2e4296c-9aeb-444d-8f9b-1f7eba685dcc | default | Default security group | c86331e52f0e4dc99703f769179c0093 | [] | +--------------------------------------+-------------------+------------------------+----------------------------------+------+ [root@controller ~]\ (octavia)# openstack loadbalancer list +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ | id | name | project_id | vip_address | provisioning_status | operating_status | provider | +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ | 7163a3d9-47c4-4d1f-9649-4f64c41b95d3 | lb01 | c86331e52f0e4dc99703f769179c0093 | 172.16.1.120 | ERROR | OFFLINE | amphora | +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ ** Affects: nova Importance: Undecided Status: New ** Attachment added: "octavia_worker.log" https://bugs.launchpad.net/bugs/1933417/+attachment/5506609/+files/octavia_worker.log -- 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/1933417 Title: loadbalancer create error Status in OpenStack Compute (nova): New Bug description: When I create loadbalancer using below command, Errors occur in worker.log in network node and nova-compute.log in compute node # openstack loadbalancer create --name lb01 --vip-subnet-id a411808e-8588-4d71-be9c-74ea8174d62a [root@controller ~]\ (octavia)# openstack network list +--------------------------------------+-------------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+-------------+--------------------------------------+ | 51672ec4-418a-410d-bc75-3beab6295e5a | selfservice | a411808e-8588-4d71-be9c-74ea8174d62a | | 5a7e8d8b-8c9e-4d28-aa36-608eb3ff8a97 | provider | c11c70b6-85c2-42f7-911a-0d737ecd192c | +--------------------------------------+-------------+--------------------------------------+ [root@controller ~]\ (octavia)# openstack subnet list +--------------------------------------+-------------+--------------------------------------+-----------------+ | ID | Name | Network | Subnet | +--------------------------------------+-------------+--------------------------------------+-----------------+ | a411808e-8588-4d71-be9c-74ea8174d62a | selfservice | 51672ec4-418a-410d-bc75-3beab6295e5a | 172.16.1.0/24 | | c11c70b6-85c2-42f7-911a-0d737ecd192c | provider | 5a7e8d8b-8c9e-4d28-aa36-608eb3ff8a97 | 172.16.200.0/24 | +--------------------------------------+-------------+--------------------------------------+-----------------+ [root@controller ~]\ (octavia)# openstack image list +--------------------------------------+---------+--------+ | ID | Name | Status | +--------------------------------------+---------+--------+ | 4206112c-1a6c-49eb-9927-d7c2eaf19d9d | Amphora | active | | 511cd976-bd62-4dc8-850d-aa40c0f6210c | cirros | active | | 7e03a679-ccb6-4083-9e60-8919ca88c3f5 | web | active | +--------------------------------------+---------+--------+ [root@controller ~]\ (octavia)# openstack security group list +--------------------------------------+-------------------+------------------------+----------------------------------+------+ | ID | Name | Description | Project | Tags | +--------------------------------------+-------------------+------------------------+----------------------------------+------+ | 098b4fca-9d29-4842-9e1e-bc1f72c4b536 | default | Default security group | c1741f9a770f4be98a227bb4fc6dcb18 | [] | | 607f879d-925c-460b-adfd-aef8db47e028 | default | Default security group | 2a0e90a572ba400ca0f7d1489958e959 | [] | | 95aec977-9d8e-4976-a3b1-4a4a3c4b058e | lb-mgmt-sec-group | lb-mgmt-sec-group | c86331e52f0e4dc99703f769179c0093 | [] | | a2e4296c-9aeb-444d-8f9b-1f7eba685dcc | default | Default security group | c86331e52f0e4dc99703f769179c0093 | [] | +--------------------------------------+-------------------+------------------------+----------------------------------+------+ [root@controller ~]\ (octavia)# openstack loadbalancer list +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ | id | name | project_id | vip_address | provisioning_status | operating_status | provider | +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ | 7163a3d9-47c4-4d1f-9649-4f64c41b95d3 | lb01 | c86331e52f0e4dc99703f769179c0093 | 172.16.1.120 | ERROR | OFFLINE | amphora | +--------------------------------------+------+----------------------------------+--------------+---------------------+------------------+----------+ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1933417/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp