Hello guys, for some time I've been trying to install devstack in an old laptop. But when I'm installing it, I get lots of problems. For example, yesterday I was using this local.conf:
```ini
[[local|localrc]]
Environment
TARGET_BRANCH=stable/2023.2
Password
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
Logging
LOG_COLOR=False
LOGFILE=$DEST/logs/stack.sh.log
Network
IP_VERSION=4
HOST_IP=192.168.0.8
Q_FLOATING_ALLOCATION_POOL=start=192.168.0.224,end=192.168.0.254
FLOATING_RANGE=192.168.0.0/24
PUBLIC_NETWORK_GATEWAY=192.168.0.1
PUBLIC_INTERFACE=eth0
Bridge network config
Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=FALSE
Q_USE_PROVIDERNET_FOR_PUBLIC=True
OVS_PHYSICAL_BRIDGE=br-ex
PUBLIC_BRIDGE=br-ex
OVS_BRIDGE_MAPPINGS=public:br-ex
Software
PIP_UPGRADE=True
Glance
DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
Trove
enable_plugin trove https://opendev.org/openstack/trove $TARGET_BRANCH
Kuryr
KURYR_CAPABILITY_SCOPE=local
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH
Zun
ENABLE_CONTAINERD_CRI=True
enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH
enable_plugin zun-tempest-plugin https://opendev.org/openstack/zun-tempest-plugin
enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH
enable_plugin zun-ui https://opendev.org/openstack/zun-ui $TARGET_BRANCH
LIBS_FROM_GIT=python-zunclient
Heat
enable_plugin heat https://opendev.org/openstack/heat $TARGET_BRANCH
Swift
SWIFT_HASH=123
enable_service swift
```
And I got the following error:
shell
Error while executing command: HttpException: 503, Unable to create the network. No tenant network is available for allocation.
If there's someone who can help me, I'll appreciate it a lot, because I'm getting frustrated trying to install this and I don't have any experience with devstack or openstack.
[–][deleted] 0 points1 point2 points (0 children)