Hi All, We are trying to use tacker for network service orchestration, but we are stuck at the initial steps only. We have installed OpenStack Ocata using OpenStack-Ansible and Tacker using DevStack on a virtual machine, other than OpenStack Controller.
We are connecting to OpenStack VIM using the following command: *tacker --debug vim-register --description 'OpenStack Ocata' --config-file vim_config.yaml Site1* On running the above command, we are getting the following error: *ERROR: tackerclient.shell An SSL error occurred.* *Traceback (most recent call last):* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/shell.py", line 593, in run_subcommand* * return run_command(cmd, cmd_parser, sub_argv)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/shell.py", line 74, in run_command* * return cmd.run(known_args)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/common/command.py", line 29, in run* * return super(OpenStackCommand, self).run(parsed_args)* * File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 112, in run* * column_names, data = self.take_action(parsed_args)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/common/command.py", line 35, in take_action* * return self.get_data(parsed_args)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/tacker/v1_0/__init__.py", line 441, in get_data* * data = obj_creator(body)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 100, in with_params* * ret = self.function(instance, *args, **kwargs)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 460, in create_vim* * return self.post(self.vims_path, body=body)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 296, in post* * headers=headers, params=params)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 209, in do_request* * self._handle_fault_response(status_code, replybody)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 183, in _handle_fault_response* * exception_handler_v10(status_code, des_error_body)* * File "/usr/local/lib/python2.7/dist-packages/tackerclient/v1_0/client.py", line 68, in exception_handler_v10* * status_code=status_code)* *InternalServerError: An SSL error occurred.* Contents of vim_config.yaml are: *auth_url: 'https://192.168.255.45:5000/v3/ <https://192.168.255.45:5000/v3/>'* *username: 'admin'* *password: '56d1bcb5f554830270eeb9a6c1950728fb3f3'* *project_name: 'admin'* *project_domain_name: 'Default'* *user_domain_name: 'Default'* Please suggest if you have faced similar problem and if there is any solution to this. In addition to this, we also tried another OpenStack setup which was allowing external endpoint on http, instead of https, and registration to it was successful. Regards, Amit
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack