You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
octavia-cli: undue skip_reset flag revert and update integration tests (#20093)
* Revert "Revert "octavia-cli: Added flag to control whether to reset the streams or not (#18337)""
This reverts commit da0d9a7.
* Update octavia cli integration tests
namespace_format: "${SOURCE_NAMESPACE}"# OPTIONAL | string | Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
12
13
prefix: ""# REQUIRED | Prefix that will be prepended to the name of each stream when it is written to the destination
Copy file name to clipboardExpand all lines: octavia-cli/integration_tests/test_generate/expected_rendered_yaml/connection/expected_with_normalization.yaml
namespace_format: "${SOURCE_NAMESPACE}"# OPTIONAL | string | Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
12
13
prefix: ""# REQUIRED | Prefix that will be prepended to the name of each stream when it is written to the destination
Copy file name to clipboardExpand all lines: octavia-cli/integration_tests/test_generate/expected_rendered_yaml/connection/expected_without_normalization.yaml
namespace_format: "${SOURCE_NAMESPACE}"# OPTIONAL | string | Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
12
13
prefix: ""# REQUIRED | Prefix that will be prepended to the name of each stream when it is written to the destination
"These keys changed to source_configuration_path and destination_configuration_path in version > 0.39.18, please update your connection configuration to give path to source and destination configuration files or regenerate the connection",
namespace_format: "${SOURCE_NAMESPACE}" # OPTIONAL | string | Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
12
13
prefix: "" # REQUIRED | Prefix that will be prepended to the name of each stream when it is written to the destination
0 commit comments