Earlier  
Posted Nick Remark
#openstack-sdks - 2017-03-02
17:44:31 dtroyer your closest work-around right now is to list resources using a filter, possibly piping thought more filtering, then piping in to a delete command
17:44:35 dtroyer you know, UNIX-style
17:44:44 ssbarnea dtroyer: maybe you are right, i could easily make a bash script that does this.
17:44:52 ankur-gupta-f4 +1
17:44:58 reedip_1 +1
17:45:03 dtroyer the thing I really want here is the ability to do ith in interactive mode
17:45:18 dtroyer so that takes shell out of the option list
17:45:53 dtroyer also, piping lists of commands into interactive mode is fun and definitely a step forward
18:30:26 ssbarnea dtroyer: I had a good progress writing a cleanup script but hit one problem: network delete may fail due to existing ports being assigned. The bad part is that it seems that not all ports are named so I cannot cleanup them using the naming pattern. Is there a way to remove networks with "cascade"?
18:36:40 dtroyer that's what the purge command is intended to do, but at the project level
18:38:29 ssbarnea dtroyer: that's the problem: at project level is useless because it would wipe everything.
18:39:35 dtroyer not useless, but not what you want...
18:40:10 dtroyer etiher way the same tasks need to be done, whether in a script or inside OSC, walk the resources and delete everything required by Neutron for a specific resource
18:51:18 openstackgerrit Merged openstack/os-client-config master: [Fix gate]Update test requirement https://review.openstack.org/440597
18:52:10 ssbarnea dtroyer: well, i will do it in the end and publish the script in came someone else is interested.
18:59:43 dtroyer ssbarnea: thanks. the logic and decision flow of that would be useful to re-use should it get brought into OSC
19:06:45 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Fix NoneType error for volume snapshot create command https://review.openstack.org/440497
19:26:46 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Remove deprecated "ip floating (pool)/ip fixed *" commands https://review.openstack.org/440550
19:54:30 dtroyer FWIW, OSC release note job failures are being fixed in the next reno release (2.1.2?) coming after https://review.openstack.org/#/c/440776/ merges.
19:54:52 dtroyer Please do not blindly recheck wihtout having some belief that the job might pass...
19:57:20 ankur-gupta-f1 I believeeee
20:14:40 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:15:28 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:46:26 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Enable streaming responses in download_image https://review.openstack.org/437588
23:14:34 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Non-Admin can't list own projects https://review.openstack.org/376056
23:15:11 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Non-Admin can't list own projects https://review.openstack.org/376056
23:21:09 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Non-Admin can't list own projects https://review.openstack.org/376056
23:35:41 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Remove ClientCache https://review.openstack.org/388232
#openstack-sdks - 2017-03-03
03:06:43 reedip_1 o/
06:41:58 Amit82 Hi All, I have deployed Openstack using Openstack-Ansible.
06:42:13 Amit82 I am using Newton release from tag 14.0.8. My test environment is containing only Compute Node and Controller Node (Infra Node).
06:42:26 Amit82 When using Openstack Python SDK, I am getting following error while making connection to external_vib_lp_address (192.168.255.45) binded to port 5000.
06:42:43 Amit82 "openstack.exceptions.SDKException: Connection failure that may be retried."
06:43:06 Amit82 Any clue about this issue? More detailed traces are at: http://paste.openstack.org/show/601053/
06:43:15 Amit82 Python script which I am using for this purpose is at: http://paste.openstack.org/show/601241/
06:43:32 Amit82 I am running this python script on some external machine, I am successfully able to run Horizon UI on the same machine where this python script is run.
10:50:19 Amit82 Hi
10:50:53 Amit82 I am trying to use openstack python SDK
10:51:03 Amit82 to start with, I am trying to attempt a connection
10:51:15 Amit82 I have deployed Newton using Openstack-Ansible
10:51:43 Amit82 I tried the python script: http://paste.openstack.org/show/601268/ from utility container but it is giving me 400
10:52:06 Amit82 These are detailed error logs: http://paste.openstack.org/show/601271/
10:52:43 Amit82 Does these errors mean that some "domain" is expected while making connection
10:53:30 Amit82 Request at link: http://paste.openstack.org/show/601273/ is failing with 400. It is generated by python script
10:54:14 Amit82 Request at link: http://paste.openstack.org/show/601275/ is successful. It is generated by openstack command line client.
10:54:36 Amit82 You can observe the difference is related to "domain". These are excerpts from wireshark.
10:55:55 Amit82 Could any of you guide or point to some resource showing how to add domain related things in while attempting to connect
13:39:35 dtroyer amit213: You appear to be using v3 authentication, which yes requires a domain. By default the domain ID is "default" unless you have changed that in keystone.conf.
13:44:14 briancurtin amit213: for that connection failure that could be retried, we’d need probably need detailed logs on what failure that is. someone (maybe you?) mentioned that a few days/weeks ago as well
13:56:50 briancurtin amit213: what version of openstacksdk are you using where you got that connection failure? we fixed an issue with a similar exception in https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=b003c3d1cf02e132083ac26dab42520716f39610 which was released in 0.9.5
14:40:04 openstackgerrit Merged openstack/service-types-authority master: Service type should be a thing, not an action https://review.openstack.org/436187
14:43:24 openstackgerrit Chris Dent proposed openstack/service-types-authority master: Add singular-ness to service type name conventions https://review.openstack.org/436185
14:44:16 openstackgerrit Merged openstack/service-types-authority master: Add singular-ness to service type name conventions https://review.openstack.org/436185
16:08:53 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient master: Jsonify meter and meter rule functional tests https://review.openstack.org/439854
16:15:16 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC https://review.openstack.org/387611
16:15:55 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC https://review.openstack.org/387611
16:23:05 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC https://review.openstack.org/387611
16:34:41 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
16:37:12 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient master: OSC Network Flavor Profile https://review.openstack.org/396783
17:04:04 reedip_1 o/
17:07:54 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce neutron flavor associate, disassociate to OSC https://review.openstack.org/403907
17:14:38 cdent figleaf: if you've got any clarifications to that api-wg recap I just posted, you know what to do
17:19:44 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
17:42:45 reedip_1 ankur-gupta-f4 -> see ankur-gupta-f1
17:43:23 ankur-gupta-f4 What haha
17:44:28 reedip_1 you understood what I meant
17:45:07 ankur-gupta-f4 Nope
17:45:32 reedip_1 nothing, open your laptop when possible :)
17:46:55 ankur-gupta-f4 I think i may have left my client at office running hence the two names
17:49:14 reedip_1 So hoe many clients are you working upon ankur-gupta-f4 ( and why the -f % ? )
17:49:53 ankur-gupta-f4 Well im currently typing on my phone. Im at an airport
17:50:28 reedip_1 So f for fone ???
17:50:30 reedip_1 :P
17:58:57 ankur-gupta-f4 f because that was the launchpad id given to me for whatever reason
18:06:10 reedip_1 have a great flight ankur-gupta-f4
18:11:54 openstackgerrit Nakul Dahiwade proposed openstack/python-openstackclient master: OSC Network Flavor Profile https://review.openstack.org/396783
18:25:02 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC https://review.openstack.org/387611
18:49:02 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: [WIP] Drop .git from the package name https://review.openstack.org/441296
19:07:08 dims dtroyer_zz : "go get git.openstack.org/openstack/golang-client" should work too, so can we drop the ".git"?
19:17:36 openstackgerrit Merged openstack/python-openstackclient master: Jsonify network flavor functional tests https://review.openstack.org/440710
19:36:28 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: Drop .git from the package name https://review.openstack.org/441296
19:48:10 openstackgerrit Mike Perez proposed openstack/python-openstackclient master: Remove default password function callback https://review.openstack.org/441439
19:54:59 openstackgerrit Gage Hugo proposed openstack/keystoneauth master: Remove pbr warnerrors in favor of sphinx check https://review.openstack.org/439797
21:14:02 openstackgerrit Chris Dent proposed openstack/api-wg master: Refactor and re-validate api change guidelines https://review.openstack.org/421846
21:17:20 cdent edleafe ^
21:30:16 edleafe cdent: coolness. Will get to soon
21:41:51 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
21:49:29 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
22:16:15 openstackgerrit Michael Johnson proposed openstack/service-types-authority master: Add load-balancer service type https://review.openstack.org/434999
22:38:40 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: Sanitize the package names https://review.openstack.org/441500
22:39:45 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: Sanitize the package names https://review.openstack.org/441500
22:59:11 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/440102
23:00:24 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: Simplify the import path(s) https://review.openstack.org/441513
23:05:45 dtroyer_zz dims: hey! thanks…
23:06:24 dtroyer_zz so question… dropping the 'git.' from git.openstack.org, my understanding was that needed to be a resolvable hostname?
23:21:52 dims dtroyer_zz : i lined up a couple of reviews. we can talk monday :)
#openstack-sdks - 2017-03-04
03:10:28 openstackgerrit Reedip proposed openstack/python-openstackclient master: Trivial Fix https://review.openstack.org/441542
17:10:50 openstackgerrit Merged openstack/os-client-config master: Add support for overriding mistral service type https://review.openstack.org/434344
17:10:54 openstackgerrit Merged openstack/os-client-config master: Remove the keystoneclient auth fallback https://review.openstack.org/434372
#openstack-sdks - 2017-03-05
03:22:03 openstackgerrit Reedip proposed openstack/python-openstackclient master: Trivial Fix https://review.openstack.org/441542

Earlier   Later