*** subscope has quit IRC | 00:18 | |
*** bknudson has quit IRC | 01:53 | |
*** pm90_ has joined #openstack-sdks | 02:15 | |
*** pm90_ has quit IRC | 02:52 | |
*** pm90_ has joined #openstack-sdks | 02:52 | |
*** pm90_ has quit IRC | 02:57 | |
*** stevemar has joined #openstack-sdks | 03:19 | |
*** pm90_ has joined #openstack-sdks | 04:14 | |
*** stevemar has quit IRC | 05:55 | |
*** pm90_ has quit IRC | 06:27 | |
*** Miouge has joined #openstack-sdks | 07:44 | |
*** Miouge has quit IRC | 08:29 | |
*** Miouge has joined #openstack-sdks | 08:32 | |
*** Miouge has quit IRC | 08:36 | |
*** Miouge has joined #openstack-sdks | 08:44 | |
*** Miouge has quit IRC | 08:54 | |
*** britthouser has joined #openstack-sdks | 11:53 | |
*** macjack has joined #openstack-sdks | 12:31 | |
*** macjack has quit IRC | 12:35 | |
*** terrylhowe has joined #openstack-sdks | 12:47 | |
*** openstackgerrit has quit IRC | 12:50 | |
*** openstackgerrit has joined #openstack-sdks | 12:50 | |
*** fifieldt has joined #openstack-sdks | 12:51 | |
*** bknudson has joined #openstack-sdks | 13:30 | |
*** pm90_ has joined #openstack-sdks | 13:50 | |
*** pm90_ has quit IRC | 13:51 | |
*** pm90_ has joined #openstack-sdks | 13:51 | |
*** mattfarina has joined #openstack-sdks | 14:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:25 | |
*** stevemar has joined #openstack-sdks | 14:40 | |
*** etoews has joined #openstack-sdks | 14:41 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix session timing https://review.openstack.org/164091 | 15:06 |
---|---|---|
openstackgerrit | Cedric Brandily proposed openstack/python-openstackclient: Use cliff deferred help instead of homemade one https://review.openstack.org/158779 | 15:28 |
*** openstackgerrit has quit IRC | 16:11 | |
*** openstackgerrit has joined #openstack-sdks | 16:12 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Start the move from httpretty to requests_mock https://review.openstack.org/164776 | 16:49 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Start the move from httpretty to requests_mock https://review.openstack.org/164776 | 16:50 |
*** openstackgerrit has quit IRC | 16:54 | |
*** openstackgerrit has joined #openstack-sdks | 16:54 | |
*** britthouser has quit IRC | 17:01 | |
*** pm90_ has quit IRC | 17:19 | |
*** pm90_ has joined #openstack-sdks | 17:49 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:51 | |
*** pm90_ has quit IRC | 18:30 | |
*** pm90_ has joined #openstack-sdks | 18:30 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:04 | |
*** pm90_ has quit IRC | 19:28 | |
*** pm90_ has joined #openstack-sdks | 19:35 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Remove httpretty from Transport tests https://review.openstack.org/164837 | 19:35 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add requests_mock to test-requirements https://review.openstack.org/164839 | 19:40 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Start the move from httpretty to requests_mock https://review.openstack.org/164776 | 19:41 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Remove httpretty from Transport tests https://review.openstack.org/164837 | 19:41 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Start moving Transport tests off of httpretty https://review.openstack.org/164776 | 19:42 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Remove httpretty from Transport tests https://review.openstack.org/164837 | 19:43 |
*** pm90__ has joined #openstack-sdks | 19:54 | |
*** britthouser has joined #openstack-sdks | 19:55 | |
*** pm90_ has quit IRC | 19:55 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add requests_mock to test-requirements https://review.openstack.org/164839 | 20:12 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Start moving Transport tests off of httpretty https://review.openstack.org/164776 | 20:16 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Remove httpretty from Transport tests https://review.openstack.org/164837 | 20:16 |
*** pm90__ has quit IRC | 20:17 | |
*** pm90_ has joined #openstack-sdks | 20:17 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:00 | |
etoews | briancurtin: i just started an agenda for tomorrow's sdk meeting. hope that's cool. | 21:06 |
etoews | i'm looking forward to talking about functional testing. | 21:06 |
briancurtin | #1 priority is the API stuff, but sure | 21:07 |
etoews | yep. let's get the api nailed down. | 21:12 |
*** tellesnobrega has quit IRC | 21:13 | |
etoews | dtroyer: what's the easiest way to enable a full service in a local.conf? having to enable_service for each sub-service seems a bit verbose and you'd have to add new services in new releases. | 21:13 |
dtroyer | etoews: that is how it works. DevStack sets up a set of defaults in stackrc, but since the set of services you want on a given node may vary they are individually set. | 21:15 |
etoews | dtroyer: gotcha. guess i'm just used to a single node install. makes sense. | 21:16 |
*** tellesnobrega has joined #openstack-sdks | 21:18 | |
etoews | briancurtin: when you wrote container.create_by_id(cls, session, attrs, resource_id=None) i see you didn't include path_args in the method signature like there is in the super class method resource.create_by_id(cls, session, attrs, resource_id=None, path_args=None) | 21:20 |
etoews | i know you didn't include it because it isn't used in the method body | 21:21 |
etoews | i'm facing a similar situation in stack.create_by_id https://review.openstack.org/#/c/164061/1/openstack/orchestration/v1/stack.py | 21:21 |
etoews | i'm not sure if there's a python convention or our own sdk convention to apply in this situation | 21:22 |
etoews | i just want the code to be consistent | 21:23 |
etoews | is there a good reason to include path_args or not include path_args in the signature when it isn't used in the method? | 21:23 |
*** pm90_ has quit IRC | 21:24 | |
*** mattfarina has quit IRC | 21:33 | |
*** pm90_ has joined #openstack-sdks | 21:34 | |
*** pm90_ has quit IRC | 21:44 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:47 | |
terrylhowe | it is a method in a derived class and will be called with that argument | 21:55 |
*** pm90_ has joined #openstack-sdks | 22:06 | |
*** pm90_ has quit IRC | 22:08 | |
*** pm90_ has joined #openstack-sdks | 22:08 | |
*** stevemar has quit IRC | 22:13 | |
*** pm90_ has quit IRC | 22:13 | |
*** mattfarina has joined #openstack-sdks | 22:18 | |
*** mattfarina has quit IRC | 22:18 | |
*** bknudson has quit IRC | 22:22 | |
*** pm90_ has joined #openstack-sdks | 22:27 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:43 | |
*** pm90_ has quit IRC | 22:58 | |
*** pm90_ has joined #openstack-sdks | 23:12 | |
*** pm90_ has quit IRC | 23:19 | |
*** pm90_ has joined #openstack-sdks | 23:19 | |
*** pm90_ has quit IRC | 23:40 | |
*** pm90_ has joined #openstack-sdks | 23:40 | |
*** bknudson has joined #openstack-sdks | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!