Earlier  
Posted Nick Remark
#openstack-sdks - 2017-01-16
21:08:24 openstackgerrit Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/420862
21:50:11 openstackgerrit John Dennis proposed openstack/keystoneauth: Use comma as separator in ECP Accept HTTP header https://review.openstack.org/420970
#openstack-sdks - 2017-01-17
01:22:10 openstackgerrit Merged openstack/python-openstackclient: Update functional test for aggregate. https://review.openstack.org/418685
02:18:32 openstackgerrit Merged openstack/python-openstacksdk: Updated from global requirements https://review.openstack.org/420863
04:29:10 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient: Error in the return of command 'volume qos create' https://review.openstack.org/421065
04:38:05 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient: Functional test for volume qos https://review.openstack.org/421066
06:02:16 openstackgerrit jichenjc proposed openstack/api-wg: fix no sample file in browser https://review.openstack.org/421084
06:03:18 openstackgerrit Merged openstack/python-openstackclient: functional test for volume https://review.openstack.org/417349
06:43:39 openstackgerrit Merged openstack/keystoneauth: Use comma as separator in ECP Accept HTTP header https://review.openstack.org/420970
09:17:56 openstackgerrit Rui Chen proposed openstack/python-openstackclient: Update devref about "--no-property" https://review.openstack.org/421160
10:10:55 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient: Add "volume host failover" command https://review.openstack.org/411259
10:13:49 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient: Functional test for volume snapshot https://review.openstack.org/421194
11:43:33 openstackgerrit jiahui.qiang proposed openstack/python-openstackclient: Error in the return of command 'volume qos create' https://review.openstack.org/421065
12:58:00 amotoki hi, could someone from OSC team advise the command naming in neutronclient OSC plugin review? https://review.openstack.org/#/c/416321/6/setup.cfg
12:58:41 amotoki what I'd like to ask are 'net-assoc' and 'router-assoc'.
12:59:29 amotoki (1) In OSC we don't use '-' as a delimiter. we use a space as a delimiter. Should we use 'bgpvpn net assoc create' for example?
12:59:51 amotoki (2) Should we use 'network associate' instead of 'net-assoc'?
13:00:49 amotoki (OSC has commands like 'network xxxx' rather than 'net xxxx', so I think we should not abbreviate command names as possible as we can)
13:06:55 stevemar amotoki: definitely 'network' over 'net'
13:07:18 stevemar amotoki: what's 'assoc' ?
13:07:36 amotoki stevemar: thanks. 'assoc' is abbrev of association.
13:07:51 stevemar amotoki: an bgvpn?
13:07:57 amotoki yes
13:07:59 stevemar bgp*
13:08:17 stevemar amotoki: sorry, i meant, what is bgpvpn?
13:08:48 amotoki neutron stadium has bgpvpn project (though not yet approved)
13:09:24 amotoki it is related to BGP VPN (not BGP (which is part of dynamic-routing)
13:10:01 stevemar ohh bgp == bagpipe
13:10:59 amotoki let me check
13:11:19 stevemar amotoki: associations are tricky
13:11:21 amotoki there are networking-bgpvpn and networking-bagpipe...
13:12:03 amotoki what we are looking at is networking-bgpvpn (not bagpipe)
13:12:08 amotoki See http://git.openstack.org/cgit/openstack/networking-bgpvpn/tree/setup.cfg
13:13:38 amotoki honestly I am not sure 'association' is the right word.
13:17:07 amotoki stevemar: at least, I think 'assoc' is confusing (even though 'association' is the right word)
13:18:10 openstackgerrit Rodrigo Duarte proposed openstack/keystoneauth: Add test for header in Saml2 plugin https://review.openstack.org/421265
13:19:33 openstackgerrit Rodrigo Duarte proposed openstack/keystoneauth: Add test for header in Saml2 plugin https://review.openstack.org/421265
13:21:00 stevemar amotoki: commented
13:21:10 amotoki stevemar: thanks!
13:21:18 openstackgerrit Nikita Gerasimov proposed openstack/python-openstackclient: Switch server create to block_device_mapping_v2 https://review.openstack.org/407111
13:21:44 stevemar amotoki: its mostly what we already do for the volume type qos resource
13:22:32 amotoki stevemar: your suggestion sounds more reasonable and natural to me. the second word should be a verb.
13:25:11 stevemar amotoki: :)
13:25:34 stevemar amotoki: i think combining the 4 commands into 2 makes a lot more sense
13:26:28 stevemar amotoki: and we often combine API calls to get all the information -- so making an extra call to get associations, when displaying information about bgpvpn makes sense to me
13:27:05 stevemar amotoki: we have a bad habit of: 1 API == 1 CLI
13:27:06 stevemar :)
13:30:02 amotoki stevemar: hehe
13:31:44 amotoki stevemar: in addition, most developers of CLI are implementors of API itself, so they tend to mirror API to CLI.
13:32:23 stevemar amotoki: yep :)
13:44:18 openstackgerrit Rodrigo Duarte proposed openstack/keystoneauth: Add test for header in Saml2 plugin https://review.openstack.org/421265
14:51:22 reedip_ dtroyer: ping
14:52:34 dtroyer reedip: heyo
14:53:05 openstackgerrit Dean Troyer proposed openstack/os-client-config: Add OpenTelekomCloud to the vendors https://review.openstack.org/412098
14:53:42 reedip_ dtroyer :need your opinion about https://review.openstack.org/#/c/383025/
14:53:48 dtroyer mordred: ^^^ I'm cleaning up o-c-c-'s queue for a release before freeze
14:55:39 reedip_ dtroyer : I have mentioned my opinion as below :
14:55:43 reedip_ dtroyer: Can we rename these commands as
14:55:44 reedip_ floating ip set --port
14:55:44 reedip_ floating ip unset --port
14:55:44 reedip_ If we rename the commands as above, then it should follow the OSC convention of Updating Floating IP objects.
14:55:44 reedip_ And basically as we are Updating the Floating IP objects in the current CLIs by adding/removing ports, therefore our target functionality will also be achieved.
14:56:16 dtroyer reedip: for the OSC command set consistency, the questions to ask are "can a port have more than one floating IP?" and "can a floating IP have more than one port?" If the answer to both is yes, then we need to thing about how to represent many-to-many relationships, we don't have any other of those.
14:56:40 dtroyer If the answer to one of those is ues, the resource that has multiples is the first one on the command
14:57:02 dtroyer if the answer to both is no, we can use a set command, then argue about which one it belongs to
14:57:48 reedip_ dtroyer : that makes it better to understand. Can you please mention the same on the review ? It would help neutron team push it forward :)
14:58:08 dtroyer ok
14:58:16 reedip_ thanks a tonne dtroyer :)
15:04:49 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient: Fix functional test for creating subnet https://review.openstack.org/421310
15:30:44 openstackgerrit Samuel Pilla proposed openstack/keystoneauth: Correctly Omit Response Body in Debug Mode https://review.openstack.org/421319
15:43:42 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient: OSC Network Flavor Profile https://review.openstack.org/396783
15:59:18 openstackgerrit Monty Taylor proposed openstack/os-client-config: Add OpenTelekomCloud to the vendors https://review.openstack.org/412098
15:59:24 mordred dtroyer: found one more typo ^^
16:00:58 dtroyer mordred: got it
16:02:37 openstackgerrit Trevor McCasland proposed openstack/python-openstackclient: Add plugin adoption for trove https://review.openstack.org/421336
16:05:11 mordred dtroyer: ++
16:11:21 openstackgerrit Dean Troyer proposed openstack/golang-client: Use glide for dependencies https://review.openstack.org/414245
16:17:40 openstackgerrit Dean Troyer proposed openstack/golang-client: Use glide for dependencies https://review.openstack.org/414245
16:36:08 openstackgerrit Merged openstack/golang-client: Use glide for dependencies https://review.openstack.org/414245
16:38:54 ankur-gupta-f3 https://review.openstack.org/#/c/378058/ Could use some love from any cores. Thanks
16:39:25 openstackgerrit Merged openstack/os-client-config: Use upper-constraints for tox envs https://review.openstack.org/419273
16:39:27 openstackgerrit Merged openstack/os-client-config: Remove 3.4 from tox envlist https://review.openstack.org/419457
16:46:32 openstackgerrit Dean Troyer proposed openstack/golang-client: Add crud operation of volume API v3 https://review.openstack.org/412384
16:48:48 openstackgerrit Merged openstack/golang-client: Add crud operation of volume API v3 https://review.openstack.org/412384
16:49:51 dtroyer Shrews, stevemar: if you have a minute, https://review.openstack.org/412098 looks like one last review for o-c-c's freeze release…
16:50:13 Shrews dtroyer: looking...
16:51:15 Shrews lgtm
16:51:22 dtroyer thanks
16:58:35 trevormc Hi all, I can't seem to get ./stack.sh to run to completion after merging the openstackclient plugin, I get the error "ImportError: No module named osc.plugin"
17:07:30 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient: Introduce Neutron DHCP agent commands to OSC. https://review.openstack.org/387611
17:23:54 openstackgerrit Merged openstack/python-openstackclient: Fix quota set command error for SDK > 0.9.10 https://review.openstack.org/420390
17:38:27 openstackgerrit Merged openstack/keystoneauth: Add test for header in Saml2 plugin https://review.openstack.org/421265
17:54:27 openstackgerrit Trevor McCasland proposed openstack/python-openstackclient: Add plugin adoption for trove https://review.openstack.org/421336
18:18:42 openstackgerrit Merged openstack/os-client-config: Add OpenTelekomCloud to the vendors https://review.openstack.org/412098
19:11:20 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient: Introduce Neutron DHCP agent commands to OSC. https://review.openstack.org/387611
19:27:15 openstackgerrit Trevor McCasland proposed openstack/python-openstackclient: Add plugin adoption for trove https://review.openstack.org/421336
19:28:13 openstackgerrit Ankur proposed openstack/python-openstacksdk: Network L3 Router Commands https://review.openstack.org/385728
21:46:35 openstackgerrit Ankur proposed openstack/python-openstacksdk: Network L3 Router Commands https://review.openstack.org/385728
22:09:07 openstackgerrit Merged openstack/keystoneauth: Log request-id for each api call https://review.openstack.org/392442
22:33:18 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstacksdk: Corrections in DHCP Agent Resource listing. https://review.openstack.org/421568

Earlier   Later