We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to change host name or password from Cloudstack, does not work.
git clone https://github.com/canonical/cloud-init.git
cd cloud-init/
./tools/build-on-openbsd
Add the following to /etc/rc.local and reboot. All subsequent changes will work
/etc/rc.local
cloud-init.tar.gz
The text was updated successfully, but these errors were encountered:
shouldn't that stuff be in /run/cloud-init/? (or after #4820 in /var/run/cloud-init)
/run/cloud-init/
/var/run/cloud-init
So, seems suspicious that it's directly in /run
/run
Sorry, something went wrong.
I can't reproduce on my side, these files are now stored in /var/run/cloud-init, this has probably been solved by #4820 like @igalic said.
Closing, this was resolved in #4820.
No branches or pull requests
Bug report
Attempting to change host name or password from Cloudstack, does not work.
Steps to reproduce the problem
git clone https://github.com/canonical/cloud-init.git
cd cloud-init/
./tools/build-on-openbsd
install the tools within the cloud-init directoryTemp solution
Add the following to
/etc/rc.local
and reboot. All subsequent changes will workEnvironment details
cloud-init logs
cloud-init.tar.gz
The text was updated successfully, but these errors were encountered: