Wednesday, 2016-01-06

openstackgerritAkira YOSHIYAMA proposed openstack/python-openstackclient: Add ability to set key value pairs in groups  https://review.openstack.org/26091100:09
openstackgerritAkira YOSHIYAMA proposed openstack/python-openstackclient: Add ability to set key value pairs in roles  https://review.openstack.org/26091300:09
openstackgerritAkira YOSHIYAMA proposed openstack/python-openstackclient: Add ability to set key value pairs in users  https://review.openstack.org/26091200:09
*** pratikmallya has joined #openstack-sdks00:18
*** pratikmallya has quit IRC01:03
*** Qiming has quit IRC01:32
*** Yanyanhu has joined #openstack-sdks01:52
*** Qiming has joined #openstack-sdks02:24
*** fzdarsky_ has joined #openstack-sdks02:29
*** fzdarsky|afk has quit IRC02:33
openstackgerritMerged openstack/python-openstacksdk: Add image user guide  https://review.openstack.org/25865202:38
*** dims has quit IRC02:59
*** gouthamr has quit IRC03:13
*** woodster_ has quit IRC03:36
*** devth_ has joined #openstack-sdks03:50
*** devth has quit IRC03:53
*** Qiming has quit IRC06:34
*** chlong has quit IRC06:50
*** Qiming has joined #openstack-sdks06:58
*** e0ne has joined #openstack-sdks07:25
*** Yanyanhu has quit IRC08:05
*** Yanyanhu has joined #openstack-sdks08:06
*** chlong has joined #openstack-sdks08:11
*** fzdarsky_ has quit IRC09:17
*** cdent has joined #openstack-sdks10:28
*** Yanyanhu has quit IRC10:29
openstackgerritJude Augustine Job proposed openstack/python-openstackclient: Implementation for Network Floating IP CRUD  https://review.openstack.org/25851910:31
*** dims has joined #openstack-sdks10:47
*** lucas-dinner is now known as lucasagomes11:06
*** lhcheng has joined #openstack-sdks11:19
*** cdent has quit IRC11:28
*** cdent has joined #openstack-sdks12:09
*** lhcheng has quit IRC12:16
*** lhcheng has joined #openstack-sdks12:17
*** lhcheng has quit IRC12:21
*** rtheis has joined #openstack-sdks12:29
*** thrash|g0ne is now known as thrash12:34
*** jaypipes has joined #openstack-sdks12:42
*** gouthamr has joined #openstack-sdks12:57
*** gouthamr is now known as gouthamr_away12:58
*** gouthamr_away is now known as gouthamr12:58
*** gouthamr is now known as gouthamr_away12:58
*** gouthamr_away is now known as gouthamr13:00
*** gouthamr is now known as gouthamr_away13:00
*** gouthamr_away has quit IRC13:02
*** gouthamr has joined #openstack-sdks13:03
*** gouthamr is now known as gouthamr_away13:05
*** gouthamr_away is now known as gouthamr13:05
*** gouthamr has quit IRC13:15
*** gouthamr has joined #openstack-sdks13:16
*** devth has joined #openstack-sdks13:51
*** devth_ has quit IRC13:54
openstackgerritRicardo Kirkner proposed openstack/cliff: remove unnecessary dependency on argparse  https://review.openstack.org/26419014:00
*** petertr7_away is now known as petertr714:05
openstackgerritRichard Theis proposed openstack/python-openstackclient: Further improve output for "os security group show"  https://review.openstack.org/26384314:22
*** cdent has quit IRC14:29
*** lucasagomes is now known as lucas-hungry14:30
openstackgerritMonty Taylor proposed openstack/os-client-config: Add IBM Public Cloud  https://review.openstack.org/26376814:46
openstackgerritMonty Taylor proposed openstack/os-client-config: Stop hardcoding compute in simple_client  https://review.openstack.org/26420214:46
openstackgerritMonty Taylor proposed openstack/os-client-config: Update auth urls and identity API versions  https://review.openstack.org/26420314:46
openstackgerritLiuNanke proposed openstack/os-client-config: Replace assertEqual(None, *) with assertIsNone in tests  https://review.openstack.org/26420614:51
*** sigmavirus24_awa is now known as sigmavirus2414:59
*** terrylhowe has joined #openstack-sdks15:07
*** cdent has joined #openstack-sdks15:07
*** lhcheng has joined #openstack-sdks15:19
*** petertr7 is now known as petertr7_away15:28
*** terrylhowe_ has joined #openstack-sdks15:30
*** terrylhowe has quit IRC15:32
*** terrylhowe_ is now known as terrylhowe15:32
*** lucas-hungry is now known as lucasagomes15:33
*** petertr7_away is now known as petertr715:35
*** lhcheng_ has joined #openstack-sdks15:48
*** lhcheng has quit IRC15:51
*** Qiming has quit IRC15:59
*** salv-orlando has joined #openstack-sdks16:12
openstackgerritRichard Theis proposed openstack/python-openstacksdk: Add LoadBalancer vip_port_id and provider properties  https://review.openstack.org/26426716:52
*** salv-orlando has quit IRC16:57
*** salv-orlando has joined #openstack-sdks16:58
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Better support for metadata in Compute service  https://review.openstack.org/24269416:59
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: Better support for metadata in Compute service  https://review.openstack.org/24269417:04
*** jgriffith is now known as jgriffith_away17:15
*** salv-orlando has quit IRC17:19
*** salv-orlando has joined #openstack-sdks17:20
*** jgriffith_away is now known as jgriffith17:30
briancurtinetoews, terrylhowe: https://review.openstack.org/#/c/262157 — thoughts on something like this? feels like a place that may be nice to have a clear separation between dry-run and do-the-actual-work, but it’s just the same call and one forces an extra argument. the alternative i have in mind is just upfront and clear docs in create_stack that specify17:30
briancurtinpreview=True is an option17:30
*** e0ne has quit IRC17:32
terrylhoweseems like overkill to add a method in the proxy for that to me briancurtin17:33
briancurtinit’s probably the one and only place i don’t mind the extra method, but i don’t want to end up polluting all of these namespaces with methods that just replace passing in arguments17:39
etoewsbriancurtin: terrylhowe: huh. so what's the relation of that to http://developer.openstack.org/api-ref-orchestration-v1.html#stack_preview ?17:53
etoewsthere's also http://developer.openstack.org/api-ref-orchestration-v1.html#stack_update_preview17:54
briancurtinetoews: it ends up using that — in the stack resource they insert the /preview17:54
briancurtin(the first thing you linked)17:54
etoewsoh i see it now.17:55
etoewsif body.pop('preview', False):17:55
etoews            url = cls.base_path + '/preview17:55
etoewsyuck17:56
etoewsputting it in the attrs just to pop it out of the body and use it as a flag?17:56
etoewsthat doesn't smell right17:56
terrylhoweseems like the stack resource should just have a preview method that is like the create method, but different url17:59
etoewsthat's a better design18:01
*** salv-orlando has quit IRC18:08
*** salv-orlando has joined #openstack-sdks18:09
*** petertr7 is now known as petertr7_away18:13
*** jose4183 has joined #openstack-sdks18:16
*** pratikmallya has joined #openstack-sdks18:26
openstackgerritRichard Theis proposed openstack/python-openstacksdk: Add missing Listener resource properties  https://review.openstack.org/26430218:37
*** e0ne has joined #openstack-sdks18:44
openstackgerritHardik Italia proposed openstack/python-openstacksdk: Add functional tests for DVR router.  https://review.openstack.org/26393619:07
*** petertr7_away is now known as petertr719:08
*** lhcheng_ has quit IRC19:33
*** devth has quit IRC19:42
*** e0ne has quit IRC19:47
*** devth has joined #openstack-sdks20:01
*** lucasagomes is now known as lucas-dinner20:03
*** woodster_ has joined #openstack-sdks20:12
openstackgerritRichard Theis proposed openstack/python-openstacksdk: Remove status property from LBaaS resources  https://review.openstack.org/26433620:12
*** devth_ has joined #openstack-sdks20:14
*** devth has quit IRC20:19
openstackgerritMerged openstack/python-openstacksdk: Add Quota RUD and missing properties  https://review.openstack.org/26013320:24
openstackgerritMerged openstack/python-openstacksdk: Add Subnet Pool CRUD  https://review.openstack.org/26072420:24
*** e0ne has joined #openstack-sdks20:28
*** e0ne has quit IRC20:29
*** e0ne has joined #openstack-sdks20:30
*** devth_ is now known as devth20:32
*** e0ne has quit IRC20:33
*** dtroyer_zz has quit IRC20:43
*** dtroyer has joined #openstack-sdks20:45
openstackgerritMerged openstack/keystoneauth: Change LOG.warn to LOG.warning  https://review.openstack.org/26311620:50
openstackgerritMerged openstack/python-openstacksdk: Add missing Listener resource properties  https://review.openstack.org/26430221:00
openstackgerritMerged openstack/python-openstacksdk: Add functional tests for DVR router.  https://review.openstack.org/26393621:00
openstackgerritMerged openstack/keystoneauth: Add betamax to test-requirements.txt  https://review.openstack.org/26018321:08
*** cdent has quit IRC21:08
*** kragniz is now known as {^-^}21:17
*** {^-^} is now known as Guest4635321:18
*** Guest46353 is now known as kragniz21:18
*** lhcheng has joined #openstack-sdks21:24
*** lhcheng_ has joined #openstack-sdks21:27
*** lhcheng has quit IRC21:31
*** gouthamr has quit IRC21:41
openstackgerritMerged openstack/python-openstacksdk: Raise not found error if stack is deleted when find_stack  https://review.openstack.org/26122121:41
*** devth_ has joined #openstack-sdks21:44
*** devth has quit IRC21:47
*** devth has joined #openstack-sdks21:49
*** devth_ has quit IRC21:53
*** dtroyer has quit IRC22:04
*** terrylhowe has quit IRC22:04
*** VeggieMeat_ has joined #openstack-sdks22:04
*** jose4183 has quit IRC22:04
*** jose4183 has joined #openstack-sdks22:05
*** sdague has quit IRC22:05
*** VeggieMeat has quit IRC22:05
*** rtheis has quit IRC22:08
*** VeggieMeat_ is now known as VeggieMeat22:08
*** salv-orl_ has joined #openstack-sdks22:09
*** jose4183 has quit IRC22:10
*** dtroyer has joined #openstack-sdks22:10
*** sdague has joined #openstack-sdks22:11
*** salv-orlando has quit IRC22:12
*** petertr7 is now known as petertr7_away22:13
*** dims has quit IRC22:22
*** pratikmallya has quit IRC22:30
*** devth_ has joined #openstack-sdks22:34
*** devth has quit IRC22:34
*** devth_ is now known as devth22:43
*** dims has joined #openstack-sdks22:53
*** pratikmallya has joined #openstack-sdks22:54
*** pratikmallya has quit IRC22:59
*** devth has quit IRC23:04
*** dims has quit IRC23:04
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/26440623:11
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/26440723:11
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/26442723:15
*** devth has joined #openstack-sdks23:16
*** devth_ has joined #openstack-sdks23:17
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/26440623:19
*** devth has quit IRC23:21
*** devth has joined #openstack-sdks23:22
*** devth has quit IRC23:22
*** pratikmallya has joined #openstack-sdks23:22
*** devth has joined #openstack-sdks23:23
*** devth_ has quit IRC23:25
*** sigmavirus24 is now known as sigmavirus24_awa23:25
*** woodster_ has quit IRC23:26
*** devth_ has joined #openstack-sdks23:27
*** devth has quit IRC23:28
*** dims_ has joined #openstack-sdks23:29
*** gouthamr has joined #openstack-sdks23:29
*** dims_ has quit IRC23:34
*** dims_ has joined #openstack-sdks23:36
*** Qiming has joined #openstack-sdks23:41

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!