*** gouthamr has joined #openstack-sdks | 00:01 | |
*** eliqiao has quit IRC | 00:04 | |
*** eliqiao has joined #openstack-sdks | 00:06 | |
*** salv-orlando has joined #openstack-sdks | 00:15 | |
*** markvoelker has quit IRC | 00:17 | |
*** salv-orlando has quit IRC | 00:20 | |
*** hoangcx has joined #openstack-sdks | 00:31 | |
*** jgriffith has quit IRC | 01:00 | |
*** amotoki_away is now known as amotoki | 01:03 | |
*** bobh has joined #openstack-sdks | 01:06 | |
*** eliqiao has quit IRC | 01:07 | |
*** eliqiao has joined #openstack-sdks | 01:09 | |
*** markvoelker has joined #openstack-sdks | 01:14 | |
*** salv-orlando has joined #openstack-sdks | 01:16 | |
*** bobh has quit IRC | 01:18 | |
*** jgriffith has joined #openstack-sdks | 01:21 | |
*** salv-orlando has quit IRC | 01:21 | |
*** annp has joined #openstack-sdks | 01:46 | |
*** markvoelker has quit IRC | 01:47 | |
*** markvoelker has joined #openstack-sdks | 02:44 | |
*** gildub has quit IRC | 03:03 | |
*** gildub has joined #openstack-sdks | 03:15 | |
*** markvoelker has quit IRC | 03:17 | |
*** hoangcx_ has joined #openstack-sdks | 03:28 | |
*** hoangcx has quit IRC | 03:31 | |
*** hongbin has joined #openstack-sdks | 03:45 | |
*** hoangcx has joined #openstack-sdks | 04:01 | |
*** hoangcx_ has quit IRC | 04:03 | |
*** markvoelker has joined #openstack-sdks | 04:14 | |
*** hongbin has quit IRC | 04:21 | |
*** salv-orlando has joined #openstack-sdks | 04:29 | |
*** Dinesh_Bhor has joined #openstack-sdks | 04:29 | |
*** markvoelker has quit IRC | 04:47 | |
*** markvoelker has joined #openstack-sdks | 05:44 | |
*** markvoelker has quit IRC | 06:17 | |
*** eliqiao has quit IRC | 06:44 | |
*** eliqiao has joined #openstack-sdks | 06:46 | |
*** ralonsoh has joined #openstack-sdks | 06:49 | |
*** annp has quit IRC | 06:59 | |
*** salv-orl_ has joined #openstack-sdks | 07:04 | |
*** gouthamr has quit IRC | 07:05 | |
*** fzdarsky has joined #openstack-sdks | 07:05 | |
*** salv-orlando has quit IRC | 07:07 | |
*** adriant has quit IRC | 07:11 | |
*** dtantsur|afk is now known as dtantsur | 07:11 | |
*** markvoelker has joined #openstack-sdks | 07:14 | |
*** e0ne has joined #openstack-sdks | 07:31 | |
*** jpich has joined #openstack-sdks | 07:45 | |
*** eliqiao has quit IRC | 07:46 | |
*** markvoelker has quit IRC | 07:47 | |
*** eliqiao has joined #openstack-sdks | 07:48 | |
*** vsaienk0 has quit IRC | 07:54 | |
*** gildub has quit IRC | 08:00 | |
*** markvoelker has joined #openstack-sdks | 08:44 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056 | 09:05 |
---|---|---|
*** markvoelker has quit IRC | 09:17 | |
*** cdent has joined #openstack-sdks | 10:26 | |
*** hoangcx has quit IRC | 10:35 | |
*** gildub has joined #openstack-sdks | 10:55 | |
*** lifeless has quit IRC | 10:58 | |
Dinesh_Bhor | Qiming_: ping, you there? | 11:12 |
*** markvoelker has joined #openstack-sdks | 11:14 | |
*** circ-user-TeTGj has joined #openstack-sdks | 11:17 | |
*** cdent has quit IRC | 11:18 | |
*** ZZelle has joined #openstack-sdks | 11:27 | |
*** ZZelle is now known as Guest21141 | 11:27 | |
*** Guest21141 is now known as ZZelle_ | 11:27 | |
*** ZZelle_ has quit IRC | 11:28 | |
*** ZZelle_ has joined #openstack-sdks | 11:29 | |
*** lifeless has joined #openstack-sdks | 11:31 | |
*** salv-orl_ has quit IRC | 11:40 | |
*** markvoelker has quit IRC | 11:48 | |
Qiming_ | hi, Dinesh_Bhor | 11:55 |
Dinesh_Bhor | Qiming_: do you have 5 min? want to discuss your review comment | 11:56 |
Qiming_ | sure | 11:56 |
Dinesh_Bhor | Qiming_: I have addressed your other comments but want to discuss this: https://review.openstack.org/#/c/319054/3/openstack/image/v2/image.py@117 comment | 11:56 |
Dinesh_Bhor | Qiming_: With my understanding you are saying that If there are 10 attributes to the image and if user wants to update name and visibility then user will have to give all 10 attributes in input dict with updated values of name and visibility. | 11:56 |
Qiming_ | yes, that was my understanding | 11:57 |
Qiming_ | the server is supposed to parse the difference between the updated resource and the existing one | 11:57 |
Dinesh_Bhor | Qiming_: ok, do you have any existing example in SDK as you said it is consistent with other apis? | 12:00 |
Dinesh_Bhor | Qiming_: It will help me to understand it... | 12:00 |
Qiming_ | the expected user code is something like this: | 12:00 |
Qiming_ | image = sdk.image.get_image(name_or_id) | 12:01 |
Qiming_ | image.name = 'new_name' | 12:01 |
Qiming_ | sdk.image.update_image(image, **image.to_dict()) | 12:02 |
Dinesh_Bhor | Qiming_: aah, ohk, got it. thanks | 12:03 |
Qiming_ | np | 12:03 |
*** ZZelle_ is now known as zzelle | 12:14 | |
*** zzelle is now known as ZZelle | 12:14 | |
*** salv-orlando has joined #openstack-sdks | 12:20 | |
*** cdent has joined #openstack-sdks | 12:26 | |
openstackgerrit | Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729 | 12:40 |
*** markvoelker has joined #openstack-sdks | 12:45 | |
*** gildub has quit IRC | 12:54 | |
*** cdent has quit IRC | 12:58 | |
*** salv-orl_ has joined #openstack-sdks | 13:04 | |
*** salv-orlando has quit IRC | 13:07 | |
*** markvoelker has quit IRC | 13:17 | |
*** dtantsur is now known as dtantsur|brb | 13:34 | |
*** bobh has joined #openstack-sdks | 13:48 | |
*** jgriffith has quit IRC | 14:00 | |
*** jgriffith has joined #openstack-sdks | 14:01 | |
openstackgerrit | caoyuan proposed openstack/python-openstackclient master: Correct the command to list dhcp agent https://review.openstack.org/468652 | 14:04 |
*** bobh has quit IRC | 14:11 | |
*** jgriffith_ has joined #openstack-sdks | 14:12 | |
*** markvoelker has joined #openstack-sdks | 14:15 | |
*** jgriffith is now known as Guest55399 | 14:32 | |
*** jgriffith_ is now known as jgriffith | 14:32 | |
*** Guest55399 has joined #openstack-sdks | 14:32 | |
*** hongbin has joined #openstack-sdks | 14:37 | |
*** bobh has joined #openstack-sdks | 14:45 | |
*** markvoelker has quit IRC | 14:48 | |
*** salv-orl_ has quit IRC | 14:54 | |
*** salv-orlando has joined #openstack-sdks | 14:55 | |
*** dtantsur|brb is now known as dtantsur | 14:57 | |
*** salv-orlando has quit IRC | 14:59 | |
*** salv-orlando has joined #openstack-sdks | 15:16 | |
*** cdent has joined #openstack-sdks | 15:28 | |
*** gouthamr has joined #openstack-sdks | 15:34 | |
*** markvoelker has joined #openstack-sdks | 15:45 | |
*** e0ne has quit IRC | 15:47 | |
*** bobh has quit IRC | 16:11 | |
*** bobh has joined #openstack-sdks | 16:12 | |
*** jpich has quit IRC | 16:15 | |
*** markvoelker has quit IRC | 16:17 | |
*** Serlex has joined #openstack-sdks | 16:40 | |
*** e0ne has joined #openstack-sdks | 16:42 | |
*** gouthamr has quit IRC | 16:58 | |
*** ralonsoh has quit IRC | 16:58 | |
*** bobh has quit IRC | 17:02 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstacksdk master: Add new parameter "is_default" to Network QoS policy. https://review.openstack.org/430363 | 17:10 |
*** gouthamr has joined #openstack-sdks | 17:16 | |
*** salv-orlando has quit IRC | 17:18 | |
*** fguillot has joined #openstack-sdks | 17:53 | |
*** dtantsur is now known as dtantsur|afk | 17:55 | |
*** markvoelker has joined #openstack-sdks | 18:15 | |
*** markvoelker has quit IRC | 18:48 | |
*** cdent has quit IRC | 19:06 | |
*** umbSublime has quit IRC | 19:15 | |
*** e0ne_ has joined #openstack-sdks | 19:19 | |
*** e0ne has quit IRC | 19:21 | |
*** e0ne_ has quit IRC | 19:30 | |
*** e0ne has joined #openstack-sdks | 19:30 | |
*** umbSublime has joined #openstack-sdks | 19:41 | |
*** umbSublime has quit IRC | 19:41 | |
*** umbSublime has joined #openstack-sdks | 19:41 | |
*** markvoelker has joined #openstack-sdks | 19:45 | |
*** salv-orlando has joined #openstack-sdks | 20:13 | |
*** markvoelker has quit IRC | 20:18 | |
*** e0ne has quit IRC | 20:19 | |
*** Serlex has quit IRC | 20:38 | |
*** fguillot has quit IRC | 20:45 | |
*** bobh has joined #openstack-sdks | 20:46 | |
*** bobh has quit IRC | 20:51 | |
*** markvoelker has joined #openstack-sdks | 21:16 | |
*** circ-user-TeTGj has quit IRC | 21:33 | |
*** gouthamr has quit IRC | 21:37 | |
*** markvoelker has quit IRC | 21:49 | |
openstackgerrit | Merged openstack/keystoneauth master: Add global_request_id param to Adapter constructor https://review.openstack.org/467991 | 22:00 |
*** salv-orlando has quit IRC | 22:12 | |
*** Charlie816 has joined #openstack-sdks | 22:33 | |
Charlie816 | Hi | 22:33 |
Charlie816 | I am here to perform a requested task. | 22:34 |
*** Charlie816 has quit IRC | 22:34 | |
*** gouthamr has joined #openstack-sdks | 22:41 | |
*** markvoelker has joined #openstack-sdks | 22:46 | |
openstackgerrit | Akihiro Motoki proposed openstack/cliff master: sphinxext: Show metavar of positional args https://review.openstack.org/468971 | 23:07 |
openstackgerrit | Akihiro Motoki proposed openstack/cliff master: sphinxext: Show metavar of positional args https://review.openstack.org/468971 | 23:07 |
*** jkilpatr has joined #openstack-sdks | 23:17 | |
*** markvoelker has quit IRC | 23:19 | |
*** jkilpatr has quit IRC | 23:25 | |
*** adriant has joined #openstack-sdks | 23:35 | |
*** jkilpatr has joined #openstack-sdks | 23:48 | |
*** gildub has joined #openstack-sdks | 23:54 | |
*** jkilpatr has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!