++ openstack service list -f csv --quote none ++ sed -e s/,neutron,network//g ++ grep ',neutron,network$' /var/lib/openstack/lib/python3.10/site-packages/zaqarclient/version.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources + OS_SERVICE_ID=abbb86f96efc4a0a8bb36490e53d868d ++ openstack endpoint list -f csv --quote none ++ grep '^[a-z0-9]*,RegionOne,neutron,network,True,admin,' ++ awk -F , '{ print $1 }' /var/lib/openstack/lib/python3.10/site-packages/zaqarclient/version.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources + OS_ENDPOINT_ID= ++ echo ++ wc -w + '[' 0 -gt 1 ']' + [[ -n '' ]] + OS_ENDPOINT_UPDATE=True + [[ True == \T\r\u\e ]] ++ openstack endpoint create -f value -c id --region=RegionOne abbb86f96efc4a0a8bb36490e53d868d admin http://neutron-server.openstack.svc.cluster.local:9696 /var/lib/openstack/lib/python3.10/site-packages/zaqarclient/version.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources + OS_ENDPOINT_ID=f3ea476b61e0469a8aaf2c377a6a424e + openstack endpoint show f3ea476b61e0469a8aaf2c377a6a424e /var/lib/openstack/lib/python3.10/site-packages/zaqarclient/version.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources +--------------+--------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------+ | enabled | True | | id | f3ea476b61e0469a8aaf2c377a6a424e | | interface | admin | | region | RegionOne | | region_id | RegionOne | | service_id | abbb86f96efc4a0a8bb36490e53d868d | | service_name | neutron | | service_type | network | | url | http://neutron-server.openstack.svc.cluster.local:9696 | +--------------+--------------------------------------------------------+