compute_driver missing in nova.conf#1
Conversation
There is computer_driver option is missing in nova.conf, Have added the option for the same, So that instance creation is not at all working fine it keeps on failing, Now added the compute_driver option so that it is working fine now.
|
Thanks,
I'm asking about that because everything works fine for me without specifying the option explicitly |
|
Hello you can see the information here:
Openstack Mitaka Version, Cent OS 7
When I am checking the nova.conf file I can be able to see that compute driver is not mentioned, So that I have added it then it is done, Without the compute driver we can be able to launch the instance successfully. Once it is added I cam be able to launch the instance. |
|
Along with the computer driver missing Issue , I have fixed the one more issue with successful installation of ceilometer. Here it is the error which I faced. Applied the modifications as needed.
|
|
Thanks for reporting about that. |
|
You can merge the pull request right, So than I can be part of the repository contribution. I am planning to do more contributions for your Repo. |
There is computer_driver option is missing in nova.conf, Have added the option for the same, So that instance creation is not at all working fine it keeps on failing, Now added the compute_driver option so that it is working fine now.