Closed bkegerreis closed 4 years ago
@bkegerreis you need to update your cloudmesh-common bundle. I was having the same error for the first half of this bug. Doing that should resolve the issue
ah a failure message from cloudmesh-common was hiding deep within stderr when I tried to install. Looks like it has merge conflict markers hiding out in setup.py...
cms openapi server ps
andcms openapi server stop NAME
haveTypeError: string indices must be integers
at line 175 of server.py. Apparently pinfo can come through as a string, not a dict as expected.cms openapi server list
andcms openapi server list NAME
haveTypeError: list() got multiple values for argument 'name'
at line 300 of openapi.py