[ec2] Use user_data if specified (#54494)

* Use user_data if specified

* changelog
This commit is contained in:
Sloane Hertel
2019-04-09 15:52:49 -04:00
committed by GitHub
parent d53c3cd4f2
commit ba8b5ec0d3
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- ec2 - Only use user_data if the user has specified a value.
This prevents setting the instance's user data to b'None'.