Temporary: state that user should define old sofwtare type

parent 91cb17dc
...@@ -118,6 +118,7 @@ Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be ...@@ -118,6 +118,7 @@ Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be
redirected and accessible from the proxy:: redirected and accessible from the proxy::
instance = request( instance = request(
software_release=apache_frontend, software_release=apache_frontend,
software_type="RootSoftwareInstance",
partition_reference='my frontend', partition_reference='my frontend',
shared=True, shared=True,
partition_parameter_kw={ partition_parameter_kw={
...@@ -134,6 +135,7 @@ https://[1:2:3:4:5:6:7:8]:1234 will be redirected and accessible from the ...@@ -134,6 +135,7 @@ https://[1:2:3:4:5:6:7:8]:1234 will be redirected and accessible from the
proxy:: proxy::
instance = request( instance = request(
software_release=apache_frontend, software_release=apache_frontend,
software_type="RootSoftwareInstance",
partition_reference='my frontend', partition_reference='my frontend',
shared=True, shared=True,
partition_parameter_kw={ partition_parameter_kw={
...@@ -152,6 +154,7 @@ https://[1:2:3:4:5:6:7:8]:1234/erp5/ will be redirected and accessible from ...@@ -152,6 +154,7 @@ https://[1:2:3:4:5:6:7:8]:1234/erp5/ will be redirected and accessible from
the proxy:: the proxy::
instance = request( instance = request(
software_release=apache_frontend, software_release=apache_frontend,
software_type="RootSoftwareInstance",
partition_reference='my frontend', partition_reference='my frontend',
shared=True, shared=True,
partition_parameter_kw={ partition_parameter_kw={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment