App update on the cli is broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-solumclient |
New
|
Undecided
|
Unassigned |
Bug Description
The app update command on the cli is broken. It throws the error: "ERROR: Your request could not be handled because of a problem in the server." On taking a look at solum-api logs, this is the stack trace I see:
192.168.122.29 - - [09/Aug/2016 02:44:41] "GET /v1/apps HTTP/1.1" 200 1976 0.037685
2016-08-09 02:44:41.166 14350 ERROR wsme.api [-] Server-side error: "'repo_token'". Detail:
Traceback (most recent call last):
File "/usr/local/
result = f(self, *args, **kwargs)
File "/opt/stack/
updated_app = handler.
File "/opt/stack/
if data_dict[
KeyError: 'repo_token'
2016-08-09 02:44:41.166 14350 ERROR solum.common.
192.168.122.29 - - [09/Aug/2016 02:44:41] "PATCH /v1/apps/
Also, using the solum app help command on the cli, help text for the update command is not shown.