<div>                The command that we use to create subnets looks like this:<br><br>openstack subnet create --no-dhcp  --network trust --network-segment trust-az1-seg --ip-version 4 --allocation-pool start=10.52.160.14,end=10.52.160.235 --subnet-range 10.52.160.0/24 --dns-nameserver 10.10.10.10 --gateway 10.52.160.1 trust-az1<br><br> My co-workers tell me that we also specified "--gateway" when we created our Queens subnets, but this did not cause static routes to be created. Did the handling of "--gateway" change from Queens to Train?<br>            </div>            <div class="yahoo_quoted" style="margin:10px 0px 0px 0.8ex;border-left:1px solid #ccc;padding-left:1ex;">                        <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">                                <div>                    On Wednesday, March 30, 2022, 01:45:52 PM EDT, Brian Haley <haleyb.dev@gmail.com> wrote:                </div>                <div><br></div>                <div><br></div>                <div><div dir="ltr">Hi Albert,<br clear="none"><div class="yqt1816779006" id="yqtfd17385"><br clear="none">On 3/29/22 17:04, Albert Braden wrote:<br clear="none">> After upgrading our kolla-ansible clusters from Queens to Train, we are seeing static routes when we create subnets. We didn’t see this in Queens. For example, in our de6 region we have a network called “trust” with 3 subnets:<br clear="none">> <br clear="none">> Subnet                 CIDR                                   Gateway<br clear="none">> trust-az1:             10.52.160.0/22   10.52.160.1<br clear="none">> trust-az2:             10.52.164.0/22   10.52.164.1<br clear="none">> trust-az3:             10.52.168.0/22   10.52.168.1<br clear="none">> <br clear="none">> Each of these subnets has 2 entries under “host_routes:” that point to the other two subnets. For example, subnet trust-az1 has these two routes:<br clear="none">> <br clear="none">> host_routes          | destination='10.52.164.0/22', gateway='10.52.160.1' |<br clear="none">> |                      | destination='10.52.168.0/22', gateway='10.52.160.1' |<br clear="none">> <br clear="none">> How can we prevent these host routes from being created in Train? Do we need to change something in our config?</div><br clear="none"><br clear="none"> From the neutron side of things, host_routes of a subnet is not <br clear="none">automatically calculated and filled-in, they have to be manually added. <br clear="none">So perhaps this is something kolla is doing? At least on my Yoga setup <br clear="none">it is completely blank using 'openstack subnet create ...' even with <br clear="none">multiple subnets on a network.<br clear="none"><br clear="none">How exactly are the subnets getting created?<br clear="none"><br clear="none">-Brian<div class="yqt1816779006" id="yqtfd35466"><br clear="none"></div></div></div>            </div>                </div>