2014-03-04 22:12:19 +00:00
|
|
|
-other auth
|
|
|
|
-pam if user exists but has no passphrase
|
|
|
|
-keystone?
|
|
|
|
-ad? (specialized to the AD case)
|
2014-03-01 15:48:08 +00:00
|
|
|
-expressionkeys never gets smaller - perf impact
|
2014-04-11 14:03:02 +00:00
|
|
|
-When a user account is changed, have httpapi and sockapi notified of changes
|
|
|
|
to kill off related sessions. password changes are given a pass, but user
|
|
|
|
deletion will result in immediate session termination
|
2014-03-01 15:48:08 +00:00
|
|
|
-When the time comes to dole out configuration/discovery, take page from xCAT
|
|
|
|
'flexdiscover' command, if possible bring an ipmi device under management
|
|
|
|
by way of ipv6 to eliminate requirement for ip to be specified.
|
|
|
|
Requires the polling event support (which is required for security anyway)
|
2014-04-21 20:01:14 +00:00
|
|
|
-Change the remote timeout behavior to yield a response, then have pluginapi
|
|
|
|
decides whether to error the response or a message indicating error in case of
|
|
|
|
multi-node request
|
2014-03-01 15:48:08 +00:00
|
|
|
|
|
|
|
-this stack trace (happened with method was set to ""):
|
|
|
|
Traceback (most recent call last):
|
|
|
|
File "/usr/lib/python2.6/site-packages/eventlet/wsgi.py", line 402, in handle_one_response
|
|
|
|
for data in result:
|
|
|
|
File "/home/jbjohnso/Development/confluent/confluent/httpapi.py", line 301, in resourcehandler
|
|
|
|
cfgmgr, querydict)
|
|
|
|
File "/home/jbjohnso/Development/confluent/confluent/pluginapi.py", line 273, in handle_path
|
|
|
|
passvalue = pluginmap[plugpath].__dict__[operation](
|
|
|
|
KeyError: ''
|
|
|
|
|
2014-04-15 18:59:36 +00:00
|
|
|
|
2014-05-03 15:59:35 +00:00
|
|
|
-have pyghmi and friends do multiprocessing pools
|
|
|
|
-investigate console behavior when target off (causing disconnects/reconnects
|
|
|
|
on input)
|
|
|
|
-with logging set to interactive or none, repeatedly connect to an ipmi
|
|
|
|
console that is actively outputting data. It seems that some race condition
|
|
|
|
causes creation of an ipmi console to result in a hung up console
|
|
|
|
-confetty to do right thing with respect to status updates when run right on a
|
|
|
|
console. It currently clutters up the screen with data that would land in
|
|
|
|
a titlebar
|