Hi Thanks, I added the config in the file and I have now got past that hurdle :) Thanks Russell ________________________________ From: Michael Johnson <johnsomor at gmail.com> Sent: 21 May 2022 20:37 To: Russell Stather <Russell.Stather at ignitiongroup.co.za> Cc: openstack-discuss at lists.openstack.org <openstack-discuss at lists.openstack.org> Subject: [neutron] Re: Issue creating octavia loadbalancer Hi Russell, The error from Octavia is saying that the "port_security" extension is not enabled in neutron. This is required to allow Octavia to manage security groups and create a secondary IP for the VIP. You can confirm that your neutron is missing the extension by running this command: openstack extension list --network|grep port-security The configuration setting is documented here: https://docs.openstack.org/neutron/yoga/configuration/ml2-conf.html#ml2.extension_drivers There is an example configuration file from the neutron test jobs here: https://zuul.opendev.org/t/openstack/build/29a7c6b716db4bb08471cc27c4baef22/log/controller/logs/etc/neutron/plugins/ml2/ml2_conf.ini#156 Michael On Sat, May 21, 2022 at 1:57 AM Russell Stather <Russell.Stather at ignitiongroup.co.za> wrote: > > Hi > > Trying to create a load balancer. Get the following error. > > igadmin at ig-umh-maas:~$ openstack loadbalancer create -f value -c vip_port_id --name lb1 --vip-subnet-id 66690e99-44b2-4233-8f16-d539c8a05090 > Provider 'amphora' reports error: Port security must be enabled on the VIP network. (HTTP 500) (Request-ID: req-642a4b4d-0d45-4a08-ba47-d4232a350703) > igadmin at ig-umh-maas:~$ !1067 > openstack network set --enable-port-security int_net > BadRequestException: 400: Client Error for url: https://10.0.110.231:9696/v2.0/networks/be5f8494-1964-466b-a47a-8e5430976009, Unrecognized attribute(s) 'port_security_enabled' > > Anyone come across this issue? > > Thanks > > Russell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20220522/ef2f64ce/attachment.htm>