Update parameters for ipsec deployment
As of rocky, the config-download parameters are the default. So lets specify this in the documentation. Change-Id: I1dbc98f0f0da7fe217f64540394a1911eed71761 Related-Bug: #1804642
This commit is contained in:
parent
0137234dea
commit
48359b5e08
@ -80,16 +80,23 @@ environment file::
|
||||
|
||||
/usr/share/openstack-tripleo-heat-templates/environments/ipsec.yaml
|
||||
|
||||
With this, your deployment command will similar to this::
|
||||
With this, your deployment command will be similar to this::
|
||||
|
||||
openstack overcloud deploy \
|
||||
...
|
||||
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
|
||||
-e /home/stack/templates/network-environment.yaml \
|
||||
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml \
|
||||
--config-download \
|
||||
-e /usr/share/openstack-tripleo-heat-templates/environments/ipsec.yaml
|
||||
|
||||
.. note:: For the Queens release, you need to specify the config-download
|
||||
related parameters yourself::
|
||||
|
||||
openstack overcloud deploy \
|
||||
...
|
||||
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml \
|
||||
--config-download \
|
||||
...
|
||||
|
||||
To change the default encryption algorithm, you can use an environment file
|
||||
that looks as follows::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user