Friday, 2015-03-27

*** bknudson has joined #openstack-sdks00:04
*** rmcall has quit IRC00:12
*** sigmavirus24_awa is now known as sigmavirus2400:48
*** rmcall has joined #openstack-sdks02:08
*** rmcall_ has joined #openstack-sdks02:11
*** rmcall has quit IRC02:12
*** rmcall_ is now known as rmcall02:12
*** sigmavirus24 is now known as sigmavirus24_awa02:14
*** rmcall has quit IRC02:22
*** stevemar has joined #openstack-sdks04:08
*** stevemar2 has joined #openstack-sdks04:32
*** stevemar has quit IRC04:35
*** stevemar2 is now known as stevemar04:53
*** jamielennox is now known as jamielennox|away05:41
*** pm90_ has joined #openstack-sdks05:44
*** pm90_ has quit IRC06:00
*** chlong has quit IRC07:16
*** maufart has joined #openstack-sdks07:21
*** Miouge has joined #openstack-sdks07:26
*** etoews has quit IRC07:29
*** stevemar has quit IRC07:59
*** sirjava has joined #openstack-sdks10:32
*** sirjava has left #openstack-sdks10:38
*** macjack has joined #openstack-sdks11:05
*** macjack has quit IRC11:07
*** bknudson has quit IRC12:40
*** sigmavirus24_awa is now known as sigmavirus2412:57
*** bknudson has joined #openstack-sdks13:01
*** f13o has joined #openstack-sdks13:50
*** mattfarina has joined #openstack-sdks14:07
*** etoews has joined #openstack-sdks14:20
*** pm90_ has joined #openstack-sdks15:04
*** pm90_ has quit IRC15:05
*** pm90_ has joined #openstack-sdks15:06
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add _check_resource to BaseProxy  https://review.openstack.org/16727315:19
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431015:19
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy get method  https://review.openstack.org/16435115:20
*** fifieldt has quit IRC15:21
*** stevemar has joined #openstack-sdks15:34
*** maufart has quit IRC15:40
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add _check_resource to BaseProxy  https://review.openstack.org/16727316:07
*** Miouge has quit IRC16:14
*** tzero has quit IRC16:18
*** tzero has joined #openstack-sdks16:27
*** bknudson has quit IRC16:51
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431017:42
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy get method  https://review.openstack.org/16435117:42
*** bknudson has joined #openstack-sdks17:49
*** christi3k has joined #openstack-sdks17:55
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add _check_resource to BaseProxy  https://review.openstack.org/16727317:59
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy get method  https://review.openstack.org/16435117:59
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431017:59
etoewsi'm trying to make a call to the volume service with the sdk like18:00
etoews  conn.volume.get_volume(id='does_not_exist')18:00
etoewsbut i get18:00
etoews  AttributeError: 'Connection' object has no attribute 'volume'18:00
briancurtinwhat's the full stack trace18:00
etoewsmy question is, where in the sdk does volume get wired up to Connection?18:00
etoewsthat's pretty much it but...18:01
etoewshttps://www.irccloud.com/pastebin/1SbiYZyB18:01
briancurtinetoews: it's currently handled in openstack/user_preference.py as we construct those manually. i think there's a review out there to do them by discovery, and we've talked about stuff like that, but they're hooked up manually for right now18:03
briancurtinin the __init__ you'll see where we've hooked up the other names. just have to do the same for volume18:03
etoewsdoes it happen in Connection._load(service)?18:03
briancurtinthat's where it actually gets instantiated, yes, based on what's in that UP list18:04
etoewswould you consider UserPreference.__init__ and Connection.__init__ to be the entry points for when the sdk is being initialized for first use?18:06
briancurtinconnection yes, UP no18:07
briancurtiner, well UP is but it's implicit unless you have the need to specify preferences. it's not generally an entry point. connection is explicitly the entry point18:07
etoewsthat makes sense18:08
etoewsUP.__init__ can actually come before or after depending on whether or not the user needs to specify an UP correct?18:09
briancurtinif you want to have your own preference it has to come before. if you don't do anything, we create the default while setting up the Connection18:09
etoewsgotcha18:09
etoewsbriancurtin: is there a particular reason volume doesn't have a _proxy.py?18:24
briancurtinetoews: because it hasn't been created yet18:24
etoewsmakes sense18:24
etoewspatch incoming18:25
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy create method  https://review.openstack.org/16844818:39
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Add a Proxy for the Volume service  https://review.openstack.org/16844918:41
*** pm90_ has quit IRC19:28
*** britthouser has quit IRC20:39
stevemardtroyer, i've seen you with a macbook21:00
stevemarwhat are your thoughts on https://bugs.launchpad.net/python-openstackclient/+bug/143689821:00
openstackLaunchpad bug 1436898 in python-openstackclient "Unable to Launch OpenStack client on OSX" [Undecided,New]21:00
-openstackstatus- NOTICE: Gerrit maintenance commences in 1 hour at 22:00 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html21:01
stevemardhellmann, might also know ... since it seems to hit cliff code21:03
dtroyerI heard dhellmann might be on vacation?21:03
dtroyerstevemar: I have been seen with a MacBook, more than once actually21:03
stevemardtroyer, oh, didn't know he was afk21:04
stevemardtroyer, python + mac + cliff + locales = /me shudder21:04
dtroyerI think we need more details on that bug, but I've never had a problem.  I suspect he's not set with default Engligh/US configs like I have21:04
stevemarprobably not21:04
dtroyerwill look at hotel later after dinner…21:05
sigmavirus24dtroyer: what about looking at the hotel will help with that bug?21:06
sigmavirus24;)21:06
dtroyerit has windows…the kind I like to look at, not the kind on my mom's new laptop21:08
stevemarba dum tssst21:08
dtroyerplus, I'll have Indian food in me so happy time will have commenced21:08
stevemardtroyer, still in nyc?21:09
dtroyeryup, just wrapping up the day here…21:10
dtroyerhome tomorrow21:10
stevemarso long nice transit system21:12
stevemardtroyer, you going to pycon in a few weeks?21:12
sigmavirus24dtroyer: have you spent much time in the NYC subways?21:15
*** trown is now known as trown|outttypeww21:21
stevemarsigmavirus24, oh if you wanted to know glance stuff in osc... https://bugs.launchpad.net/python-openstackclient/+bug/1402420 and https://blueprints.launchpad.net/python-openstackclient/+spec/image-member are food for thought21:36
openstackLaunchpad bug 1402420 in python-openstackclient "Image sharing does not seem to be supported" [Medium,In progress] - Assigned to wanghong (w-wanghong)21:36
sigmavirus24stevemar: yeah, Matt Kassawara is on my team and was annoying me about not being able to use openstackclient for the glance section21:37
stevemar:(21:37
stevemarthere is *some* support for it21:37
stevemarsupport for keystone and nova are by far the best21:38
sigmavirus24stevemar: yeah. not enough to do everything that's necessary though21:38
stevemarglance/cinder/swift have decent support, but yes. not enough to do everything21:38
stevemarneutron ... let's not go there21:38
sigmavirus24stevemar: hold on, let me try to make a bridge to get to neutron21:42
sigmavirus24nope failed21:42
*** stevemar has quit IRC21:42
sigmavirus24lol21:42
sigmavirus24networking knows when you're poking fun at it21:42
*** mattfarina has quit IRC21:44
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html22:05
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html"22:05
*** ChanServ changes topic to "#openstack-sdks"22:33

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