*** britthou_ has joined #openstack-sdks | 00:29 | |
*** britthouser has quit IRC | 00:31 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:56 | |
*** shakamunyi has quit IRC | 01:02 | |
*** Qiming has joined #openstack-sdks | 01:15 | |
*** Qiming_ has joined #openstack-sdks | 01:16 | |
*** Qiming has quit IRC | 01:19 | |
*** britthou_ has quit IRC | 01:20 | |
*** britthouser has joined #openstack-sdks | 01:21 | |
*** Qiming_ is now known as Qiming | 01:23 | |
*** britthouser has quit IRC | 01:49 | |
*** britthouser has joined #openstack-sdks | 01:50 | |
*** Qiming_ has joined #openstack-sdks | 01:55 | |
*** Qiming has quit IRC | 01:58 | |
*** stevemar has joined #openstack-sdks | 02:04 | |
*** Qiming_ is now known as Qiming | 02:04 | |
*** shakamunyi has joined #openstack-sdks | 02:09 | |
*** stevemar has quit IRC | 05:03 | |
*** Qiming_ has joined #openstack-sdks | 06:23 | |
*** Qiming has quit IRC | 06:26 | |
*** aufi has joined #openstack-sdks | 06:41 | |
*** chlong has quit IRC | 08:23 | |
*** aufi has quit IRC | 08:24 | |
*** aufi has joined #openstack-sdks | 08:24 | |
*** Miouge has quit IRC | 09:08 | |
*** jlibosva has joined #openstack-sdks | 09:21 | |
*** Miouge has joined #openstack-sdks | 09:23 | |
*** Miouge has quit IRC | 09:24 | |
*** thrash|g0ne is now known as thrash | 10:29 | |
*** Miouge has joined #openstack-sdks | 10:37 | |
*** Miouge has quit IRC | 10:45 | |
openstackgerrit | Jakub Libosvar proposed openstack/cliff: Set encoding to streams https://review.openstack.org/180587 | 10:49 |
---|---|---|
*** Miouge has joined #openstack-sdks | 10:58 | |
*** Qiming_ has quit IRC | 10:59 | |
*** Miouge has quit IRC | 11:03 | |
jlibosva | dhellmann: hello - re cliff encoding | 11:06 |
dhellmann | jlibosva: hi | 11:07 |
jlibosva | dhellmann: I'm trying to make it work with py34 but I'm getting lost a bit with all the string stuff there | 11:07 |
jlibosva | dhellmann: should I continue working on that or can I simply skip test cases that doesn't support py34? | 11:08 |
dhellmann | jlibosva: well, the library needs to work on 3.4, so I think this change does, too | 11:08 |
dhellmann | it is very possible you will need different logic for the different versions of python | 11:09 |
jlibosva | dhellmann: I'm just having troubles with the testing data | 11:09 |
jlibosva | dhellmann: should it be str or bytes? | 11:09 |
* jlibosva isn't python 3.4 aware :( | 11:10 | |
dhellmann | jlibosva: that's a good question. I would think bytes, since you're simulating a pipe with encoded input & output | 11:11 |
jlibosva | dhellmann: I thought so too | 11:11 |
jlibosva | but | 11:11 |
jlibosva | $ echo 'č' | python3.4 py34_input.py | 11:11 |
jlibosva | <class 'str'> | 11:11 |
jlibosva | it prints the type of what's got from stdin, but maybe stdin already encodes ... | 11:12 |
dhellmann | jlibosva: quite possibly -- I haven't had time to do the research into that, and probably won't until after the summit | 11:14 |
jlibosva | dhellmann: oki doki, I'll keep digging | 11:14 |
dhellmann | I would have to look at the interpreter startup code to see where it configures those streams | 11:14 |
jlibosva | dhellmann: I'll read py34 doc on strings | 11:15 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-openstackclient: Enable specifing domains in "role add" https://review.openstack.org/180712 | 11:52 |
*** jaosorior has joined #openstack-sdks | 11:52 | |
*** openstackgerrit has quit IRC | 11:52 | |
*** openstackgerrit has joined #openstack-sdks | 11:52 | |
*** trown|outttypeww is now known as trown | 12:05 | |
*** pm90_ has joined #openstack-sdks | 12:16 | |
aufi | Hi, I have a question related to openstack image create command (v1). It behaves like create_or_update (if image with name specified for create already existed, it is updated). I got an internal bug saying, that osc does not allow create multiple images with same name. It looks like an intention in the code, so I would like ask what do you thing about that? | 12:23 |
aufi | Related code: https://github.com/openstack/python-openstackclient/blob/master/openstackclient/image/v1/image.py#L247-L269 | 12:23 |
*** jlibosva has quit IRC | 12:58 | |
*** openstackstatus has quit IRC | 13:25 | |
*** openstackstatus has joined #openstack-sdks | 13:26 | |
*** ChanServ sets mode: +v openstackstatus | 13:26 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:38 | |
*** joesavak has joined #openstack-sdks | 13:39 | |
*** chlong has joined #openstack-sdks | 13:39 | |
*** jamielennox is now known as jamielennox|away | 13:51 | |
*** SpamapS has quit IRC | 13:58 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Proxy update method https://review.openstack.org/179141 | 14:05 |
openstackgerrit | Merged stackforge/python-openstacksdk: Fix docs for volume proxy delete https://review.openstack.org/179993 | 14:05 |
openstackgerrit | Merged stackforge/python-openstacksdk: proxy update database changes https://review.openstack.org/179999 | 14:16 |
*** aufi is now known as aufi|afk | 14:36 | |
*** mattfarina has joined #openstack-sdks | 14:39 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Synchronize global requirements https://review.openstack.org/178510 | 14:40 |
openstackgerrit | Merged stackforge/python-openstacksdk: Proxy update identity changes https://review.openstack.org/179998 | 14:42 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Proxy create method https://review.openstack.org/168448 | 14:42 |
openstackgerrit | Merged stackforge/python-openstacksdk: Initial version of clustering service support https://review.openstack.org/180379 | 14:44 |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/179882 | 14:48 |
*** jsavak has joined #openstack-sdks | 14:53 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Proxy update telemetry changes https://review.openstack.org/179994 | 14:54 |
*** joesavak has quit IRC | 14:55 | |
*** joesavak has joined #openstack-sdks | 14:56 | |
*** jsavak has quit IRC | 14:58 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Proxy update image changes https://review.openstack.org/179997 | 15:00 |
openstackgerrit | Merged stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/179882 | 15:01 |
openstackgerrit | Merged stackforge/python-openstacksdk: Proxy create method https://review.openstack.org/168448 | 15:19 |
etoews | mmmmmerge it! | 15:30 |
mattfarina | notmyname got a minute for a PM on go and swift? | 15:35 |
notmyname | sure. or call me if you want | 15:36 |
openstackgerrit | Merged stackforge/python-openstacksdk: Move network example into directory https://review.openstack.org/178738 | 15:51 |
openstackgerrit | Merged stackforge/python-openstacksdk: Remove references to v2_0 from examples https://review.openstack.org/178741 | 15:51 |
*** mattfarina has quit IRC | 15:51 | |
openstackgerrit | Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/180604 | 15:51 |
dtroyer | uh oh, playing 'chicken' with a lightning-filled thunderstorm here… | 15:56 |
dtroyer | power hit #1... | 15:57 |
*** trown is now known as trown|lunch | 16:05 | |
*** jsavak has joined #openstack-sdks | 16:05 | |
*** pm90_ has quit IRC | 16:06 | |
*** joesavak has quit IRC | 16:08 | |
*** joesavak has joined #openstack-sdks | 16:23 | |
*** SpamapS has joined #openstack-sdks | 16:24 | |
*** jsavak has quit IRC | 16:26 | |
*** shakamunyi has quit IRC | 16:29 | |
*** pm90_ has joined #openstack-sdks | 16:32 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add Heat resource support https://review.openstack.org/181063 | 16:33 |
*** pm90__ has joined #openstack-sdks | 16:35 | |
*** pm90_ has quit IRC | 16:35 | |
*** pm90__ has quit IRC | 16:41 | |
*** aufi|afk is now known as aufi | 16:50 | |
*** aufi has quit IRC | 16:50 | |
*** joesavak has quit IRC | 17:03 | |
*** joesavak has joined #openstack-sdks | 17:07 | |
*** terrylhowe has joined #openstack-sdks | 17:16 | |
*** mattfarina has joined #openstack-sdks | 17:20 | |
openstackgerrit | Monty Taylor proposed openstack/os-client-config: Also accept .yml as a suffix https://review.openstack.org/180306 | 17:21 |
mordred | Shrews: ok. I think that ^^ should address your concern? | 17:21 |
*** terrylhowe has quit IRC | 17:27 | |
*** anteaya has quit IRC | 17:45 | |
*** trown|lunch is now known as trown | 17:48 | |
*** pm90_ has joined #openstack-sdks | 18:01 | |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 18:01 |
greghaynes | mordred: ^ | 18:01 |
*** pm90_ has quit IRC | 18:01 | |
*** pm90_ has joined #openstack-sdks | 18:02 | |
mordred | greghaynes: +2 | 18:02 |
mordred | greghaynes: maybe Shrews will bring it home for us | 18:02 |
Shrews | looking | 18:03 |
Shrews | at both | 18:03 |
*** mattfarina has quit IRC | 18:04 | |
openstackgerrit | Merged openstack/os-client-config: Also accept .yml as a suffix https://review.openstack.org/180306 | 18:08 |
Shrews | greghaynes: one minor issue | 18:08 |
greghaynes | right, missed that when refactoring | 18:11 |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 18:14 |
Shrews | greghaynes: i hate to ask, but it might be good to have a test for this | 18:15 |
greghaynes | heh | 18:15 |
greghaynes | fine with me | 18:15 |
Shrews | greghaynes: thx | 18:16 |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 18:33 |
*** jsavak has joined #openstack-sdks | 18:35 | |
greghaynes | Shrews: ^ | 18:35 |
*** joesavak has quit IRC | 18:39 | |
*** joesavak has joined #openstack-sdks | 18:39 | |
*** jsavak has quit IRC | 18:41 | |
*** jsavak has joined #openstack-sdks | 18:41 | |
*** joesavak has quit IRC | 18:45 | |
*** joesavak has joined #openstack-sdks | 19:02 | |
*** jsavak has quit IRC | 19:03 | |
*** stevemar has joined #openstack-sdks | 19:03 | |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: Security group rule delete broken https://review.openstack.org/179446 | 19:10 |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 19:16 |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 19:45 |
*** b3nt_pin has quit IRC | 19:56 | |
greghaynes | wah, only pypy failed? | 19:57 |
greghaynes | bizzare | 19:57 |
Shrews | It is at this point in the day that greghaynes curses me for asking for a unit test | 19:59 |
* greghaynes shakes fist at Shrews | 20:06 | |
greghaynes | see, this is why we dont test things, the tests just end up failing ;) | 20:07 |
Shrews | yeah, they're inconvenient that way | 20:07 |
*** beagles has joined #openstack-sdks | 20:08 | |
*** beagles has left #openstack-sdks | 20:08 | |
*** bknudson has joined #openstack-sdks | 20:09 | |
stevemar | dtroyer, GO https://review.openstack.org/#/c/178851/5 | 20:22 |
sigmavirus24 | greghaynes: wait... why would you listen to someone asking for a unit test? | 20:24 |
sigmavirus24 | What's wrong with you? | 20:24 |
greghaynes | yes, its a lesson that is quickly learned | 20:25 |
jaosorior | stevemar: Hey man, quick question. Say userA belongs to domainA. Is it possible for userA to get a role in domainB? | 20:25 |
dtroyer | stevemar: yup, and in openstack/ namespace… maybe we can just pull roscoe in-tree like that? ;) | 20:25 |
jaosorior | Just trying to verify, might have gotten confused myself O_o | 20:26 |
stevemar | jaosorior, yep, they can, thats premise of trusts | 20:29 |
stevemar | jaosorior, double check with ayoung in -keystone to be sure :P | 20:30 |
jaosorior | stevemar: thanks, now I'm doing a quick test, I have two users called demo (same name) in different domains, and it should be possible for demo from test_domain1 to have a role in test_domain2 | 20:31 |
stevemar | jaosorior, even better, trying it yourself :P | 20:33 |
jaosorior | haha yeah, this stuff still confuses me sometimes, so I need to revise it often | 20:33 |
*** bnemec has quit IRC | 20:36 | |
jaosorior | yup, it's possible | 20:38 |
greghaynes | hrm, is there some funkyness around netifaces on pypy? | 20:38 |
greghaynes | my tox explodes making pypy venv when trying to install it | 20:38 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-openstackclient: Enable specifing domains in "role add" https://review.openstack.org/180712 | 20:39 |
jaosorior | had missed a spot in that CR :P | 20:39 |
stevemar | jaosorior, thanks boss :) | 20:41 |
*** stevemar has quit IRC | 20:42 | |
jaosorior | dtroyer: do you have strong feelings about the function that I added in this CR? https://review.openstack.org/180712 I can change it if you really think it's not appropriate | 20:44 |
dtroyer | I was just leaving a comment about that, I see it has a hinderance actually, if it moved a large number of lines for example, that would be different. | 20:45 |
jaosorior | hinderance... so you think it causes problems? | 20:47 |
jaosorior | * it's not an excuse, but english is not my first language * | 20:47 |
dtroyer | sorry…I think it makes it harder to read | 20:48 |
jaosorior | dtroyer: just read your comment. Alright, I don't have strong feelings about that function. And it probably doesn't add much value | 20:49 |
dtroyer | I think in cases like this, inline is better, unless you need that logic to be the same for a lof of places | 20:49 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-openstackclient: Enable specifing domains in "role add" https://review.openstack.org/180712 | 20:50 |
jaosorior | dtroyer: I answered to you other comment regarding the domain argument | 20:51 |
dtroyer | thanks…you still need to add those options to the docs in doc/source/command-objects/role.rst | 20:51 |
*** bnemec has joined #openstack-sdks | 20:51 | |
jaosorior | dtroyer: was the explanation alright? | 20:51 |
jaosorior | dtroyer: ah! thanks, missed that | 20:52 |
dtroyer | yes. this domains-for-everything just confuses me and makes for a confusing ui | 20:52 |
dtroyer | fortunately in this case it is an admin ui | 20:52 |
jaosorior | dtroyer: haha I know the feel, I had to ask and double check | 20:52 |
dtroyer | we really should have tests for this to make sure the right combinations are allowed and wrong ones are caught. | 20:53 |
jaosorior | dtroyer: that would definitely be useful | 20:54 |
jaosorior | dtroyer: I think functional tests for the openstack client in a gate in devstack would be nice. Are there any plans for that, or to talk about that in the Summit? | 20:55 |
dtroyer | we have some functional tests, terry and steve have been driving most of that. we do individual command option checking in the unit tests too, I'm looking for a decent example | 20:56 |
dtroyer | actually, v3/test_role.py has the structure in place, it just needs to have the right combinations added | 20:57 |
jaosorior | dtroyer: just a quick question regarding the documentation that I need to update. There is no 80 character limit there, right? | 20:58 |
dtroyer | its a soft limit but not enforced | 20:58 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-openstackclient: Enable specifing domains in "role add" https://review.openstack.org/180712 | 21:01 |
openstackgerrit | greghaynes proposed openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 21:02 |
greghaynes | hilarious bug pypy found, cpython caches strings so foo is 'bar' works as ==, but no pypy | 21:05 |
greghaynes | Shrews: ^ I think thatll work now | 21:05 |
greghaynes | yep, mordred ^ you too | 21:10 |
*** bnemec has quit IRC | 21:25 | |
*** pm90_ has quit IRC | 21:31 | |
*** britthouser has quit IRC | 21:33 | |
*** britthouser has joined #openstack-sdks | 21:41 | |
*** trown is now known as trown|outttypeww | 21:48 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Create changes for compute proxy https://review.openstack.org/181167 | 21:57 |
*** chlong has quit IRC | 21:59 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Database create changes for proxy https://review.openstack.org/181171 | 22:08 |
*** joesavak has quit IRC | 22:38 | |
openstackgerrit | Merged openstack/os-client-config: get_one_cloud should use auth merge https://review.openstack.org/181098 | 22:42 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add cli tests for --verify and friends https://review.openstack.org/179430 | 22:43 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Identity create proxy changes https://review.openstack.org/181184 | 22:45 |
openstackgerrit | Monty Taylor proposed openstack/os-client-config: Add flag to indicate where floating ips come from https://review.openstack.org/181187 | 22:52 |
mordred | greghaynes, Shrews: ^^ | 22:52 |
mordred | HOWEVER | 22:52 |
greghaynes | HOW EVER? | 22:52 |
mordred | Shrews: I was just thinking ... there is another way we could potentially learn whether floating ips should use nova or neutron | 22:53 |
mordred | but it's ugly | 22:53 |
mordred | basically, the network dict on a nova server object is different depending on if nova or neutron is being used | 22:53 |
Shrews | mordred: before i review, i want to hear the story of where little floating IPs come from... is it the floating IP stork? | 22:53 |
mordred | however, that would undercut the ability to create a floating ip without a server dict | 22:53 |
mordred | Shrews: hahahaha | 22:54 |
mordred | Shrews: so, I still think we should have a flag - but I wanted to brainvomit that other thought | 22:54 |
Shrews | that sounds dangerously hacky | 22:55 |
greghaynes | Shrews: Well, when a stateful firewall and a hypervisor really love each other... | 22:58 |
Shrews | mordred: what's with image_api_use_tasks=False in defaults.py of that change? I thought we had added that already | 22:59 |
Shrews | greghaynes: :) | 22:59 |
mordred | Shrews: oh, we did - it just didn't have a defaults.py entry | 23:00 |
mordred | Shrews: which is probably not great :) | 23:00 |
Shrews | mordred: it's in CLOUD_DEFAULTS | 23:01 |
mordred | Shrews: aroo? | 23:02 |
Shrews | mordred: vendors.py | 23:02 |
mordred | yes | 23:02 |
mordred | but only with an entry for rackspace | 23:02 |
Shrews | oh, we weren't setting the global default for it. ok | 23:03 |
mordred | yah | 23:05 |
openstackgerrit | Merged openstack/python-openstackclient: Security group rule delete broken https://review.openstack.org/179446 | 23:13 |
*** chlong has joined #openstack-sdks | 23:24 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Keystore proxy create changes https://review.openstack.org/181194 | 23:27 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cliff: Updated from global requirements https://review.openstack.org/181198 | 23:30 |
*** terrylhowe has joined #openstack-sdks | 23:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/181239 | 23:37 |
openstackgerrit | OpenStack Proposal Bot proposed stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/181251 | 23:38 |
openstackgerrit | Merged stackforge/python-openstacksdk: Database create changes for proxy https://review.openstack.org/181171 | 23:40 |
openstackgerrit | Merged stackforge/python-openstacksdk: Identity create proxy changes https://review.openstack.org/181184 | 23:49 |
*** rmcall has joined #openstack-sdks | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!