Friday, 2015-03-13

openstackgerritMerged stackforge/python-openstacksdk: Get the ID of a single sub-resource  https://review.openstack.org/16367801:13
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Improve image.v2.tag  https://review.openstack.org/16405501:42
*** macjack has joined #openstack-sdks02:01
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Create stack  https://review.openstack.org/16406102:32
*** sigmavirus24_awa is now known as sigmavirus2402:42
openstackgerritMerged stackforge/os-client-config: Add cover to .gitignore  https://review.openstack.org/16311602:48
*** pm90_ has joined #openstack-sdks03:39
*** terrylhowe has quit IRC05:23
*** pm90_ has quit IRC06:21
*** stevemar has quit IRC06:22
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix session timing  https://review.openstack.org/16409106:32
*** stevemar has joined #openstack-sdks06:35
*** stevemar has quit IRC06:44
*** jamielennox has quit IRC07:31
*** jamielennox has joined #openstack-sdks07:34
*** jamielennox has quit IRC07:39
*** jamielennox|away has joined #openstack-sdks07:55
*** jamielennox|away is now known as jamielennox07:55
*** chlong has quit IRC08:09
*** openstackgerrit has quit IRC08:21
*** openstackgerrit has joined #openstack-sdks08:21
*** Miouge_ has joined #openstack-sdks09:06
*** Miouge has quit IRC09:08
*** Miouge_ is now known as Miouge09:08
*** sigmavirus24 is now known as sigmavirus24_awa09:24
*** bnemec has quit IRC09:24
*** bnemec has joined #openstack-sdks09:25
*** Miouge has quit IRC10:41
*** jamielennox has quit IRC10:55
*** jamielennox|away has joined #openstack-sdks11:02
*** jamielennox|away is now known as jamielennox11:02
*** jamielennox has quit IRC11:14
*** jamielennox|away has joined #openstack-sdks11:24
*** jamielennox|away is now known as jamielennox11:24
*** Miouge has joined #openstack-sdks11:34
*** bknudson has joined #openstack-sdks12:21
*** chlong has joined #openstack-sdks12:24
*** edleafe is now known as figleaf12:25
*** macjack has quit IRC12:32
*** terrylhowe has joined #openstack-sdks12:43
*** mattfarina has joined #openstack-sdks13:02
*** Miouge_ has joined #openstack-sdks13:03
*** Miouge has quit IRC13:04
*** Miouge_ is now known as Miouge13:04
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Create stack  https://review.openstack.org/16406113:10
*** Miouge has quit IRC13:51
*** Miouge has joined #openstack-sdks13:53
*** Miouge has quit IRC14:02
*** Miouge has joined #openstack-sdks14:13
*** katco has left #openstack-sdks14:22
*** pm90_ has joined #openstack-sdks14:59
*** pm90_ has quit IRC14:59
*** pm90_ has joined #openstack-sdks15:00
*** bknudson has quit IRC15:13
*** stevemar has joined #openstack-sdks15:19
*** Miouge has quit IRC15:40
*** bknudson has joined #openstack-sdks15:45
*** Miouge has joined #openstack-sdks15:50
*** Miouge has quit IRC15:59
*** Miouge has joined #openstack-sdks16:02
*** Miouge has quit IRC16:04
openstackgerritMarco Fargetta proposed openstack/python-openstackclient: Add support to remote_id  https://review.openstack.org/16130216:15
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix session timing  https://review.openstack.org/16409116:16
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix session timing  https://review.openstack.org/16409116:19
openstackgerritMonty Taylor proposed stackforge/os-client-config: Change dogpile cache defaults  https://review.openstack.org/16214716:20
*** pm90_ has quit IRC16:46
*** pm90_ has joined #openstack-sdks17:03
*** Miouge has joined #openstack-sdks17:15
*** pm90_ has quit IRC18:14
*** pm90__ has joined #openstack-sdks18:14
openstackgerritMerged stackforge/os-client-config: Change dogpile cache defaults  https://review.openstack.org/16214718:31
*** etoews has quit IRC18:39
tzeroHello, I heard about Openstack SDKs deprecating Pyrax. I've been tasked with investigating what would need to be changed/written/updated within the Salt and Ansible modules that leverage pyrax in order to keep them at feature parity when Pyrax officially goes away18:39
terrylhowebriancurtin: ^^18:41
briancurtintzero: i'm not familiar with how exactly salt and ansible use pyrax, but that's on my list of things to figure out as well18:43
briancurtintzero: they're fundamentally quite different so they'll mostly be rewrites if not entirely rewrites, and last i looked at the salt code it used libcloud. since this is more about pyrax and rackspace than it is about openstack, feel free to email me at brian@python.org or private message18:49
tzeroyeah, I figured on the rewrite part; maybe I should just e-mail Matt about the ansible stuff18:50
dtroyertzero: talk to mordred too about what he is doing with shade.  it's parallel (and much simpler) than the sdk19:02
dtroyertzero: re ansible19:02
mordredtzero: hi!19:02
mordredtzero: I'm working on a new set of ansible modules based on a library called shade, which we're also rewriting nodepool to use19:02
tzeromordred: omg hi2u!19:02
tzeroooo19:02
mordredtzero: I actually  _just_ mentioned to someone last night that we shoudl reach out to the salt folks about the same thing19:03
mordredalthough I don't have bandwidth to do that19:03
mordredtzero: we've also been making sure that shade can talk to rax, hp and devstack clouds (since those are what I have access to) since infra runs nodepool across hp and rax public clouds19:03
mordredtzero: the initial PR is here: https://github.com/ansible/ansible-modules-extras/pull/92/files there are 4 other branches I've got I need to put up for PR soon19:04
mordredtzero: shade is here: http://git.openstack.org/cgit/openstack-infra/shade19:04
mordredand we just got the first devstack-based functional gating job set up for it19:05
tzerowhoa, that's awesome19:06
mordredtzero: we'd love help if you're in the mood to hack in that area19:06
mordredI'd also love to get the new openstack ansible modules to feature parity with the rackspace modules - but I have done zero thinking in that direction because the rackspace modules are working just fine for their users19:07
mordredI'm tackling the ansible openstack modules right now because the old ones are pretty unsable19:07
mordredunusable19:08
tzeromy python's pretty rusty, but I can pitch in if it helps19:09
mordredtzero: we've got folks on it - so no need to dust it off if you don't feel like it - just wanted to make sure you knew the folks working on it friendly and welcoming people if you do19:10
tzeroawesome, the directive from $MANAGER here at RS said "find out what the pyrax deprecation means for salt and ansible, and if there's coding to be done, dust off the python skills" :)19:11
figleaftzero: also be sure to get an accurate estimate of when the openstacksdk is planned to replace pyrax19:12
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431019:13
tzerofigleaf: the e-mail mentioned Q2, right?19:14
tzerooh, briancurtin sent that cool19:14
figleaftzero: email?19:14
mordredI was just going to ask the same thing19:14
tzerofigleaf: here at RS on our dev list19:14
briancurtin(mixing rackspace internal things...)19:14
tzerosorry, yeah19:15
mordredah. no worries19:15
figleaftzero: ah, I'm no longer a Racker19:15
tzerofigleaf: ohh I know you..  :)19:15
figleafthis is my 'casual friday' nick19:15
tzerowe all had leveling tests based on pyrax19:15
*** LinuxHorn has joined #openstack-sdks19:17
tzeroat any rate, I'll give those modules a whirl.19:25
tzerothanks a bunch for the info19:25
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Make get_id public  https://review.openstack.org/16432419:46
*** stevemar has quit IRC19:56
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431020:17
*** stevemar has joined #openstack-sdks20:52
openstackgerritColleen Murphy proposed openstack/python-openstackclient: Add project and domain params to network create  https://review.openstack.org/15649221:00
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431021:13
*** mattfarina has quit IRC21:15
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy get method  https://review.openstack.org/16435121:28
*** bknudson has quit IRC21:35
stevemardtroyer, o/21:37
dtroyerstevemar: \o21:37
stevemardtroyer, thoughts on https://review.openstack.org/#/c/156492/2..3/openstackclient/network/v2/network.py ?21:38
stevemardtroyer, you cool with the handling of params that way?21:38
dtroyerare we going to run into that in other places a lot?  maybe besides neutron?21:40
*** pm90__ has quit IRC21:40
dtroyerwe should do something about the call to _api_version though, it's meant to be private21:40
*** bknudson has joined #openstack-sdks21:41
stevemardtroyer, i'm wondering about the consequences of making parameters available dynamically21:41
dtroyeryeah, I'm still thinking that one through21:42
dtroyerso neutron wants domain_id no matter what?21:44
dtroyerbecause neutron is being set up for v3 in devstack (soon if not already) but what happens to a user who asks OSC for identity v2?21:45
dtroyerit'll fail.  if neutron can't tell us when it is or isn't needed we'll always have to require it21:45
dtroyerI don't know how you guys keep all this straight.  we've opened way too many doors there, this is not simple for something that affects EVERY user21:46
*** Miouge has quit IRC22:00
openstackgerritMerged stackforge/python-openstacksdk: Make get_id public  https://review.openstack.org/16432422:22
*** stevemar has quit IRC22:24
*** figleaf is now known as edleafe22:28
briancurtinterrylhowe: good point - I'll see if I can add something reasonable to make sure we're trying to operate on the kind of resource we're expecting22:39
*** Miouge has joined #openstack-sdks22:55
*** Miouge has quit IRC23:24

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