Bug 1194539
| Summary: | [Docs] [Heat] Add new HEAT Template book to docs suite | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Summer Long <slong> |
| Component: | documentation | Assignee: | Don Domingo <ddomingo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Andrew Dahms <adahms> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0 (Juno) | CC: | adahms, yeylon |
| Target Milestone: | ga | Keywords: | Documentation |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-25 02:35:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1109015 | ||
| Bug Blocks: | 1234669 | ||
Assigning to Don for review. This content is now live on the Customer Portal. Closing. |
Description of problem: At least a very basic template example should be provided so that the user can try the functionality out. I used the following which uses the Packstack default flavors and image: heat_template_version: 2015-02-20 description: A tiny server. resources: server: type: OS::Nova::Server properties: block_device_mapping: - device_name: vda delete_on_termination: true volume_id: { get_resource: volume } flavor: m1.tiny networks: - network: public volume: type: OS::Cinder::Volume properties: image: 'cirros' size: 1