forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
2.7 KiB
2.7 KiB
What Should I Do If Cloud-Init Does Not Work After Python Is Upgraded?
Symptom
Take an ECS running CentOS 6.8 as an example. After Python was upgraded from 2.6 to 2.7, Cloud-Init did not work. Data, such as the login password, key, and hostname could not be imported to the ECS using Cloud-Init.
After the cloud-init -v command was executed to view the Cloud-Init version, the system displayed errors, as shown in Figure 1.
Possible Causes
The Python version used by Cloud-Init was incorrect.
Parent topic: Passwords and Key Pairs