diff options
author | James Slagle <jslagle@redhat.com> | 2017-01-25 15:35:37 -0500 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-01-25 15:35:37 -0500 |
commit | 08bac5a38d6a21acab4eca3b2c08dc9d26ec95b2 (patch) | |
tree | 019d3fa9714e91dcb1e4326b71769ca2637bde4a /releasenotes | |
parent | 7307d43f1a4555aa4700fd749f265513c144dccf (diff) |
Add a release note for using deployed-servers (aka split-stack)
Change-Id: I9e926e66518ffd15c8a83355c87e8eae26742d5e
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/deployed-servers-fd47f18204cea105.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/deployed-servers-fd47f18204cea105.yaml b/releasenotes/notes/deployed-servers-fd47f18204cea105.yaml new file mode 100644 index 00000000..d05b268c --- /dev/null +++ b/releasenotes/notes/deployed-servers-fd47f18204cea105.yaml @@ -0,0 +1,8 @@ +--- +features: + - It is now possible to deploy with tripleo-heat-templates using servers that + are already provisioned with an operating system, and not necessarily + provisioned with Nova and Ironic. This feature is enabled by making use of + the environments/deployed-server-environment.yaml environment file. For + more information, see + http://docs.openstack.org/developer/tripleo-docs/advanced_deployment/deployed_server.html |