Earlier  
Posted Nick Remark
#openstack-sdks - 2020-09-09
13:21:37 gtema so you need to get ServerMigrationsManager from novaclient and directly invoke live_migration_abort (as far as I can see what novaclient does)
13:23:11 dmsimard yeah actually I just realized compute_client.migrations is a thing
13:23:50 gtema I suggest you have a look in compute.v2.server.ResizeRevert and do thing similarly
13:30:58 dmsimard ResizeRevert has a handy function for it, server.revert_resize() but I don't see anything like that for aborting migrations :/ http://paste.openstack.org/raw/797641/
13:31:47 dmsimard optimistically trying server.migrations.live_migration_abort doesn't work either: 'MigrationManager' object has no attribute 'live_migration_abort'
13:31:51 dmsimard sorry I'm kind of a noob :D
13:31:52 gtema I was more meaning type of invocation: you use find to get your migration passing it novaclient
13:32:31 gtema and when you get the migration itself (instance of ServerMigrationsManager) you call abort directly on it
13:34:59 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
13:42:37 frickler gtema: dtantsur: mordred: regarding https://review.opendev.org/750585 , as that is blocking osc currently, I'd vote to revert now and fix later, but I'm uncertain about the freeze status, does that have any impact? do we need a bug report attached in order to gain a FFE?
13:44:11 gtema honestly I have no clue about that (https://review.opendev.org/#/c/750648/ should also help to get this fixed)
13:44:17 dtantsur frickler: I think both patches in question are bug fixes, and are not affected by *our* FFE, but you may check with the release team re release freeze
13:44:22 dtantsur and requirements freeze
13:44:39 dtantsur i.e. I think you'll need an FFE from them, but not from us
13:52:04 gtema honestly I am a bit confused here: cliff is cycle-with-interim. Last release for victoria is 3.4.0, which doesn't have this bug yet
13:52:18 gtema in victoria branch this is not existing either
13:53:31 gtema so perhaps we do not need any FFE if we do not do release at the moment. Next release must contain then bad patch and fix
14:10:12 dmsimard gtema: maybe I'm missing something obvious -- I can find the migration object but there's no delete or abort method available: http://paste.openstack.org/raw/797644/
14:16:55 gtema dmsimard, I guess the problem is that you use "migrations" instead of "server_migrations"
14:16:59 frickler gtema: oh, so this only affects -tips testing, that's good. also dhellman's fix works for me, so we should be able to go forward with that
14:17:47 gtema frickler - yes, I think it should be fine this way. We land the fix and do not trigger any release so far
14:23:18 dmsimard gtema: oh you're right! <3
14:27:49 openstackgerrit Artem Goncharov proposed openstack/cliff master: Enable osc-functional-devstack-tips job https://review.opendev.org/750588
14:42:17 gtema I'm going to approve cliff fix unless somebody objects
14:53:17 openstackgerrit Zane Bitter proposed openstack/cliff master: Exit gracefully on Ctrl-C https://review.opendev.org/748060
15:49:55 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
16:24:49 openstackgerrit Merged openstack/cliff master: change help action to use its own exception for exit https://review.opendev.org/750648
16:25:30 gtema yeah, and the terrifying email came in :(
17:03:28 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch openstack console log show operation to use OpenStackSDK https://review.opendev.org/750738
18:03:09 openstackgerrit Zane Bitter proposed openstack/cliff master: Exit gracefully on Ctrl-C https://review.opendev.org/748060
21:27:37 openstackgerrit Ghanshyam Mann proposed openstack/python-openstackclient master: [goal] Migrate testing to Focal https://review.opendev.org/750814
21:51:04 openstackgerrit Ghanshyam Mann proposed openstack/os-service-types master: Fix pep8 testing for ubuntu focal https://review.opendev.org/750815
21:52:20 openstackgerrit Ghanshyam Mann proposed openstack/os-client-config master: Fix l-c testing for ubuntu focal https://review.opendev.org/750816
21:53:38 openstackgerrit Ghanshyam Mann proposed openstack/requestsexceptions master: Fix pep8 testing for ubuntu focal https://review.opendev.org/750817
21:54:03 gmann sdk team ^^ these are fixes you might be seeing as tox base jobs are running on Focal now
21:55:29 openstackgerrit Ghanshyam Mann proposed openstack/python-openstackclient master: [goal] Migrate testing to Focal https://review.opendev.org/750814
22:26:44 openstackgerrit Ghanshyam Mann proposed openstack/osc-lib master: Fix l-c testing for ubuntu focal https://review.opendev.org/750830
22:28:44 openstackgerrit Ghanshyam Mann proposed openstack/openstacksdk master: Fix l-c testing for ubuntu focal https://review.opendev.org/750831
22:53:04 openstackgerrit Merged openstack/cliff master: Exit gracefully on Ctrl-C https://review.opendev.org/748060
#openstack-sdks - 2020-09-10
00:04:39 openstackgerrit Ghanshyam Mann proposed openstack/os-client-config master: Fix l-c testing for ubuntu focal https://review.opendev.org/750816
02:00:27 openstackgerrit Zane Bitter proposed openstack/cliff master: Document KeyboardInterrupt exit code https://review.opendev.org/750855
02:33:01 openstackgerrit Ghanshyam Mann proposed openstack/openstacksdk master: Fix l-c testing for ubuntu focal https://review.opendev.org/750831
08:23:22 openstackgerrit likui proposed openstack/python-openstackclient master: Remove six.PY2 https://review.opendev.org/750288
10:58:31 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
11:03:14 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Fix l-c testing for ubuntu focal https://review.opendev.org/750831
11:26:16 openstackgerrit Merged openstack/cliff master: Document KeyboardInterrupt exit code https://review.opendev.org/750855
11:49:45 openstackgerrit likui proposed openstack/python-openstackclient master: Remove six.PY2 https://review.opendev.org/750288
12:20:19 openstackgerrit Alan Rominger proposed openstack/ansible-collections-openstack master: Add execution environment metadata https://review.opendev.org/750972
13:23:58 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
15:07:16 openstackgerrit Myeongchul Chae proposed openstack/python-openstackclient master: Fix --image-property option in 'create server' https://review.opendev.org/746405
16:12:22 openstackgerrit Myeongchul Chae proposed openstack/python-openstackclient master: Fix --image-property option in 'create server' https://review.opendev.org/746405
16:32:34 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
16:41:04 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
16:45:47 hyang Hi team, can I get some reviews in https://review.opendev.org/#/c/745594/ and https://review.opendev.org/#/c/747279/ ? Thanks
17:05:33 openstackgerrit OpenStack Release Bot proposed openstack/keystoneauth stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/751052
17:05:37 openstackgerrit OpenStack Release Bot proposed openstack/keystoneauth stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/751053
17:05:42 openstackgerrit OpenStack Release Bot proposed openstack/keystoneauth master: Update master for stable/victoria https://review.opendev.org/751054
17:15:41 openstackgerrit Merged openstack/openstacksdk master: Fix l-c testing for ubuntu focal https://review.opendev.org/750831
18:35:14 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
18:37:39 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
18:39:38 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
19:47:19 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
#openstack-sdks - 2020-09-11
02:22:36 openstackgerrit likui proposed openstack/python-openstackclient master: Remove install unnecessary packages when run tox -edocs https://review.opendev.org/751151
06:56:45 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
07:46:33 noonedeadpunk Hi! I have weird issue with retrieving one specific instance, probably it has some broken metadata... http://paste.openstack.org/show/797758/
07:48:21 noonedeadpunk openstacksdk 0.48
08:19:28 noonedeadpunk probably to_dict missing some exception but at the moment I don't realize what exactly goes wrong... `openstack server show` works nicely in the meanwhile
08:26:21 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
09:28:30 openstackgerrit likui proposed openstack/python-openstackclient master: Remove six.PY2 https://review.opendev.org/750288
10:26:34 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Add some compute console operations https://review.opendev.org/751234
10:31:04 openstackgerrit Stephen Finucane proposed openstack/openstacksdk master: Add minimal support for Placement https://review.opendev.org/745375
10:31:33 noonedeadpunk gtema: and https://review.opendev.org/#/c/749381/3 has fixed issue for me
10:32:00 openstackgerrit Stephen Finucane proposed openstack/keystoneauth master: Add support for invalid version documents https://review.opendev.org/751237
10:33:26 gtema noonedeadpunk - sure, but we need to add tests for that
10:34:12 noonedeadpunk I'm not sure what case this at the moment....
10:34:58 noonedeadpunk trying to find out...
11:04:35 openstackgerrit Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstacksdk master: Don't set list_type to dict for server groups. https://review.opendev.org/749381
12:31:37 openstackgerrit Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstacksdk master: Don't set list_type to dict for server groups. https://review.opendev.org/749381
12:34:06 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch console url show operations to SDK https://review.opendev.org/751262
13:40:07 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: project cleanup https://review.opendev.org/734485
14:08:55 gtema some SDK/CLI cores willing to review https://review.opendev.org/#/c/751049/ to unblock CI?
#openstack-sdks - 2020-09-12
03:26:03 openstackgerrit Merged openstack/python-openstackclient master: Fix gate due to switch to focal https://review.opendev.org/751049
06:52:10 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch compute flavors from novaclient/direct to SDK https://review.opendev.org/750151
08:59:09 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch openstack console log show operation to use OpenStackSDK https://review.opendev.org/750738
08:59:10 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch console url show operations to SDK https://review.opendev.org/751262
09:00:24 openstackgerrit Artem Goncharov proposed openstack/python-openstackclient master: Switch openstack console log show operation to use OpenStackSDK https://review.opendev.org/750738
23:01:43 openstackgerrit Iury Gregory Melo Ferreira proposed openstack/openstacksdk master: Increase IRONIC_VM_SPECS_RAM to avoid KP https://review.opendev.org/751584
#openstack-sdks - 2020-09-13
20:34:01 openstackgerrit Merged openstack/python-openstackclient master: Support tagging Neutron ports on creation https://review.opendev.org/723280
#openstack-sdks - 2020-09-14
02:38:36 openstackgerrit wu.shiming proposed openstack/python-openstackclient master: Remove install unnecessary packages https://review.opendev.org/751633
03:27:00 openstackgerrit wu.chunyang proposed openstack/os-client-config master: Replace assertItemsEqual with assertCountEqual https://review.opendev.org/751638
09:13:04 nightmare_unreal gtema: I saw your comment on this patch : https://review.opendev.org/#/c/733573/ . I am not sure if that function ( format_columns.DictColumn ) is exactly doing what I am looking for.
09:13:41 nightmare_unreal "security_groups" : [{"name" : "group1"}, {"name" : "group2"}]
09:13:41 nightmare_unreal The correct output should be
09:13:41 nightmare_unreal gtema: the issue is currently json output is "security_groups": "name='group1'\nname='group2'"
09:13:44 gtema it is however doing exactly what you need - ensure proper output formatting depending on the selected output format
09:14:08 nightmare_unreal maybe I am invoking it wrong then
09:14:43 gtema what is the problem?
09:15:11 nightmare_unreal when I use it i am getting this security_groups='name='default'name='anothergrp''
09:16:48 gtema with "-f json"?
09:17:31 nightmare_unreal yes , give me 5 min . I am trying 1 more thing ( hopefully not stupid)

Earlier   Later