Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-03
05:28:33 sindhu reedip: yeah.. even I am getting the same
05:30:03 reedip sindhu : oops, you already added the subnet in step 7
05:30:20 reedip so the router would already have a port for that subnet
05:37:48 reedip sindhu : you can run "openstack port list --router" to see if the router already has a port
05:38:28 reedip and then run port show for the ports connected to the router and you will see that the router already has a port connected to the external subnet, so you cannot set the gateway to that port
05:40:49 sindhu reedip: oh ok ... but if I create a floating ip in the external_net and try to set that to the port it says: External network e01d4875-68dd-44bf-a871-cba53519d20f is not reachable from subnet 9154650e-aa76-44bd-9135-1c7d8ff4534d.
05:41:53 reedip Thats bcz its the Subnet ID of the Pvt network
05:42:31 reedip do one thing, remove the port which is connected to the external network
05:42:39 reedip and execute step 8 once again
05:43:35 sindhu reedip: you are right ... the router has two ports connected to it now. One in private network and one in external network
05:43:55 reedip sindhu : and your router currently has the gateway set at the Pvt network
05:44:04 reedip IIRC
05:44:48 sindhu reedip: correct
05:44:58 reedip the floating IP basically lies on one side of the router's gateway, and the ports of the router lie on the other side of the gateway
05:45:49 reedip so if the gateway is incorrectly directed, it should not be able to route, so try to remove the port which is connected to the external network, try setting the external gateway and then associate floating IP
05:46:26 sindhu reedip: so I went wrong in doing: openstack router add subnet <external_subnet> ??
05:46:42 reedip sindhu : seems so ,
05:47:16 sindhu reedip: ok will try removing the port connected to external net
07:25:52 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Fix properties format for volume qos in volume v1 https://review.openstack.org/428610
13:42:06 reedip_1 sindhu : issue resolved ??
16:19:01 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Deprecate port and ping methods in Network proxy https://review.openstack.org/428797
16:28:10 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
16:29:13 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
19:25:00 openstackgerrit Merged openstack/python-openstackclient master: mention the final ocata osc version in releasenotes https://review.openstack.org/428545
19:29:27 sindhu reedip: yes, locally the issue got resolved :) thank you
19:51:37 openstackgerrit Ankur proposed openstack/python-openstackclient master: NIT: replace os with openstack in command example https://review.openstack.org/429014
20:38:11 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
21:15:31 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414
21:45:42 manjeets are these commands implemented in openstack client (neutron --help | grep dhcp)
21:46:12 manjeets dhcp-agent-list-hosting-net List DHCP agents hosting a network.
21:46:13 manjeets dhcp-agent-network-add Add a network to a DHCP agent.
21:46:13 manjeets dhcp-agent-network-remove Remove a network from a DHCP agent.
21:46:13 manjeets net-list-on-dhcp-agent List the networks on a DHCP agent.
22:51:53 openstackgerrit Merged openstack/python-openstackclient master: NIT: replace os with openstack in command example https://review.openstack.org/429014
#openstack-sdks - 2017-02-04
02:47:08 reedip_ manjeets : https://review.openstack.org/#/c/387611/
02:47:14 reedip_ JFYI ^^
07:01:24 openstackgerrit Wang Hui proposed openstack/golang-client master: Update crud operation of volume API v3 https://review.openstack.org/429191
07:03:11 openstackgerrit Wang Hui proposed openstack/golang-client master: Update crud operation of volume and file share API https://review.openstack.org/429191
08:21:30 openstackgerrit Wang Hui proposed openstack/golang-client master: add file support for openstack goclient https://review.openstack.org/429204
09:43:47 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Fix "module list --all" failed https://review.openstack.org/429246
10:35:23 RuiChen hi dtroyer stevemar, "module list" command should output both cli.base and plugin modules, or just plugin modules, I'm fixing the bug https://review.openstack.org/429246 , but i'm not sure about that
10:39:40 RuiChen the output is in my devstack, that include both cli.base(novaclient,keystoneclient) and plugin modules, but only all cli.base modules(neutron, cinder, glance) present
10:39:45 RuiChen stack@ubuntu1604 /usr/local/lib/python2.7/dist-packages $ openstack module list
10:39:46 RuiChen | Field | Value |
10:39:46 RuiChen +------------------+--------+
10:39:46 RuiChen | aodhclient | 0.7.0 |
10:39:46 RuiChen | congressclient | 1.5.0 |
10:39:46 RuiChen | heatclient | 1.7.0 |
10:39:47 RuiChen | ironicclient | 1.9.0 |
10:39:47 RuiChen | keystoneclient | 3.9.0 |
10:39:48 RuiChen | magnumclient | 2.3.1 |
10:39:48 RuiChen | mistralclient | 2.1.2 |
10:39:49 RuiChen | muranoclient | 0.11.1 |
10:39:49 RuiChen | novaclient | 6.0.0 |
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

Earlier   Later