Bug 1042192

Summary: [RFE][heat]: Allow user_data to be passed to nova in a cloud-init free raw form
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-heatAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: markmc, mlopes, sbaker, sdake, shardy, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/heat/+spec/raw-user-data
Whiteboard: upstream_milestone_icehouse-1 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
This feature allows user_data to be passed to Compute (nova) in cloud-init free form. This allows users to pass user_data free form rather than with alterations. As a result, user data is unaltered by Orchestration (heat).
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:08:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:19:34 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/raw-user-data.

Description:

Although heat's agent tooling is heavily dependent on cloud-init, some users will want to orchestrate servers that are not cloud-init enabled. They may use their own agent, or a user_data which is executed as a script on boot.

OS::Nova::Server should optionally allow this by adding the property 'user_data_format' with the available options 'CLOUD_INIT' or 'RAW'

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:47:59 UTC
Moving to POST based on upstream status (Implemented).