External Networks Unavailable while Deploying Instances in Clarity UI
Problem
- Unable to use external networks to create instance via Clarity UI
- Networks configured with
router:externalpointing toExternalare not able to be utilized while creating VMs on PMO.
Environment
- Platform9 Managed OpenStack: All Versions
- Clarity UI
Cause
- The provider network was created as an external type via enabling
router:externalthat caused filtering out of the network to be inspected for available subnet IP allocations. - Clarity UI restricts directly provisioning VMs from networks from an
Externalas they are intended to be used to provide floating IPs.
Resolution
- Disabling
router:externalor pointing it toFalsecomes in as a workaround for the network to be used while deploying an instance. - This can be done by editing into the desired network and uncheck the
External Networkfield.

Was this page helpful?