openstack error while spinning csr through ansible script
I am getting following error while running an anisble script to spin a CSR.
nova.api.openstack.wsgi [req-8e50439a-6a54-4db9-a64a-920a57118021 ba6bd81724d34b538712feb1aac3d6b6 74259d490b2b478daadc91478c73a050 - - -] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <type 'exceptions.typeerror'=""></type>
and the following info. displayed in nova-api.log
2017-05-19 02:38:26.803 8088 ERROR nova.api.openstack.extensions TypeError: __init__() got an unexpected keyword argument 'prompt'2017-05-19 02:38:26.803 8088 ERROR nova.api.openstack.extensions 2017-05-19 02:38:26.803 8088 INFO nova.api.openstack.wsgi [req-8e50439a-6a54-4db9-a64a-920a57118021 ba6bd81724d34b538712feb1aac3d6b6 74259d490b2b478daadc91478c73a050 - - -] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <type 'exceptions.typeerror'=""></type>
Please let me know how to resolve this issue