Earlier  
Posted Nick Remark
#openstack-sdks - 2018-01-16
01:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
01:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322
01:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
01:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
01:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
01:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
01:20:33 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
01:43:32 openstackgerrit Merged openstack/python-openstacksdk master: Remove the deprecated "giturl" option https://review.openstack.org/533449
04:01:46 openstackgerrit OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/525368
04:09:40 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/533964
04:24:47 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902
04:25:15 openstackgerrit OpenStack Proposal Bot proposed openstack/os-client-config master: Updated from global requirements https://review.openstack.org/533991
04:25:31 openstackgerrit OpenStack Proposal Bot proposed openstack/os-service-types master: Updated from global requirements https://review.openstack.org/533992
04:26:13 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533996
04:26:16 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533997
04:32:05 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534040
04:32:08 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534041
04:32:14 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534042
04:32:17 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534043
04:32:18 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534044
07:07:08 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079
07:13:05 openstackgerrit Andreas Jaeger proposed openstack/python-openstackclient master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534135
07:22:00 openstackgerrit Andreas Jaeger proposed openstack/python-openstacksdk master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534140
07:23:50 openstackgerrit Andreas Jaeger proposed openstack-infra/shade master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534142
12:35:49 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534040
12:46:55 frickler mordred: I'd like to have a word or two with you regarding https://storyboard.openstack.org/#!/story/2001475
13:10:05 openstackgerrit Jens Harbott (frickler) proposed openstack-infra/shade master: Fix address format used in find_best_address() https://review.openstack.org/534300
13:13:25 openstackgerrit Jens Harbott (frickler) proposed openstack-infra/shade master: Fix address format used in find_best_address() https://review.openstack.org/534300
13:50:01 mordred frickler: oh - that looks yuck
13:52:13 frickler mordred: yes, but even when I fix this, I'm wondering why the code doesn't care at all about whether we have a floating or a fixed IP.
13:52:54 frickler mordred: because I can see the connection-attempt-based detection go completely bogus iff I have overlap in my private address spaces
13:58:39 mordred frickler: well, having a fixed vs floating ip doesn't actually tell you anything
13:58:50 mordred not all clouds are fixed=private, floating=public
13:59:17 frickler mordred: but are there clouds with floating=private?
13:59:37 mordred ah - no, there are not, that's a good point
13:59:58 frickler mordred: so trying the floating IP first wouldn't break anything
14:00:11 mordred nope - and I think is a good idea
14:00:56 mordred frickler: so yah - I'd support checking the floating ip first for sure
14:02:14 frickler mordred: o.k., I'll put that on my list, but I won't be sad if you (or someone else) implement it ;)
14:04:43 mordred frickler: :)
14:24:23 slaweq frickler: mordred: I can help with that maybe if You want
14:53:29 mordred slaweq: woot- thanks!
14:54:19 mordred slaweq: also - if you have a few spare minutes, could you look at https://review.openstack.org/#/c/533438 through https://review.openstack.org/#/c/533322 ?
14:54:47 slaweq mordred: I will look but probably later today
14:54:53 slaweq now I have meetings also
14:55:43 mordred slaweq: no worries, and no rush. mostly want to see if we can get that topic landed this week and cut a release
14:55:49 mordred slaweq: it's always meetings, isn't it? :)
14:55:57 slaweq mordred: yes :)
15:07:06 Shrews mordred: how in the heck to you get to the examples in https://review.openstack.org/532633 ? i can't seem to find those links in the docs
15:08:24 mordred Shrews: they are not linked from the docs explicitly yet - they are companions to doc/source/user/multi-cloud-demo.rst
15:08:37 Shrews mordred: ah
15:08:59 mordred Shrews: the existing sdk docs and examples actually do direct includes of the examples - so I think we should update multi-cloud-demo.rst to do the same - just haven't gotten to it yet
15:18:38 Shrews mordred: seems your +2 got lost on https://review.openstack.org/533438 so feel free to send that one through if you want
15:47:19 mordred Shrews: coolio
15:47:46 mordred Shrews: oh- yah - I updated the commit message to add a depends-on the zuul-jobs fix for tox failuresfrom last night
16:44:11 Shrews mordred: +2'd https://review.openstack.org/532634 but left you a few comments there I didn't want you to miss
16:53:04 openstackgerrit Merged openstack/keystoneauth master: Mark SAML loader properties as required https://review.openstack.org/523675
16:53:06 openstackgerrit Merged openstack/keystoneauth master: Add osc, shade and sdk tips jobs https://review.openstack.org/524656
16:53:09 openstackgerrit Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/533964
17:54:13 openstackgerrit Merged openstack/python-openstacksdk master: Change update/create method options https://review.openstack.org/533438
20:39:50 openstackgerrit Lance Bragstad proposed openstack/keystoneauth master: Implement system scope https://review.openstack.org/529665
21:52:33 openstackgerrit Merged openstack-infra/shade master: List ansible/ansible in required-projects https://review.openstack.org/531919
21:57:52 openstackgerrit Merged openstack/python-openstacksdk master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534140
22:09:06 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rationalize logging helpers and docs https://review.openstack.org/532634
22:09:07 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove meter service https://review.openstack.org/533264
22:09:07 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263
22:09:08 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322
22:09:08 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265
22:09:09 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
22:09:09 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
22:09:10 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
22:09:10 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
22:09:11 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
22:09:11 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
22:13:03 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix typo in the external service loader code https://review.openstack.org/534452
22:16:41 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fixed a few nits in the README https://review.openstack.org/534453
22:30:54 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: WIP Add an application credentials auth method https://review.openstack.org/534455
23:01:21 openstackgerrit Lance Bragstad proposed openstack/keystoneauth master: Implement system scope https://review.openstack.org/529665
#openstack-sdks - 2018-01-17
00:48:01 openstackgerrit Merged openstack/python-openstacksdk master: Merge user and users sections of the docs https://review.openstack.org/532633
03:47:55 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
03:47:56 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
03:47:56 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
03:47:57 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
03:47:57 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
03:47:58 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fix typo in the external service loader code https://review.openstack.org/534452
03:47:58 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
03:47:59 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Fixed a few nits in the README https://review.openstack.org/534453
04:35:35 openstackgerrit wangqiang-bj proposed openstack/python-openstacksdk master: fix misspelling of 'configuration' https://review.openstack.org/534618
06:01:00 openstackgerrit chenpengzi proposed openstack/python-openstacksdk master: Add Release Notes and Bugs link in README.rst https://review.openstack.org/534632
06:27:08 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Raise error when supplying invalid query params https://review.openstack.org/532723
06:37:37 openstackgerrit Merged openstack-infra/shade master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534142
06:48:30 openstackgerrit chenpengzi proposed openstack/python-openstacksdk master: Remove releasenotes.rst and add bugs link https://review.openstack.org/534645
07:34:04 openstackgerrit chenpengzi proposed openstack/python-openstacksdk master: Update Release Notes links and add bugs links https://review.openstack.org/534654
09:17:36 openstackgerrit lvxianguo proposed openstack/python-openstacksdk master: modify spelling error of resource https://review.openstack.org/534700
10:35:40 openstackgerrit Merged openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079
10:35:40 openstackgerrit Merged openstack/os-api-ref master: Update and replace http with https for doc links https://review.openstack.org/501087
10:45:05 openstackgerrit Merged openstack/os-api-ref master: Add 'uuid' type https://review.openstack.org/528597
10:53:42 openstackgerrit Yandy Sun proposed openstack/js-openstack-lib master: update sphinx-doc links https://review.openstack.org/534722
13:37:20 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: Add support for application credentials https://review.openstack.org/534455
13:38:12 openstackgerrit Colleen Murphy proposed openstack/keystoneauth master: Use stestr in tox.ini https://review.openstack.org/534763

Earlier   Later