First time here? Check out the FAQ!
2018-10-30 10:56:44 -0600 | asked a question | Openstack Sahara: commands not working with Internal Server Error Openstack Sahara is unable to execute CLI commands with the below error: Failed to parse response from Sahara: Internal Server Error Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/cliff/app.py", line 400, in run_subcommand result = cmd.run(parsed_args) File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run return super(Command, self).run(parsed_args) File "/usr/lib/python2.7/site-packages/cliff/display.py", line 112, in run column_names, data = self.take_action(parsed_args) File "/usr/lib/python2.7/site-packages/saharaclient/osc/v1/images.py", line 157, in take_action desc=parsed_args.description).image File "/usr/lib/python2.7/site-packages/saharaclient/api/images.py", line 46, in update_image return self._post('/images/%s' % image_id, data) File "/usr/lib/python2.7/site-packages/saharaclient/api/base.py", line 159, in _post self._raise_api_exception(resp) File "/usr/lib/python2.7/site-packages/saharaclient/api/base.py", line 226, in _raise_api_exception error_message=msg) APIException: Failed to parse response from Sahara: Internal Server Error clean_up RegisterImage: Failed to parse response from Sahara: Internal Server Error Sahara.conf file: Openstack ocata is installed on Centos 7 (one controller+ network and 3 compute nodes). Can someone please help with this issue. |
2018-10-30 10:56:39 -0600 | asked a question | Openstack-sahara: APIException: Failed to parse response from Sahara: Internal Server Error. I have installed openstack-sahara on Ocata release,. The controller and network node resides on the same machine (Centos 7.0 is operating system), but all the openstack data processing commands are giving below error: APIException: Failed to parse response from Sahara: Internal Server Error. sahara.conf file is: There are no error or debug messages in both sahara-api.log or sahara-engine.log. Can someone please help with this issue |