Hi, I am trying to setup a StarlingX AIO-SX system with OpenStack. I successfully installed all the components for AIO-SX and it works correctly. But OpenStack can't see my assigned data networks. Therefore I can't setup a VM. Here is the configuration of my setup: [sysadmin@controller-0 ~(keystone_admin)]$ system host-label-list controller-0 +--------------+-------------------------+-------------+ | hostname | label key | label value | +--------------+-------------------------+-------------+ | controller-0 | controller-0 | None | | controller-0 | openstack-compute-node | enabled | | controller-0 | openstack-control-plane | enabled | | controller-0 | openvswitch | enabled | | controller-0 | sriov | disabled | +--------------+-------------------------+-------------+ [sysadmin@controller-0 ~(keystone_admin)]$ system modify --vswitch_type none Used stx-openstack-1.0-1.stx.6-debian-stable-versioned.tgz as helm chart. Assigned 2 physical ethernet ports as data interfaces and 1 physical ethernet interface as OAM: [sysadmin@controller-0 ~(keystone_admin)]$ system host-if-list -a controller-0 +--------------------------------------+-----------+----------+----------+---------+---------------+----------+-------------+----------------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | +--------------------------------------+-----------+----------+----------+---------+---------------+----------+-------------+----------------------------+ | 3582af22-101f-4cb2-8403-67026d5835f3 | data1 | data | ethernet | None | ['enp61s0f1'] | [] | [] | MTU=1500,accelerated=False | | 57a09241-5101-41b3-aa6f-779081b58788 | enp61s0f3 | platform | ethernet | None | ['enp61s0f3'] | [] | [] | MTU=1500 | | 5ad7cd9b-80e0-4e69-814a-b4f9e706f949 | enp61s0f0 | None | ethernet | None | ['enp61s0f0'] | [] | [] | MTU=1500 | | 8510703b-4891-47a1-aa9b-43f100f8ed7e | enp4s0 | None | ethernet | None | ['enp4s0'] | [] | [] | MTU=1500 | | bb68abaa-07bb-4c57-916b-ba2531b93963 | lo | platform | virtual | None | [] | [] | [] | MTU=1500 | | d3d073c8-18db-4642-860f-e4dad389edcc | data0 | data | ethernet | None | ['enp61s0f2'] | [] | [] | MTU=1500,accelerated=False | | f66bec60-5c8e-471a-b529-297310efd2ff | enp3s0 | None | ethernet | None | ['enp3s0'] | [] | [] | MTU=1500 | +--------------------------------------+-----------+----------+----------+---------+---------------+----------+-------------+----------------------------+ Is there any configuration issues with this setup? Thanks.