Monday, 2019-12-09

*** irclogbot_1 has joined #openstack-sdks00:23
*** irclogbot_3 has joined #openstack-sdks00:23
*** irclogbot_3 has quit IRC00:40
*** irclogbot_1 has quit IRC00:40
*** irclogbot_0 has joined #openstack-sdks01:27
*** irclogbot_0 has quit IRC01:48
*** __ministry has joined #openstack-sdks01:53
*** slaweq has joined #openstack-sdks02:20
*** slaweq has quit IRC02:25
*** slaweq has joined #openstack-sdks02:35
*** slaweq has quit IRC02:40
*** irclogbot_1 has joined #openstack-sdks02:47
*** irclogbot_3 has joined #openstack-sdks02:47
*** slaweq has joined #openstack-sdks02:53
*** slaweq has quit IRC03:02
*** slaweq has joined #openstack-sdks03:02
*** slaweq has quit IRC03:07
*** slaweq has joined #openstack-sdks03:09
*** slaweq has quit IRC03:15
*** slaweq has joined #openstack-sdks03:31
*** slaweq has quit IRC03:37
*** slaweq has joined #openstack-sdks03:48
*** slaweq has quit IRC03:54
*** ricolin has joined #openstack-sdks04:02
*** slaweq has joined #openstack-sdks04:09
*** iokiwi has joined #openstack-sdks04:29
*** factor has quit IRC04:31
*** factor has joined #openstack-sdks04:32
iokiwiBug when creating bootable volume via SDK? http://paste.openstack.org/show/787293/04:35
iokiwineither is_bootable=True nor bootable=True results in a bootable volume.04:36
iokiwiCreating bootable volume via openstack client  works fine though04:37
*** slaweq has quit IRC04:45
eanderssoniokiwi what is the output if you use bootable=True instead, identical?05:03
*** slaweq has joined #openstack-sdks05:04
eanderssonbut I see the bug05:05
eanderssonhttps://github.com/openstack/openstacksdk/blob/140eaf7547cf9f557fdd119bf278c41f7b49e1e2/openstack/cloud/_block_storage.py#L24205:05
eanderssonWhen bootable is set, the volume is just return, but not normalized.05:05
eanderssonmordred ^05:06
eanderssonSo don't think is_bootable could ever be true?05:07
*** slaweq has quit IRC05:09
*** slaweq has joined #openstack-sdks05:20
*** slaweq has quit IRC05:25
*** slaweq has joined #openstack-sdks05:38
*** slaweq has quit IRC05:43
*** slaweq has joined #openstack-sdks05:59
*** slaweq has quit IRC06:04
*** slaweq has joined #openstack-sdks06:31
*** slaweq has quit IRC06:35
*** slaweq has joined #openstack-sdks07:24
*** adriant has quit IRC07:52
*** adriant has joined #openstack-sdks07:52
*** sshnaidm|off is now known as sshnaidm08:11
*** jangutter has joined #openstack-sdks08:11
*** jangutter has quit IRC08:16
*** jangutter has joined #openstack-sdks08:16
*** gtema has joined #openstack-sdks08:20
*** tosky has joined #openstack-sdks08:25
*** jpich has joined #openstack-sdks08:55
*** ralonsoh has joined #openstack-sdks08:57
*** ebbex has quit IRC09:00
*** yolanda has joined #openstack-sdks09:09
*** __ministry has quit IRC09:29
iokiwieandersson yes I tried bootable=True09:56
iokiwiYes, the volume will go to status 'CREATING' first so that condition will probably never be met. But I dont see a way via the sdk to set the volume bootable after the volume has been created10:00
*** dtantsur|afk is now known as dtantsur10:02
*** gtema has quit IRC10:03
iokiwiOh nevermind, I am inside the wait block. I am not sure what normalizing the volume means?10:13
*** gtema has joined #openstack-sdks10:35
*** gtema has quit IRC11:53
*** dave-mccowan has joined #openstack-sdks12:19
*** dave-mccowan has quit IRC12:25
*** gtema has joined #openstack-sdks12:30
*** gtema has quit IRC12:35
*** Luzi has joined #openstack-sdks12:57
*** gtema has joined #openstack-sdks13:06
*** gtema has quit IRC13:11
*** goldyfruit_ has quit IRC13:19
*** enriquetaso has joined #openstack-sdks13:38
*** gtema has joined #openstack-sdks13:54
*** mriedem has joined #openstack-sdks13:58
*** goldyfruit has joined #openstack-sdks14:44
*** Luzi has quit IRC15:00
mordredeandersson: oh - yeah. that's unfortunate there15:04
mordredeandersson: but iokiwi is using the resource layer15:06
mordrediokiwi: can you try con.create_volume instead of con.block_storage.create_volume?15:06
mordredor - alternately, if you want to use the resource layer - you need to get the Volume object back from that create call, then you need to update it with the bootable flag - like v.is_bootable = True ; v.commit(con.block_storage)15:10
*** goldyfruit_ has joined #openstack-sdks16:01
*** goldyfruit has quit IRC16:04
*** ricolin has quit IRC16:56
openstackgerritArtem Goncharov proposed openstack/python-openstackclient master: Add support for setting and removing tags from server instance  https://review.opendev.org/69767417:02
*** gtema has quit IRC17:14
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: WIP Make an OpenStackModule base class  https://review.opendev.org/69804417:18
*** dtroyer has joined #openstack-sdks17:18
*** dtantsur is now known as dtantsur|afk17:33
*** jpich has quit IRC17:36
*** gtema has joined #openstack-sdks17:49
*** gtema has quit IRC17:54
sshnaidmis it a duplicate? or intentional https://github.com/openstack/openstacksdk/blob/master/.zuul.yaml#L298-L31418:16
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Add collections metadata info  https://review.opendev.org/68478718:17
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Import modules from ansible/ansible  https://review.opendev.org/68478818:17
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: WIP Make an OpenStackModule base class  https://review.opendev.org/69804418:17
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Add tox.ini file for running pep8  https://review.opendev.org/69805618:17
mordredsshnaidm: duplicate :)18:18
mordredsshnaidm, dtantsur|afk, Shrews, mnaser: ^^ added a pep8 job and rebased the other stuff on it18:18
sshnaidmmordred, commented18:21
openstackgerritSagi Shnaidman proposed openstack/openstacksdk master: Remove duplicate job definition  https://review.opendev.org/69805718:22
*** gtema has joined #openstack-sdks18:28
eanderssonoh yea my bad mordred18:29
eanderssonbut still that should probably be fixed :p18:29
*** ralonsoh has quit IRC18:32
*** gtema has quit IRC18:33
mordredeandersson: ++18:47
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: WIP Make an OpenStackModule base class  https://review.opendev.org/69804418:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Fix F841 and remove exclusion  https://review.opendev.org/69806318:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Fix E128 and remove exclusion  https://review.opendev.org/69806418:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Fix F401 and remove exclusion  https://review.opendev.org/69806518:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Fix H236 and remove exclusion  https://review.opendev.org/69806618:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Remove from __future__ lines  https://review.opendev.org/69806718:52
openstackgerritMonty Taylor proposed openstack/ansible-collections-openstack master: Fix H301 and remove exclusion  https://review.opendev.org/69806818:52
mordredsshnaidm, mnaser: enjoy18:52
sshnaidmmordred, ok, anyway we assigned all work to you iirc :D18:55
mordred:)18:59
*** gtema has joined #openstack-sdks19:06
*** gtema has quit IRC19:11
*** gtema has joined #openstack-sdks19:17
*** gmann is now known as gmann_afk19:17
*** gtema has quit IRC19:22
*** gtema has joined #openstack-sdks19:53
*** gtema has quit IRC19:57
*** enriquetaso has quit IRC19:58
*** gtema has joined #openstack-sdks20:06
*** gtema has quit IRC20:10
*** gtema has joined #openstack-sdks20:12
*** gtema has quit IRC20:17
*** gtema has joined #openstack-sdks20:22
*** gtema has quit IRC20:26
*** gtema has joined #openstack-sdks20:30
*** gtema has quit IRC20:34
*** gtema has joined #openstack-sdks20:36
*** gtema has quit IRC20:41
openstackgerritSagi Shnaidman proposed openstack/ansible-collections-openstack master: DNM: test job  https://review.opendev.org/69808520:54
*** gtema has joined #openstack-sdks21:08
*** gtema has quit IRC21:15
iokiwiCheers mordred and eanderson I will try use con.create_volume instead21:15
*** gtema has joined #openstack-sdks21:24
mordrediokiwi: sorry for the confusion there - it's sadly a two-step process which isn't modelled well down at the resource layer21:25
iokiwiNo worries - I can deal with that. Thanks for the help21:29
*** gtema has quit IRC21:31
*** gtema has joined #openstack-sdks21:39
*** gtema has quit IRC21:44
*** gtema has joined #openstack-sdks21:45
*** gmann_afk is now known as gmann21:48
*** gtema has quit IRC21:50
*** gtema has joined #openstack-sdks21:56
*** gtema has quit IRC22:00
*** gtema has joined #openstack-sdks22:02
*** slaweq has quit IRC22:05
*** gtema has quit IRC22:10
*** gtema has joined #openstack-sdks22:13
*** gtema has quit IRC22:22
*** gtema has joined #openstack-sdks22:29
*** gtema has quit IRC22:33
*** gtema has joined #openstack-sdks22:40
*** gtema has quit IRC22:45
*** gtema has joined #openstack-sdks22:47
*** gtema has quit IRC22:56
*** gtema has joined #openstack-sdks22:57
*** gtema has quit IRC23:01
*** gtema has joined #openstack-sdks23:06
*** gtema has quit IRC23:12
*** gtema has joined #openstack-sdks23:13
*** gtema has quit IRC23:18
*** gtema has joined #openstack-sdks23:28
*** mriedem has quit IRC23:37
*** gtema has quit IRC23:37
*** goldyfruit_ has quit IRC23:50
*** enriquetaso has joined #openstack-sdks23:54
*** tosky has quit IRC23:56

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!