Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-23
21:07:05 dtroyer I'll relocate to wherever
21:08:01 jamielennox in the keystone cave
21:08:05 jamielennox tell me where
21:08:25 dtroyer I'll head down to the 1st floor lobby…. coffee area
21:09:20 mordred I'll wander down in just a sec
21:09:28 jamielennox yep
21:46:07 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: keystone api v2.0 does not paginate roles or users https://review.openstack.org/437691
21:56:03 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
21:58:56 reedip_1 sindhu , ankur-gupta-f1, stevemar : https://review.openstack.org/#/c/376311/ for review, if you have some time ?
21:59:09 ankur-gupta-f4 yea looking at it right now
22:01:40 reedip_1 great, thanks :)
22:01:53 ankur-gupta-f4 just left comment for functional tests and a small nit
22:09:23 reedip_1 ankur-gupta-f4 : ok, looking into it
22:10:55 sindhu reedip_1: will do :)
22:35:48 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
22:41:09 openstackgerrit Ankur proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
22:47:40 reedip_1 thanks ankur-gupta-f4 :)
22:47:59 ankur-gupta-f4 np buddy
23:00:30 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add new parameter "is_default" to Network QoS policy. https://review.openstack.org/432260
#openstack-sdks - 2017-02-24
02:32:27 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add default-quota to subnet-pools https://review.openstack.org/437367
02:55:13 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support --no-property in "volume set" command https://review.openstack.org/434094
03:02:51 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: don't force image download to memory https://review.openstack.org/437588
03:15:08 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: don't force image download to memory https://review.openstack.org/437588
03:48:35 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: [WIP] add role manipulation methods to identity proxy https://review.openstack.org/437781
03:53:06 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: [WIP] add role manipulation methods to identity proxy https://review.openstack.org/437781
04:03:29 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: don't force image download to memory https://review.openstack.org/437588
04:13:38 openstackgerrit Merged openstack/python-openstackclient master: Fix can not set is_default in network https://review.openstack.org/434602
04:47:22 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Fix Port unset command https://review.openstack.org/437790
05:55:50 openstackgerrit Merged openstack/python-openstacksdk master: keystone api v2.0 does not paginate roles or users https://review.openstack.org/437691
07:51:20 openstackgerrit David Rabel proposed openstack/python-openstackclient master: openstack image create : --file and --volume exclude each other https://review.openstack.org/437335
09:11:06 fatmcgav morning all... i'm having issues with using the Python Openstack client on a freshly installed MacOS Sierra laptop...
09:11:40 fatmcgav it just seems to hang upon starting... any pointers on how to debug?
09:52:15 fatmcgav OK, so it only seems to hang when loading the shell... if I run a specific command, e.g. 'openstack server list', the process works
09:52:25 fatmcgav any ideas why the interactive shell might hang?
13:35:35 openstackgerrit Merged openstack/python-openstacksdk master: the role resource should not have put_create=True https://review.openstack.org/437571
13:52:43 dtroyer fatmcgav: are you using the system python or from homebrew/macports/etc? And instailling from PyPI or source?
13:52:51 dtroyer venv?
13:53:15 dtroyer and what do you get running with the —debug option?
14:00:15 fatmcgav dtroyer: have tried both python from homebrew, and also under a venv
14:00:47 openstackgerrit Lars Kellogg-Stedman proposed openstack/python-openstacksdk master: don't force image download to memory https://review.openstack.org/437588
14:03:53 fatmcgav dtroyer: and a debug run provides: https://gist.github.com/fatmcgav/5c84529f6fd7bd2604732880b4e10204
14:05:32 fatmcgav I've just added a '--debug server list' output aswell
14:14:26 dtroyer fatmcgav: in the first log, line 39 is interesting. The ^C is interrupting a pbcopy command. That's not something that OSC itself calls directly,
14:15:20 dtroyer I think cmd2 may be doing that, which is the bit that implements the interactive loop
14:15:53 dtroyer I don't have a Sierra box available, but that seems to be the first thing to track down
14:19:03 dtroyer that call is during the loading phase when cmd2 is testing for access to a clipboard, so it is meant to be a simple verification that pbcopy runs (the —help)
14:25:25 fatmcgav dtroyer: OK, so I'm running the openstack client in a ZSH shell running inside a Tmux session... and pbcopy is used to link the MacOS clipboard through...
14:25:49 dtroyer its tmux vs pbcopy
14:25:58 fatmcgav i'll try it outside of tmux :)
14:26:02 dtroyer https://evertpot.com/osx-tmux-vim-copy-paste-clipboard/
14:26:08 dtroyer https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
14:26:17 dtroyer are the things I am currently reading
14:28:53 fatmcgav so same behaviour outside of tmux... so looks to be a PBcopy behaviour...
14:29:09 dtroyer fatmcgav: would you do me a favor and file a bug at https://bugs.launchpad.net/python-openstackclient/+bugs for this? I'm not sure we can fix it in OSC, but I'd like to record this detail for posterity in more than IRC logs
14:29:16 fatmcgav might try terminal vs iterm
14:29:16 dtroyer shoot...
14:29:41 dtroyer iterm's tmux integration mode still there maybe?
14:30:18 fatmcgav same behaviour in Zsh in Terminal.app :(
14:30:32 dtroyer rats, of course it isn't that simple
14:30:40 fatmcgav mm, ok... so running 'pbcopy --help' on CLI does indeed hang
14:31:11 dtroyer ^D
14:31:11 dtroyer it does for me too, I think it's waiting for input on stdin
14:31:26 fatmcgav for a '--help' :S
14:31:27 fatmcgav lol
14:31:39 dtroyer dunno, seems wrong, yes
14:32:36 dtroyer actually its -help
14:32:54 dtroyer doh!
14:34:06 dtroyer heh cmd2 0.7.0 was released yesterday
14:35:07 fatmcgav even '-help' hangs...
14:35:11 fatmcgav ah, ok... i'll take a look
14:35:34 dtroyer I'm heading for food, will check back in a bit
14:35:34 dtroyer seems suspicous
14:35:34 dtroyer see what installing cmd2==0.6.9 does for you? There were changes to wrap those pbcopy commands (and others) for redirecting stdout/stderr to /dev/null
14:36:33 fatmcgav dtroyer: yeh, am running 0.7.0... i'll roll it back and see how 0.6.9 behaves
14:55:44 fatmcgav dtroyer: OK, so it looks to be an issue with 'reattach-to-user-namespace' program, specifically when installed with '--with-wrap-pbcopy-and-pbpaste' option, which creates a shim around system pbcopy...
14:55:53 fatmcgav see https://github.com/Homebrew/homebrew-core/blob/master/Formula/reattach-to-user-namespace.rb#L29-L32
14:59:31 fatmcgav raised https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/issues/60
15:02:39 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
15:06:44 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Fix output of ListSecurityGroupRule https://review.openstack.org/437941
15:08:46 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
15:28:27 reedip_1 dtroyer : around ??
15:31:49 openstackgerrit Jamie Lennox proposed openstack/keystoneauth master: Include the auth_url in the discovery failure message https://review.openstack.org/437948
15:39:12 reedip_1 stevemar : ping
15:40:22 stevemar reedip_1: yellow
15:51:01 reedip_1 stevemar : yi
15:51:37 reedip_1 stevemar : I had a question regarding this failure in one of my patches: http://logs.openstack.org/11/376311/9/check/gate-python-openstackclient-requirements/4e20572/
15:52:41 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
15:59:55 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
16:01:52 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add default-quota to subnet-pools https://review.openstack.org/437367
16:05:20 dtroyer reedip_: you can not add that to test-requirements.txt until it is in global-requirements
16:06:11 dtroyer g-r currently has >=0.4
16:06:31 dtroyer do you specifically need 0.5?
16:17:20 reedip_1 dtroyer : umm, no.. Let me modify it to 0.4 ( I didnt check g-r , so thanks for this pointer for future )
16:19:45 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
16:32:58 jamielennox dtroyer: is there a way of making osc not do auth for a request?
16:33:21 jamielennox dtroyer: there's bad auth in devstack which makes "openstack complete" fail, and complete shouldn't need to call auth at all
16:36:16 dtroyer at a command level it should be totally skipped, and that is one of those
16:36:51 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add "qos-policy" option to "port create" & "port set" https://review.openstack.org/419236
16:43:34 dtroyer it's defined in the cliff command class
16:52:14 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025

Earlier   Later