Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-24
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
17:49:36 openstackgerrit Merged openstack/keystoneauth master: Include the auth_url in the discovery failure message https://review.openstack.org/437948
19:35:18 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add "qos-policy" option to "port create" & "port set" https://review.openstack.org/419236
20:36:28 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Fix output of ListSecurityGroupRule https://review.openstack.org/437941
#openstack-sdks - 2017-02-25
03:40:43 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Make block-device-mapping more stable and clear https://review.openstack.org/438141
06:15:12 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
15:27:35 openstackgerrit Merged openstack/python-openstackclient master: Fix output of ListSecurityGroupRule https://review.openstack.org/437941
16:17:22 openstackgerrit Merged openstack/python-openstacksdk master: Fix the object store set metadata functional test https://review.openstack.org/437558
18:10:40 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Don't create auth plugin until get_session https://review.openstack.org/438196
18:11:12 mordred jamielennox|away, dtroyer: ^^ there's the moving of auth plugin loading to get_session instead of during auth plugin parsing
18:17:06 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Remove now-unnecessary validate=False settings https://review.openstack.org/438198
18:17:14 mordred and a followup to clean up some cruft from tests
18:37:40 reedip_ gb
22:07:30 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Don't create auth plugin until get_session https://review.openstack.org/438196
22:07:32 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Remove now-unnecessary validate=False settings https://review.openstack.org/438198
#openstack-sdks - 2017-02-26
15:17:49 openstackgerrit Monty Taylor proposed openstack/python-openstackclient master: Skip auth plugin creation with new OCC https://review.openstack.org/438266
15:18:21 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Don't create auth plugin until get_session https://review.openstack.org/438196
15:18:22 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Remove now-unnecessary validate=False settings https://review.openstack.org/438198
15:41:13 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Add support for k2k service provider auth https://review.openstack.org/438270
15:41:19 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Skip k2k wrapper creation https://review.openstack.org/438271
15:44:20 mordred dtroyer, jamielennox|away: ^^ I started poking at unwinding things a bit
16:42:01 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Pass ssl values through to OCC https://review.openstack.org/438277
16:42:01 openstackgerrit Monty Taylor proposed openstack/osc-lib master: Skip k2k wrapper creation https://review.openstack.org/438271
20:39:37 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
#openstack-sdks - 2017-02-27
01:36:15 openstackgerrit Merged openstack/os-client-config master: Add support for indicating required floating IPs https://review.openstack.org/430967
02:41:33 openstackgerrit Merged openstack/os-client-config master: Add helper scripts to print version discovery info https://review.openstack.org/431720
03:28:31 openstackgerrit zhiyong.dai proposed openstack/python-openstackclient master: Support "--no-property" option in volume qos set https://review.openstack.org/433451
03:47:11 openstackgerrit Merged openstack/python-openstackclient master: Support list commands by group name keyword https://review.openstack.org/436806
05:00:58 openstackgerrit Merged openstack/python-openstackclient master: openstack image create : --file and --volume exclude each other https://review.openstack.org/437335
07:23:53 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Add "--private-key" option for "keypair create" https://review.openstack.org/438352
11:12:15 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
12:08:53 jkilpatr so what exactly can I use bare_metal.update_node(id, **kwargs) api call to change? I've been trying to use it to update the properties of a node but it crashes. Same when trying to update the node name or any other var that I would think is accessible via this call.
12:09:28 jkilpatr the documentation says it can't change node states that have their own calls, so power state and such I assume. But node properties doesn't fall under that.
12:57:58 openstackgerrit Sean Dague proposed openstack/keystoneauth master: WIP: remove discover hacks https://review.openstack.org/438483
13:12:05 mordred sdague: nice
13:21:53 sdague yeh... I followed jamielennox|away's advice on the right way to handle a thing that exposed in trippleo to have a better log message, then manually tested it, and found out it did not fail
14:04:02 jkilpatr ok so using the bare_metal.node_update call I run into some sort of authenication problem where keystone auth crashes trying to get the response headers
14:06:05 jkilpatr ok it's because I'm getting a 400 when making the request. I think it's formed correctly though, tried looking for examples can't find any
14:10:36 jkilpatr ok any bare_metal.update_node call will fail, even if you don't change anything.
14:27:29 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
14:40:30 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Fix naming of use_default_subnet_pool attribute https://review.openstack.org/438514
15:37:02 openstackgerrit Monty Taylor proposed openstack/os-client-config master: Add ability to skip yaml loading https://review.openstack.org/438560
15:52:24 openstackgerrit Jens Rosenboom proposed openstack/python-openstacksdk master: Add missing attribute to Subnet resource https://review.openstack.org/438441
16:39:29 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025

Earlier   Later