tripleo-common/releasenotes/notes/stop-using-mistral-env-2ed6e17c4cdb9761.yaml
Ana Krivokapic bd4e26e823 Use Swift to store Plan environment
Start using the plan environment file in Swift for plan environment
storage instead of Mistral.

Add util functions to get/update environment data.

Remove CreatePlanAction and UpdatePlanAction as all they did was
sync between Mistral and Swift environments. Amend the corresponding
workflows to account for removal of these actions.

Implements: blueprint stop-using-mistral-env
Co-Authored-By: Julie Pichon <jpichon@redhat.com>
Depends-On: I3bcef27413e685c498165b43a8b59c8c9cc5cf5e
Change-Id: Ieedecf92113142e43925131dcbccc4c0cd5b1a18
2017-06-07 16:51:28 +02:00

7 lines
278 B
YAML

upgrade:
- |
The environment configuration for deployments is now stored in a
file called ``plan-environment.yaml`` and stored in Swift with the
templates; Mistral is no longer used to store this data. Migration
of the existing plans is handled automatically.