F5Networks / f5-openstack-agent

The F5 Agent for OpenStack Neutron allows you to deploy BIG-IP services in an OpenStack environment.
http://clouddocs.f5.com/products/openstack/agent/latest
Apache License 2.0
14 stars 38 forks source link

Pool updates are ignored by agent #638

Closed jlongstaf closed 7 years ago

jlongstaf commented 7 years ago

OpenStack Release

Liberty

Agent Version

8.3.0.0b2

Operating System

CentOS

Description

Updates to an existing pool -- lbaas-pool-update -- are ignored by F5 agent. When agent receives pool update, it calls assure_pools_created(). This will attempt to create a pool, receiving a 409 error from the BIG-IP system. The 409 error is ignored and no action is taken to update pool.

Deployment

All deployment configurations.

dflanigan commented 7 years ago

@jlongstaf is this a customer reported issue?

jlongstaf commented 7 years ago

@dflanigan No, this was discovered while investigating a Tempest test failure (scenario/test_session_persistence.py).