*** slaweq has joined #openstack-shade | 00:28 | |
*** slaweq has quit IRC | 00:33 | |
*** thrash is now known as thrash|g0ne | 01:26 | |
*** rods has quit IRC | 02:05 | |
SamYaple | yo yo. mordred so my previously working shade code is now not working because it is trying to use keystone v2.0 | 02:50 |
---|---|---|
SamYaple | by previously working i mean pre-restapi | 02:51 |
SamYaple | this is when passing auth_url=http://blahblash:5000/v3 and hte approrpriate creds | 02:51 |
SamYaple | and then trying to do a cloud.list_services(), it is trying ot hit v2.0/OS-KSADM/services | 02:52 |
SamYaple | which is funny, because it grabs a token from v3 url just fine | 02:52 |
SamYaple | any insight? | 02:52 |
SamYaple | self._is_client_version('identity', 2) is returning true.... hmmm | 02:54 |
SamYaple | ah this seems like an os_client_config change | 02:57 |
SamYaple | i added identity_api_version = 3 to the params and its all good | 02:58 |
*** gkadam has joined #openstack-shade | 03:33 | |
*** GheRivero has left #openstack-shade | 05:13 | |
*** slaweq has joined #openstack-shade | 06:04 | |
slaweq | mordred: hello | 06:32 |
slaweq | mordred: are You still around? | 06:32 |
*** slaweq_ has joined #openstack-shade | 06:46 | |
*** slaweq_ has quit IRC | 06:50 | |
*** spredzy is now known as spredzy|afk | 07:11 | |
*** spredzy|afk is now known as spredzy | 07:11 | |
*** ioggstream has joined #openstack-shade | 07:21 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to slow performance | 07:37 | |
-openstackstatus- NOTICE: Gerrit has been restarted successfully | 07:42 | |
*** rods has joined #openstack-shade | 08:19 | |
*** rods has quit IRC | 08:20 | |
*** frickler has joined #openstack-shade | 09:05 | |
*** rods has joined #openstack-shade | 09:46 | |
*** rods has quit IRC | 09:47 | |
*** rods has joined #openstack-shade | 09:47 | |
*** rods has quit IRC | 09:48 | |
*** rods has joined #openstack-shade | 09:48 | |
*** rods has quit IRC | 09:48 | |
*** rods has joined #openstack-shade | 09:49 | |
*** rods has quit IRC | 09:50 | |
*** rods has joined #openstack-shade | 09:50 | |
*** rods has quit IRC | 09:51 | |
*** rods has joined #openstack-shade | 09:51 | |
*** rods has quit IRC | 09:52 | |
*** rods has joined #openstack-shade | 09:52 | |
*** rods has quit IRC | 09:52 | |
*** slaweq_ has joined #openstack-shade | 10:59 | |
*** thrash|g0ne has quit IRC | 11:00 | |
*** slaweq has quit IRC | 11:01 | |
*** rcarrillocruz has quit IRC | 11:01 | |
*** rcarrillocruz has joined #openstack-shade | 11:06 | |
*** thrash has joined #openstack-shade | 11:06 | |
*** thrash has quit IRC | 11:06 | |
*** thrash has joined #openstack-shade | 11:06 | |
*** olaph has quit IRC | 12:08 | |
*** slaweq_ has quit IRC | 12:25 | |
*** slaweq has joined #openstack-shade | 12:26 | |
*** olaph has joined #openstack-shade | 12:26 | |
*** slaweq has quit IRC | 12:30 | |
*** slaweq has joined #openstack-shade | 12:34 | |
*** gkadam has quit IRC | 12:36 | |
*** rods has joined #openstack-shade | 12:44 | |
rods | mordred https://review.openstack.org/#/c/494535/ should be ready to go, it depends on https://review.openstack.org/#/c/492080/6 (which is passing tests and LGTM) so we need to merge that one before | 12:57 |
rods | mordred I'm ready to take anything is needed to help with the sdk merge evaluation | 12:59 |
*** slaweq has quit IRC | 13:51 | |
*** rods has quit IRC | 13:54 | |
*** rods has joined #openstack-shade | 14:32 | |
*** rods has quit IRC | 14:33 | |
*** gouthamr has joined #openstack-shade | 14:59 | |
*** rods has joined #openstack-shade | 14:59 | |
*** rods has quit IRC | 15:04 | |
*** rods has joined #openstack-shade | 15:06 | |
*** thrash is now known as thrash|biab | 15:29 | |
*** thrash|biab is now known as thrash | 15:41 | |
*** rods has quit IRC | 15:46 | |
*** rods has joined #openstack-shade | 16:22 | |
*** ioggstream has quit IRC | 17:46 | |
*** ioggstream has joined #openstack-shade | 18:09 | |
*** ioggstream has quit IRC | 18:17 | |
*** ioggstream has joined #openstack-shade | 18:19 | |
*** slaweq has joined #openstack-shade | 18:42 | |
*** slaweq has quit IRC | 18:45 | |
*** ioggstream has quit IRC | 18:49 | |
*** slaweq has joined #openstack-shade | 19:16 | |
slaweq | mordred: hello | 19:18 |
slaweq | did You saw what I wrote to You yesterday? | 19:18 |
slaweq | can You take a look at https://review.openstack.org/#/c/494705/ ? | 19:19 |
mordred | slaweq: so - I tried ignoring things in deleting state- unfortunately it just moves the problem - then we run out of quota/disk space | 19:22 |
mordred | slaweq: I think adding the option to allow forcing is great though | 19:23 |
mordred | SamYaple: sorry about the behavior change (whoops) - also, once ksc is done being RESTified that should be better all around | 19:23 |
SamYaple | it was a simple fix so meh | 19:24 |
slaweq | mordred: but in fact in this test if we not ignore it then test fails and still we can run out of quota IMO | 19:25 |
slaweq | so changing this cleanup function little bit to not fail in case if volume stays in "deleting" state shouldn't make quota problems worst than it's now | 19:26 |
mordred | slaweq: yah. hrm. I mean, it's worth a try to see if it's better/worse for sure | 19:26 |
mordred | slaweq: I think if you do what you just said and make it still try waiting for it to delete for some time first it probably best, otherwise we'll move on to the next test too quickly in the normal cases | 19:27 |
slaweq | mordred: ok, I will try to modify this function little bit | 19:27 |
slaweq | mordred: yes, I was thinking about changing this function only to not raise exception in case if timeout would be reached | 19:28 |
mordred | ++ | 19:28 |
slaweq | but still wait for deletion as it is now | 19:28 |
slaweq | ok, so I will do patch for that | 19:28 |
slaweq | thx | 19:28 |
*** slaweq has quit IRC | 19:56 | |
openstackgerrit | Merged openstack-infra/shade master: Add option to force delete cinder volume https://review.openstack.org/494705 | 20:10 |
*** gouthamr has quit IRC | 20:29 | |
*** slaweq has joined #openstack-shade | 20:43 | |
*** gouthamr has joined #openstack-shade | 20:52 | |
*** slaweq has quit IRC | 20:56 | |
*** slaweq has joined #openstack-shade | 20:58 | |
*** slaweq has quit IRC | 21:06 | |
*** slaweq has joined #openstack-shade | 21:09 | |
*** slaweq has quit IRC | 21:13 | |
*** pabelanger has quit IRC | 22:25 | |
*** pabelanger has joined #openstack-shade | 22:25 | |
*** gouthamr has quit IRC | 23:16 | |
*** rods has quit IRC | 23:47 | |
*** rods has joined #openstack-shade | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!