diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-09 13:49:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-09 13:49:37 -0400 |
commit | b2c6abedc546c70617b7065396ad16013a0f4f50 (patch) | |
tree | 651700cece03a8177471276f5fc3ccf0175c617a /utils/test/fixture.py | |
parent | 62f64172e8d409b6f1111f8d1cc9688a58252bda (diff) | |
parent | be5414d9b480423dea55defd6e57bf4b833ee54d (diff) | |
download | openshift-b2c6abedc546c70617b7065396ad16013a0f4f50.tar.gz openshift-b2c6abedc546c70617b7065396ad16013a0f4f50.tar.bz2 openshift-b2c6abedc546c70617b7065396ad16013a0f4f50.tar.xz openshift-b2c6abedc546c70617b7065396ad16013a0f4f50.zip |
Merge pull request #2278 from smunilla/BZ1353162
a-o-i: Move ansible_ssh_user to deployment
Diffstat (limited to 'utils/test/fixture.py')
-rw-r--r-- | utils/test/fixture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/fixture.py b/utils/test/fixture.py index 006df739b..152c06da8 100644 --- a/utils/test/fixture.py +++ b/utils/test/fixture.py @@ -11,9 +11,9 @@ from click.testing import CliRunner SAMPLE_CONFIG = """ variant: %s variant_version: 3.2 -ansible_ssh_user: root master_routingconfig_subdomain: example.com deployment: + ansible_ssh_user: root hosts: - connect_to: 10.0.0.1 ip: 10.0.0.1 |