Wednesday, 2015-04-15

jamielennoxdtroyer: here?00:00
*** britthouser has joined #openstack-sdks00:00
*** britthouser has quit IRC01:26
*** stevemar has quit IRC04:01
openstackgerritJamie Lennox proposed openstack/python-openstackclient: Use keyring for authentication  https://review.openstack.org/17367304:44
*** terrylhowe has quit IRC04:46
*** britthouser has joined #openstack-sdks04:49
*** britthou_ has joined #openstack-sdks04:51
*** britthouser has quit IRC04:54
*** britthou_ has quit IRC04:54
*** stevemar has joined #openstack-sdks04:55
*** britthouser has joined #openstack-sdks04:55
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575505:09
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add docs for service provider CRUD  https://review.openstack.org/16856205:09
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add a limit option to image list  https://review.openstack.org/17276305:32
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add support to specify volume quotas per volume type  https://review.openstack.org/17036605:42
*** stevemar has quit IRC06:15
*** maufart has joined #openstack-sdks06:56
*** chlong has quit IRC07:35
*** maufart has quit IRC08:07
*** maufart has joined #openstack-sdks08:07
*** maufart is now known as aufi08:25
*** jamielennox is now known as jamielennox|away09:52
*** kragniz has joined #openstack-sdks10:44
*** mattfarina has joined #openstack-sdks10:58
*** mattfarina has quit IRC11:04
*** mattfarina has joined #openstack-sdks11:11
*** trown|outttypeww is now known as trown12:06
*** bknudson has joined #openstack-sdks12:30
*** terrylhowe has joined #openstack-sdks12:54
*** mattfarina has quit IRC13:06
*** mattfarina has joined #openstack-sdks13:08
*** britthouser has quit IRC13:41
*** pm90_ has joined #openstack-sdks13:51
*** pm90_ has quit IRC13:51
*** pm90_ has joined #openstack-sdks13:52
*** aufi has quit IRC14:05
*** aufi has joined #openstack-sdks14:05
*** stevemar has joined #openstack-sdks14:09
*** britthouser has joined #openstack-sdks14:15
*** britthouser has quit IRC14:15
*** britthouser has joined #openstack-sdks14:15
*** sigmavirus24_awa is now known as sigmavirus2414:20
openstackgerritTerry Howe proposed openstack/python-openstackclient: Add --os-cloud support  https://review.openstack.org/12979514:53
openstackgerritTerry Howe proposed openstack/python-openstackclient: Print warning on authentication error  https://review.openstack.org/17391814:53
*** jdaggett has left #openstack-sdks15:02
*** aufi has quit IRC15:18
*** stevemar has quit IRC15:28
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Move keypair to standalone example  https://review.openstack.org/17394815:40
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Move keypair to standalone example  https://review.openstack.org/17394815:45
*** pm90_ has quit IRC16:51
*** sigmavirus24 is now known as sigmavirus24_awa17:19
*** trown is now known as trown|lunch17:29
*** nosleep77 has quit IRC17:40
*** pm90_ has joined #openstack-sdks17:46
*** pm90_ has quit IRC17:47
*** pm90_ has joined #openstack-sdks17:48
*** openstackstatus has quit IRC17:58
*** trown|lunch is now known as trown17:58
*** openstackstatus has joined #openstack-sdks18:00
*** ChanServ sets mode: +v openstackstatus18:00
-openstackstatus- NOTICE: Gerrit has stopped emitting events so Zuul is not alerted to changes. We will restart Gerrit shortly to correct the problem.18:04
*** ChanServ changes topic to "Gerrit has stopped emitting events so Zuul is not alerted to changes. We will restart Gerrit shortly to correct the problem."18:04
*** sigmavirus24_awa is now known as sigmavirus2418:10
*** ChanServ changes topic to "#openstack-sdks"18:27
-openstackstatus- NOTICE: Gerrit has been restarted. New patches, approvals, and rechecks between 17:30 and 18:20 UTC may have been missed by Zuul and will need rechecks or new approvals added.18:27
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Create a method to format urls  https://review.openstack.org/17399318:46
mordredterrylhowe, dtroyer: so - I have this question ...19:02
mordredthe command line arguments - howcome they all start with 'os' - it seems wordy ...19:02
mordred(I know, the env vars all start with OS_ ...)19:02
sdaguemordred: I think it's legacy19:12
*** stevemar has joined #openstack-sdks19:13
*** nosleep77 has joined #openstack-sdks19:14
nosleep77hi guys, I have this line to create an instance via python. I just wanted to know how to specify a network in this > http://paste.openstack.org/show/204028/19:26
dtroyermordred: that was a hold-over from the additions I made to the project CLIs pre-OSC.  IT does also protect against global vs command option collision, although the only one of those we have ad so faar was —verify and didn't have the OS anyway.19:28
dtroyerand I still can't type19:28
mordredtyping is overrated19:33
terrylhowenosleep77: I think you’d add in something like network=[{‘uuid’: netid}]19:49
nosleep77terrylhowe: thanks lemme try19:50
nosleep77not sure what the problem is > http://paste.openstack.org/show/204033/19:52
terrylhowesounds like you need to create your own network nosleep77 and not use Ext-net19:53
nosleep77terrylhowe: already have a network called demo-net. that's what i was trying to use19:54
terrylhowedid you try network=[{‘uuid’: demonet.id}] ?19:55
terrylhoweI don’t recall exactly what nova client expects for that param19:56
terrylhoweI would definitely try the uuid first over the name though19:56
nosleep77getting invalid syntax > http://paste.openstack.org/show/204035/19:58
terrylhoweah, looking at osc, the param is nics=[{‘net-id’: demoid}]19:58
nosleep77oooh yes!20:03
nosleep77terrylhowe: you da man!20:03
nosleep77terrylhowe: can you pls tell me where you found this? i am now trying to add a floating ip with this and its not working > fip = nova.floating_ips.create()20:12
*** pm90_ has quit IRC20:16
terrylhowenosleep77: https://github.com/openstack/python-openstackclient/blob/master/openstackclient/compute/v2/server.py#L45720:22
terrylhowehttps://github.com/openstack/python-openstackclient/blob/master/openstackclient/compute/v2/floatingip.py#L75 maybe for ips20:23
openstackgerritDavanum Srinivas (dims) proposed openstack/python-openstackclient: Better help for --nic in create server  https://review.openstack.org/17409120:33
*** pm90_ has joined #openstack-sdks20:40
*** stevemar has quit IRC20:41
*** pm90_ has quit IRC20:44
*** pm90_ has joined #openstack-sdks20:44
*** mattfarina has quit IRC21:02
*** trown is now known as trown|outttypeww21:42
*** jamielennox|away is now known as jamielennox21:46
*** bknudson has quit IRC21:54
*** pm90_ has quit IRC22:10
nosleep77terrylhowe: that's what i am doing lest i'm overlooking something22:29
nosleep77fip = nova.floating_ips.create()22:29
nosleep77http://paste.openstack.org/show/204048/22:40
*** chlong has joined #openstack-sdks23:10
*** Shrews_ has joined #openstack-sdks23:35
*** HenryG_ has joined #openstack-sdks23:35
*** Shrews has quit IRC23:36
*** Shrews_ is now known as Shrews23:36
*** HenryG has quit IRC23:38
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Create stack  https://review.openstack.org/16406123:50

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