Is there a Launchpad for this build issue? Is someone working on a permanent solution? Thanks, Ghada From: Lin, Shuicheng [mailto:shuicheng.lin@intel.com] Sent: Thursday, March 07, 2019 12:57 AM To: Richard, Joseph; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] rate_limit error when execute openstack network command Thanks Joseph. To work around this issue, I try to install keystoneauth1==3.13.1 by pip. After it, I could create network and launch VM successfully. Here is my step: 1. Install pip: a) wget http://mirror.centos.org/centos/7.6.1810/cloud/x86_64/openstack-pike/common/... b) rpm -ivh python-pip-8.1.2-1.el7.noarch.rpm 2. upgrade keystoneauth1: pip -proxy YOUR_PROXY install keystoneauth1==3.13.1 3. Run "openstack network list" to confirm the issue is gone: controller-0:/home/wrsroot# openstack network list Best Regards Shuicheng From: Richard, Joseph [mailto:Joseph.Richard@windriver.com] Sent: Thursday, March 7, 2019 2:48 AM To: Lin, Shuicheng <shuicheng.lin@intel.com<mailto:shuicheng.lin@intel.com>>; starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: RE: [Starlingx-discuss] rate_limit error when execute openstack network command In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6d..., a dependency was added for keystoneauth1==3.13.0, however it looks like we are only at 3.10.0 Because we are building openstacksdk from master, we are hitting this. We will likely need to upversion keystoneauth1 to resolve this. I am not aware of a good workaround. From: Lin, Shuicheng [mailto:shuicheng.lin@intel.com] Sent: Wednesday, March 6, 2019 3:56 AM To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: [Starlingx-discuss] rate_limit error when execute openstack network command Hi all, I try to build latest master code by myself, and do AIO deployment following the Wiki step. All things go well until I try to setup providernet network. Here is the error message: controller-0:/home/wrsroot# openstack network segment range create ${PHYSNET0}-a --network-type vlan --physical-network ${PHYSNET0} --minimum 400 --maximum 499 --private --project ${ADMINID} __init__() got an unexpected keyword argument 'rate_limit' controller-0:/home/wrsroot# openstack network list __init__() got an unexpected keyword argument 'rate_limit' Anyone meet this error before? And how to solve it? Thanks. Best Regards Shuicheng