Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-03
04:58:14 sindhu reedip: I tried doing the same, but with different external network that I created
04:58:21 sindhu reedip: it didn't work
04:58:58 reedip sindhu : did your network have Subnets?
04:59:08 sindhu reedip: yes
04:59:22 sindhu reedip: I did those 8 steps I mentioned earlier
04:59:32 reedip sindhu : ok, send me the paste of the commands , and the error which you saw
04:59:52 openstackgerrit Ankur proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
05:00:25 sindhu https://www.irccloud.com/pastebin/wb9EARvJ/
05:01:43 reedip sindhu : what was the Subnet associated with the port created in step 6 ?
05:02:43 sindhu reedip: ^^^
05:03:10 sindhu reedip: the private network's subnet
05:09:57 reedip sindhu : checking
05:12:57 reedip sindhu : you created a port with internal Fixed IP , and then you tried to attach the port to the router using external subnet, right ?
05:15:24 sindhu reedip: http://paste.openstack.org/show/597485/
05:15:36 reedip sindhu : checking
05:25:55 reedip sindhu : did you run it using --debug ?
05:25:59 reedip the last CLI
05:26:26 reedip I am attempting to replicate the issue at my end, but meanwhile you can try it using --0debug
05:26:30 reedip I am attempting to replicate the issue at my end, but meanwhile you can try it using --debug *
05:26:51 sindhu reedip: will do
05:27:28 reedip sindhu : when I ran the CLI, I got the response HttpException: Bad Request, Bad router request: Router already has a port on subnet 3f9ccf79-de05-4caf-8b1e-2d6f80f42561.
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 net-list-on-dhcp-agent List the networks on a DHCP agent.
21:46:13 manjeets dhcp-agent-network-remove Remove a network from a DHCP agent.
21:46:13 manjeets dhcp-agent-network-add Add a network to 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 | heatclient | 1.7.0 |
10:39:46 RuiChen | congressclient | 1.5.0 |
10:39:46 RuiChen | aodhclient | 0.7.0 |
10:39:46 RuiChen +------------------+--------+
10:39:46 RuiChen | Field | Value |
10:39:47 RuiChen | keystoneclient | 3.9.0 |
10:39:47 RuiChen | ironicclient | 1.9.0 |
10:39:48 RuiChen | mistralclient | 2.1.2 |
10:39:48 RuiChen | magnumclient | 2.3.1 |
10:39:49 RuiChen | novaclient | 6.0.0 |
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 :)

Earlier   Later