Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-04
10:39:49 RuiChen | muranoclient | 0.11.1 |
10:39:50 RuiChen | openstackclient | 3.8.2 |
10:40:49 RuiChen sorry, I means "but not all cli.base presents"
12:24:28 Guest75 Hello - In the Docs there is a Reference Link to the optional parameters for creating a Server which is linked to http://refdocs.php-opencloud.com/OpenStack/Compute/v2/Service.html#method_createServer
12:24:49 Guest75 But the Link is dead. Does anyone has a working link to this options?
13:12:18 dtroyer RuiChen: the intent with module list is to be useful for a user to see what versions of things are installed, so by default we should see the things that users would care about the most, like plugins and primary support libraries (*client and openstacksdk, etc). —all should include the lower-order dependencies like cliff, os-client-config, requests, etc.
13:13:42 dtroyer I would prefer to not hard-code all of the default list, we can get plugins from stevedore, we can hard code things like openstacksdk.
#openstack-sdks - 2017-02-05
05:42:30 openstackgerrit Merged openstack/python-openstackclient master: TODO cleanup: OSC_Config https://review.openstack.org/427968
#openstack-sdks - 2017-02-06
01:31:41 RuiChen thank your clarification dtroyer , very detailed, I found cinder, neutron and glance clients don't present because of lazy loading, I'm trying to fix it now.
01:45:00 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "module list --all" failed https://review.openstack.org/429246
04:40:47 openstackgerrit Eric Brown proposed openstack/keystoneauth master: Use https for *.openstack.org references https://review.openstack.org/429501
05:05:16 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
06:07:13 openstackgerrit Yan Xing an proposed openstack/python-openstackclient master: Add --fixed-ip option to the port list command https://review.openstack.org/388575
06:47:07 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
07:56:08 openstackgerrit yuval shalev proposed openstack/python-openstacksdk master: Added project role assignment https://review.openstack.org/416598
10:58:29 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix wrong behavior of parsing plugin service name https://review.openstack.org/429645
13:57:06 reedip_ o/
15:39:03 federico3 hi
15:40:29 sindhu reedip_: hey u still around?
15:47:36 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
16:11:31 reedip_ sindhu : yo !
16:11:43 reedip_ still kicking
16:11:51 reedip_ watching penn and teller fool us :P
16:18:15 sindhu reedip_: hey everything seems to be working fine except for the clean up, I just commented it out. could you take a look whenever ur free :)
16:20:15 reedip_ sindhu : gimme 10 min, dinner time :)
16:20:41 sindhu reedip_: sure ... no hurry. whenever ur free :)
16:20:46 reedip_ sindhu : did you get any errors in the cleanup ?
16:21:22 sindhu reedip_: yes, now I am getting errors only in the clean up
16:24:43 reedip_ ok, can you show that in the paste link ?
16:26:21 sindhu reedip_: I don't have the log now coz I just edited the patch. But basically it fails to delete floating ip, router, port
16:28:21 openstackgerrit Merged openstack/python-openstacksdk master: Cleanup various Sphinx warnings during doc build https://review.openstack.org/428393
16:41:55 reedip_ okk, lenme check
16:54:00 sindhu reedip_: thanks :)
17:06:07 openstackgerrit Tim Pownall proposed openstack/python-openstackclient master: Adding functionality in openstack client to list volumes associated with no project or an invalid project id that no longer exists. https://review.openstack.org/429789
17:20:07 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
17:23:24 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
17:32:46 reedip_ sindhu : did you unset the external gateway ?
17:33:14 reedip_ or , better, did you remove the port which was added as an external gateway interface to the router?
17:33:43 sindhu https://www.irccloud.com/pastebin/CapYQGMv/
17:33:55 sindhu reedip_: yes I did that
17:34:25 reedip_ The unset command would not delete the new port , I guess
17:35:19 reedip_ IIUC , your router delete command should be failing
17:35:32 sindhu yes
17:35:42 reedip_ and that would be bcz of the port which is left behind due to setting of the external gateay
17:35:46 reedip_ gateway*
17:36:08 reedip_ The set command creates a port and sets it as a network-interface to the router
17:36:24 reedip_ when you unset it, it doesnt delete the port
17:36:36 sindhu reedip_: oh u mean the port in the external network ?
17:36:41 reedip_ yo
17:36:49 sindhu oh
17:36:53 reedip_ the port connecting the router to the external port
17:37:12 reedip_ %s/port/network/
17:38:13 sindhu reedip_: so how do I identify the external network port?
17:40:08 reedip_ port list -router
17:40:15 reedip_ or port show --router
17:40:38 reedip_ I think OSC's port show has this option which shows the routers its a part of
17:42:01 reedip_ sindhu : https://review.openstack.org/#/c/291866/
17:42:29 sindhu reedip_: oh ok .. got it. but the clean up has to happen in order to work right?
17:43:22 reedip_ Yup, as ankur-gupta-f1 mentioned in PS#24, we need that cleanup , else we would have left over resources
17:43:27 reedip_ :)
17:44:13 sindhu reedip_: yea .. got it :) will fix it
17:45:51 reedip_ sindhu : gr8 :)
18:22:36 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
19:06:41 openstackgerrit Tim Pownall proposed openstack/python-openstackclient master: Adding functionality in openstack client to list volumes associated with no project or an invalid project id that no longer exists. https://review.openstack.org/429789
19:53:35 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
20:00:11 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
20:03:06 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
21:13:57 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
22:20:47 ankur-gupta-f3 sshank: you have a questions about the agent naming stuff for OSC?
22:21:48 sshank ankur-gupta-f3, Yeah. Needed to clarify the naming of agents. Currently we are doing 'network agent add network' for dhcp agent. So if the agent is metering, it might get confusing to users.
22:21:59 ankur-gupta-f3 how do you intend on handling it
22:22:43 ankur-gupta-f3 I was thinking along the lines that the name of the agent should be listed in the help text for the command
22:23:20 sshank DHCP agent: 'network agent add network' and L3 agent: 'network agent add router'.
22:24:02 sshank ankur-gupta-f3, So how about 'network dhcp agent add network' and 'network l3 agent add'?
22:24:07 ankur-gupta-f3 right so how would there be any confusion. there are no commands for metering except for associating a label
22:24:19 ankur-gupta-f3 no because dhcp and l3 are not resources
22:24:25 ankur-gupta-f3 dtroyer: stevemar: thoughts?
22:24:28 ankur-gupta-f3 reedip:
22:28:11 ankur-gupta-f3 aside from the general guidelines for commands. I am against doing this since there is only one case where you add an agent to a router via command, and only one agent you add to network via command for core Neutron services (excluding the plugins)
23:10:17 openstackgerrit Eric Brown proposed openstack/keystoneauth master: Use https for *.openstack.org references https://review.openstack.org/429501
#openstack-sdks - 2017-02-07
02:07:53 reedip_ sindhu : you there ?
02:08:51 reedip_ sindhu: you may want to first remove the external network interface from the router before deleting the port ( swap Line#240 and#241 in https://review.openstack.org/#/c/383025/29/openstackclient/tests/functional/network/v2/test_floating_ip.py )
02:18:19 openstackgerrit gengchc2 proposed openstack/js-openstack-lib master: Use https instead of http for git.openstack.org https://review.openstack.org/429983
04:06:00 sindhu reedip: hey, but line #240 is deleting the floating ip right?
04:10:36 sindhu reedip: also, I checked locally: doing router unset --external-gateway itself deletes the external network port attached to the router
04:12:39 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Rework port functional tests on json output format https://review.openstack.org/423970
05:00:04 reedip sindhu : checking it out, will respond in some tme
05:00:19 sindhu reedip: sure
06:39:43 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
09:10:44 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Functional test for server group https://review.openstack.org/430134
10:19:14 reedip sindhu : I have been putting some print statements in your patch, and modified the cleanup as well to identify the issue
10:20:00 reedip sindhu : problem is that I am unable to use the "floating ip set port " CLI even after using your patch ( seems some issue with setup.cfg in registering the commands)
10:45:11 reedip sindhu : this seems to work for your patch
10:45:17 reedip self.openstack('router remove port ' + self.ROUTER
10:45:17 reedip + self.ROUTER)
10:45:17 reedip self.openstack('router unset --external-gateway '
10:45:17 reedip self.openstack('floating ip delete ' + fp_ip)
10:45:17 reedip self.openstack('floating ip unset port ' + fp_ip)
10:45:18 reedip self.addCleanup(self.openstack, 'router delete ' + self.ROUTER)
10:45:18 reedip + ' ' + port_id)

Earlier   Later