Revision 49fac78e

b/Changelog
28 28
    server ip attach/detach
29 29
- Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
30 30
- Implement network_wait [#3862]
31
- Implement user_list/set/get to switch between session users [#3632, #3660]
32

  
31
- Implement user_list/set/whoami to switch between session users [#3632, #3660]
33 32

  
b/kamaki/cli/commands/astakos.py
126 126

  
127 127

  
128 128
@command(user_cmds)
129
class user_get(_user_init, _optional_json):
130
    """Get session user"""
129
class user_whoami(_user_init, _optional_json):
130
    """Get current session user information"""
131 131

  
132 132
    @errors.generic.all
133 133
    def _run(self):

Also available in: Unified diff