Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-13
20:57:26 bknudson v2 also enforces the endpoint types -- https://github.com/openstack/keystone/blob/master/keystone/catalog/controllers.py#L162
20:57:44 bknudson if v2 is allowing creation of xxxurl then that's a bug.
20:57:56 bknudson is there a cloud you're seeing this on?
21:19:42 sdague bknudson: when the service catalog inventory was taken there was definitely a cloud with publicURL2 out there
21:20:58 bknudson it's mentioned here: https://wiki.openstack.org/wiki/API_Working_Group/Current_Design/Service_Catalog
21:21:40 bknudson in the HP catalog.
21:21:43 bknudson wonder how those got there.
21:22:06 bknudson there's some other oddities going on there: "publicURL2": "",
21:23:23 bknudson not sure if this would work correctly with the service catalog code in keystoneauth
21:28:29 sdague bknudson: it would
21:28:36 sdague keystoneauth doesn't do validation
21:28:40 sdague it just passes things around
21:30:49 bknudson it uses 'in' rather than endswith, so should be ok - https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/access/service_catalog.py#L246
21:31:14 bknudson not sure what that catalog looks like when accessed using v3.
#openstack-sdks - 2017-02-14
01:14:42 openstackgerrit songminglong proposed openstack/python-openstackclient master: Add extra options to network rbac list https://review.openstack.org/433088
01:28:54 openstackgerrit Merged openstack/python-openstackclient master: Handle log message interpolation by the logger in compute/ https://review.openstack.org/433214
01:58:26 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Beef up volume type functional tests https://review.openstack.org/433139
01:59:37 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414
03:22:03 openstackgerrit huangtianhua proposed openstack/python-openstackclient master: Use public and unified method get_console_url() https://review.openstack.org/430508
03:52:43 openstackgerrit Merged openstack/python-openstackclient master: Handle log message interpolation by the logger in network/ https://review.openstack.org/433193
05:11:41 openstackgerrit venkata anil proposed openstack/python-openstackclient master: Allow admin to override distributed router flag https://review.openstack.org/433442
05:43:01 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support "--no-property" option in volume qos set https://review.openstack.org/433451
06:19:05 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Add functional test for volume service https://review.openstack.org/432282
06:39:26 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "server create" command failed when --nic auto or none https://review.openstack.org/432993
07:36:16 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Format modifications for "--no-property" https://review.openstack.org/430624
07:49:32 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Make up functional test for falvor set https://review.openstack.org/433473
08:01:04 openstackgerrit Merged openstack/python-openstackclient master: Refactor volume functional test in volume v1 https://review.openstack.org/431512
08:21:28 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "server create" command failed when --nic auto or none https://review.openstack.org/432993
08:23:21 openstackgerrit Merged openstack/python-openstackclient master: Handle log message interpolation by the logger in identity/ https://review.openstack.org/433174
09:50:58 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "server create" command failed when --nic auto or none https://review.openstack.org/432993
10:02:32 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081
15:12:28 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Raw_output change for volume show https://review.openstack.org/433696
17:50:11 ankgupta howdy
18:26:58 ankur-gupta-f4 briancurtin: Qiming ping are you here? Having some troubles with introducing
18:27:02 ankur-gupta-f4 octavia
18:27:12 briancurtin what’s up
18:28:17 ankur-gupta-f4 so on this bad boy
18:28:19 ankur-gupta-f4 https://review.openstack.org/#/c/428414/
18:28:44 ankur-gupta-f4 aside from the failing unit tests, because the service name is octavia not load_balancerv2
18:28:48 ankur-gupta-f4 need to change that
18:29:15 ankur-gupta-f4 but trying to implement the test_connection
18:29:27 ankur-gupta-f4 and running into problem there
18:30:07 ankur-gupta-f4 https://github.com/openstack/python-openstacksdk/blob/master/openstack/tests/unit/test_connection.py#L155
18:30:38 ankur-gupta-f4 doing the same for octavia doesn't work since the connection object has nothing called octavia. meaning it doesn't get/see octavia in the list of services?
18:31:37 ankur-gupta-f4 went through openstack/session but couldn't debug why it wasn't seeing it
22:17:59 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414
22:24:30 openstackgerrit Anindita Das proposed openstack/python-openstackclient master: OSC Network Flavor https://review.openstack.org/382530
#openstack-sdks - 2017-02-15
00:56:14 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
00:57:43 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
01:44:05 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Raw_output change for volume show https://review.openstack.org/433696
02:12:08 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Format modifications for "--no-property" https://review.openstack.org/430624
04:30:11 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Raw_output change for volume show https://review.openstack.org/433696
06:26:27 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "server create" command failed when --nic auto or none https://review.openstack.org/432993
06:34:22 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support --no-property in "volume set" command https://review.openstack.org/434094
06:47:41 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient master: Functional test for router https://review.openstack.org/434099
07:50:41 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support --no-property in "volume set" command https://review.openstack.org/434094
08:37:18 openstackgerrit venkata anil proposed openstack/python-openstackclient master: Allow admin to override distributed router flag https://review.openstack.org/433442
08:48:39 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Rework port functional tests on json output format https://review.openstack.org/423970
09:25:26 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081
09:38:23 openstackgerrit Merged openstack/python-openstacksdk master: Adjust some proxy method names in cluster https://review.openstack.org/427898
09:56:28 openstackgerrit Merged openstack/python-openstacksdk master: Adjust some proxy method names in bare_metal https://review.openstack.org/430385
10:45:22 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient master: Functional test for router https://review.openstack.org/434099
11:59:29 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support --no-property in "volume type set" command https://review.openstack.org/434241
12:36:00 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix port set/unset fail with AttributeError https://review.openstack.org/434254
13:05:26 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Deprecate port and ping methods in Network proxy https://review.openstack.org/428797
13:46:13 openstackgerrit Merged openstack/python-openstacksdk master: Deprecate port and ping methods in Network proxy https://review.openstack.org/428797
14:23:15 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support --no-property in "volume set" command https://review.openstack.org/434094
15:32:19 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Add support for overriding mistral service type https://review.openstack.org/434344
15:32:41 mordred dtroyer: TIL mistral did bad things ^^
15:33:00 mordred dtroyer: this is why I should never read the mailing list
15:35:40 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Remove two remaining doc warnings https://review.openstack.org/434345
16:02:50 openstackgerrit Merged openstack/python-openstacksdk master: Remove two remaining doc warnings https://review.openstack.org/434345
16:30:53 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Remove the keystoneclient auth fallback https://review.openstack.org/434372
16:36:58 sshank Can SDK cores please +2, +1 this patch: https://review.openstack.org/#/c/403904/ ? It is stuck with a single +2. Thank you.
16:37:17 briancurtin i’ll review it but i’m not just going to +2 something because you asked
16:38:01 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Deprecate "wait_for" methods on ProxyBase https://review.openstack.org/434381
16:38:09 dtroyer mordred: /me more sighs
16:38:33 ankur-gupta-f4 le sigh
16:39:01 sshank briancurtin, Thank you. I just mentioned it so that it gets some eyes on. :D
17:18:24 ankur-gupta-f4 reedip: I responded to your question on TaaS
17:41:03 cdent edleafe: nice comments on https://review.openstack.org/#/c/421846/ . Imma try to make a new version before api-wg meeting tomorrow if I can find the concentration
18:29:00 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Privatize session instance on Proxy subclasses https://review.openstack.org/434457
18:48:09 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize bare_metal docs https://review.openstack.org/434460
18:49:02 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
19:15:12 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
19:15:27 ankur-gupta-f4 dtroyer: release note created ^^^
19:20:50 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
19:21:24 dtroyer ankur-gupta-f1: thanks, I tweaked it a bit
19:25:48 ankur-gupta-f4 k thanks. Writing is not my strong suit :P
19:27:22 dtroyer no worries, I'm trying to do these as they go in so I don't spend so much time before a release...
19:38:54 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize compute docs https://review.openstack.org/434475
19:43:43 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Update intersphinx linking to python.org https://review.openstack.org/434477
20:22:15 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize compute docs https://review.openstack.org/434475
20:24:41 openstackgerrit Merged openstack/python-openstacksdk master: Update intersphinx linking to python.org https://review.openstack.org/434477
20:28:48 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize database docs https://review.openstack.org/434500
21:54:40 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize identity docs https://review.openstack.org/434534
22:16:26 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Reorganize image docs https://review.openstack.org/434539
22:35:45 ankur-gupta-f4 dtroyer: shall we put on the agent the agent commands and how to handle the approach (l3 agent to router, dhcp agent to network)
22:37:53 dtroyer ankur-gupta-f1: I don't know the full range of these, if a particular agent type can reliably be inferred by what is being added. I forsee maybe not?
22:38:19 dtroyer so we might just need to have the pattern of a —type option to select which agent type?

Earlier   Later