ConflictException: 409: Client Error for url: https://1.68.10.10:9696/v2.0/subnets/c9793163-c836-4e58-8c13-6fca050c3e29, Found overlapping allocation pools: 192.168.1.4-192.168.1.89 192.168.1.2-192.168.1.254 for subnet 192.168.1.0/24.
[root@123 ~]# openstack subnet set subnet1 --allocation-pool start=192.168.1.4,end=192.168.1.89
ConflictException: 409: Client Error for url: https://1.68.10.10:9696/v2.0/subnets/c9793163-c836-4e58-8c13-6fca050c3e29, Found overlapping allocation pools: 192.168.1.4-192.168.1.89 192.168.1.2-192.168.1.254 for subnet 192.168.1.0/24.
[root@123 ~]# openstack subnet set subnet1 --no-allocation-pool
[root@123 ~]# openstack subnet set subnet1 --allocation-pool start=192.168.1.200,end=192.168.1.215