Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-26
15:41:19 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Skip k2k wrapper creation https://review.openstack.org/438271
15:44:20 mordred dtroyer, jamielennox|away: ^^ I started poking at unwinding things a bit
16:42:01 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Skip k2k wrapper creation https://review.openstack.org/438271
16:42:01 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Pass ssl values through to OCC https://review.openstack.org/438277
20:39:37 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
#openstack-sdks - 2017-02-27
01:36:15 openstackgerrit Merged openstack/os-client-config master: Add support for indicating required floating IPs https://review.openstack.org/430967
02:41:33 openstackgerrit Merged openstack/os-client-config master: Add helper scripts to print version discovery info https://review.openstack.org/431720
03:28:31 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support "--no-property" option in volume qos set https://review.openstack.org/433451
03:47:11 openstackgerrit Merged openstack/python-openstackclient master: Support list commands by group name keyword https://review.openstack.org/436806
05:00:58 openstackgerrit Merged openstack/python-openstackclient master: openstack image create : --file and --volume exclude each other https://review.openstack.org/437335
07:23:53 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Add "--private-key" option for "keypair create" https://review.openstack.org/438352
11:12:15 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
12:08:53 jkilpatr so what exactly can I use bare_metal.update_node(id, **kwargs) api call to change? I've been trying to use it to update the properties of a node but it crashes. Same when trying to update the node name or any other var that I would think is accessible via this call.
12:09:28 jkilpatr the documentation says it can't change node states that have their own calls, so power state and such I assume. But node properties doesn't fall under that.
12:57:58 openstackgerrit Sean Dague proposed openstack/keystoneauth master: WIP: remove discover hacks https://review.openstack.org/438483
13:12:05 mordred sdague: nice
13:21:53 sdague yeh... I followed jamielennox|away's advice on the right way to handle a thing that exposed in trippleo to have a better log message, then manually tested it, and found out it did not fail
14:04:02 jkilpatr ok so using the bare_metal.node_update call I run into some sort of authenication problem where keystone auth crashes trying to get the response headers
14:06:05 jkilpatr ok it's because I'm getting a 400 when making the request. I think it's formed correctly though, tried looking for examples can't find any
14:10:36 jkilpatr ok any bare_metal.update_node call will fail, even if you don't change anything.
14:27:29 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
14:40:30 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Fix naming of use_default_subnet_pool attribute https://review.openstack.org/438514
15:37:02 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Add ability to skip yaml loading https://review.openstack.org/438560
15:52:24 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
16:39:29 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
16:49:20 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
17:17:49 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC. https://review.openstack.org/387611
17:18:00 openstackgerrit Merged openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
18:30:04 mhayden are there any guidelines/examples for writing tests for cliff apps?
18:30:14 mhayden i took a gander in openstackclient, but there's a lot going on there ;)
18:31:23 dhellmann mhayden : I haven't looked at the code, but I know python-neutronclient used cliff directly at one point so that might be another source of examples.
18:31:26 dhellmann what sort of thing did you have in mind?
18:31:39 mhayden i'll take a look there
18:31:53 mhayden i'm writing an app that uses cliff and i wanted to write unit tests with pytest
18:32:14 dhellmann hmm. it might make sense for us to make an easy way to build a test app instance, like we did with stevedore managers
18:32:33 dhellmann the app itself may have to do that, because we have no way to know how to initialize it
18:32:38 mhayden i use click fairly frequently, the testing bits there are (somewhat) easy to follow
18:32:40 dhellmann I'll have to give that some thought
18:32:58 dhellmann ok, I'll look there for inspiration
18:33:00 mhayden but cliff is much easier for me to use
18:33:08 dhellmann well, that's something :-)
18:33:09 mhayden click gets a bit decorator-happy at times
18:33:18 dhellmann vs. subclassy
18:33:21 mhayden true
19:58:17 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
20:42:03 reedip_1 sindhu : hey
20:43:24 sindhu reedip_1: hey wass up
20:43:27 reedip_1 sindhu: as per amotoki;'s earlier message on https://review.openstack.org/#/c/383025, cleanup functions are called in the reverse order of their writing
20:44:04 reedip_1 I think Line #234 and #235 should be exchanged in https://review.openstack.org/#/c/383025/48..49/openstackclient/tests/functional/network/v2/test_floating_ip.py
20:44:22 reedip_1 sindhu :can you just check ?? ^^
20:44:35 ankur-gupta-f4 Wassssss up
20:44:52 sindhu reedip_1: right. I did those changes in the previous patchsets
20:45:05 sindhu reedip_1: but it failed
20:45:17 sindhu reedip_1: will check again
20:45:24 reedip_1 ankur-gupta-f4 : Hey ... Guess I am up :P
20:45:38 reedip_1 Still in EST and IST :|
20:46:12 reedip_1 sindhu : just that logically it should nt , deleting the FLoating IP before Unset didnt seem right to me
20:46:56 sindhu reedip_1: will look into it again, thanks :)
20:47:03 ankur-gupta-f4 reedip_1: jet lag im assuming :)
20:47:41 reedip_1 Dont know what it is ankur-gupta-f4 : Just know that its 2:17 AM and I have comedy central running on the TV and Openstack on mmy laptop ! :P
20:48:04 ankur-gupta-f4 Haha. Its usually Netflix and OpenStack for me
20:51:29 reedip_1 ankur-gupta-f4 : https://youtu.be/44LdLqgOpjo Just in case you thought monkey business is not yet done
21:01:48 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
21:15:03 reedip_1 sindhu : Hey
21:15:28 reedip_1 The patch failed in the FT :ERROR: InvocationError: '/opt/stack/python-openstackclient/.tox/functional/bin/ostestr openstackclient.tests.functional.network.v2.test_floating_ip.FloatingIpTests.test_floating_ip_set_and_unset_port
21:16:06 reedip_1 stderr:
21:16:06 reedip_1 'ClientManager' object has no attribute 'sdk_connection'
21:17:06 reedip_1 sindu : http://paste.openstack.org/show/600674/
21:18:48 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient master: OSC Network Flavor Profile https://review.openstack.org/396783
21:21:58 sindhu reedip_1: looking into it :)
21:45:24 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce neutron flavor associate, disassociate to OSC https://review.openstack.org/403907
21:49:24 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce neutron flavor associate, disassociate to OSC https://review.openstack.org/403907
22:24:44 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient master: OSC Network Flavor Profile https://review.openstack.org/396783
23:24:29 openstackgerrit Mike Perez proposed openstack/python-openstackclient master: Add backup import/export to OpenStack Client https://review.openstack.org/403393
#openstack-sdks - 2017-02-28
01:48:22 openstackgerrit Merged openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
03:47:05 openstackgerrit Jamie Lennox proposed openstack/keystoneauth master: Add an allow_version_hack flag to session and identity plugins. https://review.openstack.org/438788
04:07:01 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient master: Functional test for subnet https://review.openstack.org/435914
06:32:51 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Add "--private-key" option for "keypair create" https://review.openstack.org/438352
07:15:13 openstackgerrit Takashi NATSUME proposed openstack/python-openstackclient master: Add 'host' and 'force' parameter in cold migration https://review.openstack.org/427565
07:15:18 openstackgerrit Takashi NATSUME proposed openstack/python-openstackclient master: Add 'host' and 'force' parameter in cold migration https://review.openstack.org/427565
08:22:05 openstackgerrit Jamie Lennox proposed openstack/keystoneauth master: Add an allow_version_hack flag to session and identity plugins. https://review.openstack.org/438788
14:28:35 openstackgerrit Merged openstack/python-openstacksdk master: Deprecate "wait_for" methods on ProxyBase https://review.openstack.org/434381
14:28:50 openstackgerrit Merged openstack/python-openstacksdk master: Implement metric docs https://review.openstack.org/435110
14:31:22 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Fix handling the use_default_subnet_pool attribute https://review.openstack.org/438514
14:31:45 briancurtin stevemar: i’m about to do an SDK release, wasn't there some kind of test you kick off before i do that?
14:59:04 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize block store docs https://review.openstack.org/438993
15:32:35 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize telemetry docs https://review.openstack.org/439020
15:36:04 reedip sindhu : hey
15:36:23 sindhu reedip: hey
15:36:41 reedip sindhu : any clue what is happening with the floating ip set CLI ?
15:36:59 reedip sindhu : I think we are stuck somewhere, isnt it?
15:36:59 sindhu reedip: working on it now
15:37:08 sindhu reedip: will upload a patch soon
15:37:35 reedip sindhu : one question . Do we need the sdk_session in Line 579 of openstack/network/v2/floating_ip.py ?
15:38:10 sindhu reedip: yes
15:38:17 reedip sindhu : y?
15:39:26 sindhu reedip: coz, find_floating_ip function needs session to be passed
15:39:58 reedip sindhu : thats what I am wondering. Why do we need a separate session when we are not using the same behavior for , say , a port or a network
15:40:19 reedip sindhu : is there something different implemented on the SDK for this ?
15:40:54 reedip I searched the whole OSC but couldnt find the sdk_session anywhere else except the patch in progress ( please correct me if I am wrong ) sindhu

Earlier   Later