Earlier  
Posted Nick Remark
#openstack-sdks - 2020-09-10
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 gtema: the issue is currently json output is "security_groups": "name='group1'\nname='group2'"
09:13:41 nightmare_unreal The correct output should be
09:13:41 nightmare_unreal "security_groups" : [{"name" : "group1"}, {"name" : "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)
09:17:33 nightmare_unreal brb
09:21:26 nightmare_unreal gtema: got it :) . https://usercontent.irccloud-cdn.com/file/LC3kf6md/err_out.png
09:21:49 nightmare_unreal can you see the image. It's working with -f json but giving error with table now
09:22:23 gtema I see the image, but don't see an error in the last invoke
09:22:44 nightmare_unreal see the top part where I have specified -t table
09:22:49 nightmare_unreal -f table
09:22:54 gtema aah, got it now
09:23:21 gtema without "-f" at all, is it working as desired?
09:24:35 gtema ough, you have a list of dicts, and not a singe dict
09:24:49 gtema you should be using ListDictColumn and not DictColumn
09:25:24 nightmare_unreal okay
09:25:26 nightmare_unreal let me try
09:25:28 nightmare_unreal brb 1 min
09:26:23 nightmare_unreal gtema: it's working :D .
09:26:29 nightmare_unreal with both -f json
09:26:30 nightmare_unreal and normal table
09:26:40 gtema great
09:26:54 nightmare_unreal I will make changes and submit the patch again . Thanks again
09:27:29 gtema in the unit tests you would need to replace self.assertEqual with self.assertItemEqual for comparing data (see unit tests for image and compute flavor I referred)
09:27:51 gtema unittests might take a bit more time, then the fix itself ;-)
09:43:40 openstackgerrit Merged openstack/cliff stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/750508
09:46:30 openstackgerrit Merged openstack/cliff stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/750510
09:49:02 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Output correct json for security groups in 'openstack server show' https://review.opendev.org/733573
11:58:11 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Output correct json for security groups in 'openstack server show' https://review.opendev.org/733573
13:22:37 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Output correct json for security groups in 'openstack server show' https://review.opendev.org/733573
13:29:36 openstackgerrit Merged openstack/cliff master: Add Python3 wallaby unit tests https://review.opendev.org/750513
15:14:37 openstackgerrit Merged openstack/keystoneauth stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/751052
#openstack-sdks - 2020-09-15
02:53:41 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
05:56:51 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
06:36:03 nightmare_unreal gtema , can you review this patch now :) . I have made the changes like in comment . https://review.opendev.org/#/c/733573/
06:48:25 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
06:51:00 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
06:54:19 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
08:08:39 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
08:19:07 openstackgerrit Shogo Saito proposed openstack/python-openstackclient master: Add plugin doc page for cyborg https://review.opendev.org/751986
08:38:49 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: openstack CLI migration list support https://review.opendev.org/742210
08:41:33 nightmare_unreal hello can someone review this patch please : https://review.opendev.org/#/c/746405/
08:41:35 nightmare_unreal thanks
09:01:31 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
09:08:27 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
09:40:38 openstackgerrit wu.shiming proposed openstack/shade master: Remove install unnecessary packages https://review.opendev.org/752005
13:00:08 openstackgerrit Hervé Beraud proposed openstack/os-api-ref master: Adding pre-commit https://review.opendev.org/742159
13:20:02 openstackgerrit Hervé Beraud proposed openstack/microversion-parse master: Adding pre-commit https://review.opendev.org/742156
14:20:43 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Provides live migration abort feature in openstackclient https://review.opendev.org/716960
19:04:03 openstackgerrit Carlos Goncalves proposed openstack/openstacksdk master: Add ALPN support to load balancer pools https://review.opendev.org/752097
#openstack-sdks - 2020-09-16
00:28:50 openstackgerrit Brin Zhang proposed openstack/python-openstackclient master: Remove translation sections from setup.cfg https://review.opendev.org/723212
00:46:22 openstackgerrit Wenping Song proposed openstack/openstacksdk master: Support create more than one device profile with one request https://review.opendev.org/752130
00:48:38 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
00:49:50 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
01:16:31 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
01:19:06 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
02:48:10 openstackgerrit Zihao Wang proposed openstack/python-openstackclient master: Support boot from volume option volume-type https://review.opendev.org/751959
08:56:05 openstackgerrit jayaditya gupta proposed openstack/python-openstackclient master: Provides live migration abort feature in openstackclient https://review.opendev.org/716960

Earlier   Later