Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute_driver missing in nova.conf #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muraliselva10
Copy link

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.

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.
@sergevs
Copy link
Owner

sergevs commented Sep 29, 2016

Thanks,
I'm considering to add the change( it seems painless anyway:) ).
However, could you please share more information:

  1. what is OS, openstack versions do you use ?
  2. can you provide the error message which help you to deduce the issue ?

I'm asking about that because everything works fine for me without specifying the option explicitly
and I would like to understand why ...

@muraliselva10
Copy link
Author

Hello you can see the information here:

  1. what is OS, openstack versions do you use ?

Openstack Mitaka Version, Cent OS 7

  1. can you provide the error message which help you to deduce the issue ?

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.

@muraliselva10
Copy link
Author

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.

fatal: [XXX.XXX.XXX.XXX]: FAILED! => {"failed": true, "msg": "the file_name '/ansible-openstack/pipeline.yaml' does not exist, or is not readable"}

@sergevs
Copy link
Owner

sergevs commented Oct 5, 2016

Thanks for reporting about that.
Yes, the file was present in my copy but was not added to gthub repo.
Fixed, the file now at roles/ceilometer/files

@muraliselva10
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants