Activity log for bug #1819020

Date Who What changed Old value New value Message
2019-03-07 15:43:37 Ghada Khalil bug added bug
2019-03-07 15:43:45 Ghada Khalil starlingx: importance Undecided Critical
2019-03-07 15:47:35 Ghada Khalil description Title ----- rate_limit error when executing openstack network commands Brief Description ----------------- When attempting to run openstack networking commands, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs -------------- Title ----- rate_limit error when executing openstack network commands This issue was reported by Shuicheng Lin Brief Description ----------------- When attempting to run openstack networking commands, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs --------------
2019-03-07 15:48:08 Ghada Khalil description Title ----- rate_limit error when executing openstack network commands This issue was reported by Shuicheng Lin Brief Description ----------------- When attempting to run openstack networking commands, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs -------------- Title ----- rate_limit error when executing openstack network commands This issue was reported by Shuicheng Lin Brief Description ----------------- When attempting to run openstack networking commands, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs -------------- Not required; issue is reproducible
2019-03-07 15:54:43 Ghada Khalil description Title ----- rate_limit error when executing openstack network commands This issue was reported by Shuicheng Lin Brief Description ----------------- When attempting to run openstack networking commands, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs -------------- Not required; issue is reproducible Title ----- rate_limit error when executing openstack network commands This issue was reported by Shuicheng Lin Brief Description ----------------- When attempting to run openstack networking commands as part of system provisioning, an error is returned as follows: 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' Severity -------- Major: This impacts configuring networking on recent StarlingX loads; started on Mar 5. Steps to Reproduce ------------------ run any openstack network command Expected Behavior ------------------ Command should pass Actual Behavior ---------------- Commands fail as per above Reproducibility --------------- 100% reproducible System Configuration -------------------- Any Branch/Pull Time/Commit ----------------------- master as of March 5 afternoon From Joseph Richard: In https://github.com/openstack/openstacksdk/blame/da4ec3e70c20db3ea37cd54dec6dc1e10b309274/lower-constraints.txt, a dependency was added for keystoneauth1==3.13.0, however it looks like StarlingX is 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. Timestamp/Logs -------------- Not required; issue is reproducible
2019-03-07 15:58:37 Ghada Khalil starlingx: assignee Scott Little (slittle1)
2019-03-07 16:14:26 Ghada Khalil tags stx.2019.05 stx.build stx.networking
2019-03-07 16:15:40 Ghada Khalil tags stx.2019.05 stx.build stx.networking stx.2019.05 stx.distro.openstack stx.networking
2019-03-08 14:45:49 Ghada Khalil bug added subscriber Don Penney
2019-03-08 14:52:00 OpenStack Infra starlingx: status New In Progress
2019-03-08 15:51:47 Joseph Richard bug added subscriber Joseph Richard
2019-03-08 17:04:33 OpenStack Infra starlingx: status In Progress Fix Released
2019-04-05 20:30:23 Ken Young tags stx.2019.05 stx.distro.openstack stx.networking stx.2.0 stx.distro.openstack stx.networking