Earlier  
Posted Nick Remark
#openstack-sdks - 2017-08-02
14:00:43 dtroyer yes
14:01:29 amotoki dtroyer: so I think my patch will satisfy this https://review.openstack.org/#/c/489692/ (I will address doug's comment soon)
14:02:07 amotoki u-c makes things tricky for lib and client projects while it is useful in general :(
14:03:01 dtroyer right. I though maybe that is why they wanted a feature/osc4 branch in the requirements, because otherwise we can not test changes there in our feature branch
14:03:30 dtroyer and that was why the feature branch name must be globally unique
14:05:21 amotoki hmm.. I've never thought openstack/requirements supports a feature branch, so I might be wrong.
14:06:23 amotoki the situation around feature branches might have changed since we used a feature branch in neutron (it was in liberty)
14:10:33 dtroyer it has changed a bit, they updated the docs a bit after doing this one… I think it has to do with the tooling in the release processes
15:24:22 amotoki while zuul honors the same branch name, I think we still handle upper-constraints as it happens after zuul sets up branches.
15:24:51 amotoki It looks better to check the requirements team anyway
17:07:42 dtroyer amotoki: if you're still around, I'm thinking we need to not use the u-c changes the bot proposed (that you are reverting in https://review.openstack.org/#/c/489664/) and handle settign the proper osc-lib ourselves, similar to how we set up the -tips job in openstackclient/tests/functional/post_test_hook_tips.sh. I think we can use OVERRIDE_ZUUL_BRANCH to detect a feature/osc4 run and handle it there. thoughts?
17:10:49 dtroyer lunchtime, back in a while
#openstack-sdks - 2017-08-03
00:06:14 amotoki dtroyer: morning. In my understanding, we need to handle two cases: devstack env and tox env.
00:07:08 amotoki for devstack env, we can use osc-lib and OSC from the master branch. we don't always need to use OSC4 for them. If we can use osc4 branch, it is better of course.
00:07:50 amotoki for tox env, we must use osc4 branch. tox_install.sh handles this case.
00:09:02 amotoki for OVERRIDE_ZUUL_BRANCH, I am not sure if we need it. If the branch name (feature/osc4) matches in osc-lib and osc, I think zuul automatically pulls the branch with the same name.
00:09:54 amotoki in devstack env, we can configure local.conf so that devstack consumes osc-lib from git. this is similar to the current -tips job.
00:10:02 amotoki this is my current understanding.
06:01:36 dvnguyen Hello, I need to get the remote console url of a given server. Has this feature been implemented in the unified Openstack Python SDK?
14:19:08 openstackgerrit Michael McCune proposed openstack/api-wg master: add a document for guided review process https://review.openstack.org/487847
14:33:05 openstackgerrit Michael McCune proposed openstack/api-wg master: add a document for guided review process https://review.openstack.org/487847
15:58:33 openstackgerrit Michael McCune proposed openstack/api-wg master: add a document for guided review process https://review.openstack.org/487847
16:50:17 openstackgerrit Merged openstack/api-wg master: Update compatibility doc and references https://review.openstack.org/487504
16:57:26 edleafe cdent: elmiko: gonna grab some more coffee before starting the newsletter
16:57:35 elmiko ack, sounds good edleafe
17:17:48 edleafe elmiko: cdent: newsletter is ready for wider review: https://etherpad.openstack.org/p/api-wg-newsletter
17:19:09 elmiko edleafe: i'm good with that, ship it!
17:26:53 edleafe elmiko: ok
18:01:22 openstackgerrit Ed Leafe proposed openstack/api-wg master: Add guidelines on Version Discovery https://review.openstack.org/459710
18:01:23 openstackgerrit Ed Leafe proposed openstack/api-wg master: Add guideline describing a cloud profile document https://review.openstack.org/459869
18:01:23 openstackgerrit Ed Leafe proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
18:35:18 openstackgerrit Merged openstack/python-openstackclient feature/osc4: upper-constraints setup for osc4 branch https://review.openstack.org/489692
18:51:08 openstackgerrit Gage Hugo proposed openstack/python-openstackclient master: Add project tags functionality https://review.openstack.org/481284
19:29:40 openstackgerrit Michael McCune proposed openstack/api-wg master: add a document for guided review process https://review.openstack.org/487847
#openstack-sdks - 2017-08-04
02:52:22 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
05:49:17 openstackgerrit Artur Basiak proposed openstack/service-types-authority master: Add monasca-events-api project https://review.openstack.org/490750
07:58:14 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
08:15:55 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
08:38:24 openstackgerrit Pavlo Shchelokovskyy proposed openstack/keystoneauth master: Fix exception message in adapter loading https://review.openstack.org/489210
10:05:24 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
10:08:23 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
11:06:14 openstackgerrit yang wang proposed openstack/python-openstackclient master: Replace guildelines with guidelines https://review.openstack.org/490831
12:56:52 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/488407
12:59:16 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/490862
14:55:26 openstackgerrit Eric Fried proposed openstack/keystoneauth master: WIP: Adapter.get_conf_options(deprecated_opts) https://review.openstack.org/490895
15:11:34 openstackgerrit Eric Fried proposed openstack/keystoneauth master: WIP: Adapter.get_conf_options(deprecated_opts) https://review.openstack.org/490895
15:23:31 openstackgerrit Merged openstack/python-openstackclient master: Replace guildelines with guidelines https://review.openstack.org/490831
15:37:54 openstackgerrit Merged openstack/keystoneauth master: Fix exception message in adapter loading https://review.openstack.org/489210
16:50:35 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/490862
#openstack-sdks - 2017-08-05
16:53:49 openstackgerrit Andreas Jaeger proposed openstack/os-client-config master: Remove OSIC https://review.openstack.org/491196
21:28:36 openstackgerrit Merged openstack/os-client-config master: Remove OSIC https://review.openstack.org/491196
#openstack-sdks - 2017-08-06
04:22:07 openstackgerrit Rajath Agasthya proposed openstack/cliff master: Alias exit to cmd2's quit command to exit interactive shell https://review.openstack.org/491217
#openstack-sdks - 2017-08-07
00:51:35 openstackgerrit OpenStack Proposal Bot proposed openstack/os-client-config master: Updated from global requirements https://review.openstack.org/491294
00:53:48 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/490862
07:10:08 openstackgerrit Lingyong Xu proposed openstack/os-client-config master: Update the documentation link for doc migration https://review.openstack.org/491374
07:13:30 openstackgerrit Zhaokun Fu proposed openstack/python-openstackclient master: add --password option for openstack server create Closes-Bug:1708570 https://review.openstack.org/490718
07:30:05 openstackgerrit Thomas Bechtold proposed openstack/cliff master: Make openstackdocstheme an optional doc dependency https://review.openstack.org/491378
09:33:27 openstackgerrit chenying proposed openstack/python-openstackclient master: Add new commands for karbor osc plugin https://review.openstack.org/491416
18:14:35 openstackgerrit Rajath Agasthya proposed openstack/python-openstackclient master: Add flavor value options https://review.openstack.org/302795
21:41:22 openstackgerrit Chris Dent proposed openstack/api-wg master: WIP: Explain, simply, why extensions are bad https://review.openstack.org/491611
21:53:00 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Convert network segment functional tests to JSON https://review.openstack.org/491612
22:38:41 openstackgerrit Joshua Harlow proposed openstack/os-client-config master: Update globals safely https://review.openstack.org/491618
22:44:44 openstackgerrit Joshua Harlow proposed openstack/os-client-config master: Update globals safely https://review.openstack.org/491618
22:47:04 openstackgerrit Joshua Harlow proposed openstack/os-client-config master: Update globals safely https://review.openstack.org/491618
23:33:40 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Add .htaccess for docs migration https://review.openstack.org/491631
23:37:17 openstackgerrit Morgan Fainberg proposed openstack/keystoneauth master: Remove use of positional decorator https://review.openstack.org/491632
23:47:39 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Convert network segment functional tests to JSON https://review.openstack.org/491612
#openstack-sdks - 2017-08-08
01:17:28 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/490862
04:14:54 openstackgerrit Reedip proposed openstack/python-openstackclient master: Allow PD as Subnetpool during Subnet creations https://review.openstack.org/491664
12:09:49 cdent thanks for the comments on the extensions thing edleafe . That effort was a bit half-hearted: trying to get myself started but not really having enough brain to really get it together.
12:13:16 edleafe Heh, at least in your case "not enough brain" is a temporary state.
12:16:17 openstackgerrit Chris Dent proposed openstack/api-wg master: WIP: Explain, simply, why extensions are bad https://review.openstack.org/491611
12:17:10 cdent I’m no longer sure. This last year has involved a startling decline.
12:35:40 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Convert network segment functional tests to JSON https://review.openstack.org/491612
14:48:20 openstackgerrit Merged openstack/os-client-config master: Update globals safely https://review.openstack.org/491618
15:24:25 efried Anyone know how/where to open bugs against service-types-authority?
15:26:38 cdent efried: i suspect we never got around to that
15:27:21 efried cdent Since os-service-types is on storyboard, would it be appropriate to create a storyboard... board for it?
15:27:40 cdent I think that would be fine idea
15:28:04 efried cdent Then the question would we where to make note of that. I guess in the sta readme and/or setup.py
15:28:28 cdent you have all the best questions. readme seems good for at least a start
15:35:58 cdent efried: I’ve nominated you for core on that repo as it seems unreasonable for you not to be. we’ll see what sdague and mordred say
15:36:19 mordred cdent: ++
15:36:21 efried cdent Okay, thanks!
15:36:30 mordred cdent, efried: wait ...
15:36:57 mordred service-types-authority is an API-WG repo, so it should do bugs whereever api-wg does bugs
15:37:24 mordred os-service-types is a lib consuming it that's part of the shade project, so it does bugs where shade does bugs
15:37:43 cdent it’s tc repo, not an api-wg repo, but that would also be fine, there is an openstack-api-wg launchpad presence
15:37:54 mordred that those two places are two different places is a temporary annoyance, but I think we should associated bugs with owning projects
15:38:05 mordred cdent: fair
15:39:05 cdent efried: as a token nearby api-wg person, I hereby authorize you to put bugs in api-wg if you want
15:39:37 efried cdent Wherezat?
15:39:45 cdent https://launchpad.net/openstack-api-wg
15:39:58 efried thx
15:40:38 sdague cdent: ++
15:40:42 efried cdent mordred btw, the bug I'm going to open is about placement not having an entry. Which started to be addressed by https://review.openstack.org/#/c/462140/ but needs to be driven to closure pretty soon, methinks.
15:42:00 efried https://bugs.launchpad.net/openstack-api-wg/+bug/1709353
15:42:01 openstack Launchpad bug 1709353 in openstack-api-wg "placement needs an entry in service-types-authority" [Undecided,New]
15:42:03 cdent yeah. that’s currently blocked on docs migration stuff, I think? There’s a bit of blip with regard to getting the right url, which we wouldn’t have until after the current stack of new docs is merged, which is stalled on feature freeze chaos
15:42:15 efried yarks

Earlier   Later