diff options
| author | Miroslav Suchý <msuchy@redhat.com> | 2014-11-14 18:16:27 +0000 |
|---|---|---|
| committer | Miroslav Suchý <msuchy@redhat.com> | 2014-11-14 18:19:00 +0000 |
| commit | 40fb52b74d8e62434ffe0784b8a9f8dcc748c789 (patch) | |
| tree | 229e7f87c54f5af04a48897fae8c0dab6327f558 /files/fedora-cloud | |
| parent | ee4da204ed7ba8c4158c309bf645a4d748bd8ab9 (diff) | |
| download | ansible-40fb52b74d8e62434ffe0784b8a9f8dcc748c789.tar.gz ansible-40fb52b74d8e62434ffe0784b8a9f8dcc748c789.tar.xz ansible-40fb52b74d8e62434ffe0784b8a9f8dcc748c789.zip | |
set CONFIG_SWIFT_STORAGES to default
addressing:
failed: [fed-cloud09.cloud.fedoraproject.org] => {"changed": true, "cmd": ["packstack", "--answer-file=/root/packstack-controller-answers.txt"], "delta": "0:00:00.701587", "end": "2014-11-14 18:09:02.505525", "rc": 1, "start": "2014-11-14 18:09:01.803938"}
stdout: Welcome to Installer setup utility
Parameter CONFIG_SWIFT_STORAGES failed validation: Storage value has to be in format "/path/to/device".
ERROR : Failed handling answer file: Storage value has to be in format "/path/to/device".
Diffstat (limited to 'files/fedora-cloud')
| -rw-r--r-- | files/fedora-cloud/packstack-controller-answers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index 6fac2b694..9bd44cc9b 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -368,7 +368,7 @@ CONFIG_SWIFT_KS_PW={{ SWIFT_PASS }} # on 127.0.0.1 as a swift storage device(packstack does not create the # filesystem, you must do this first), if /dev is omitted Packstack # will create a loopback device for a test setup -CONFIG_SWIFT_STORAGES={{ controller_public_ip }} +CONFIG_SWIFT_STORAGES= # Number of swift storage zones, this number MUST be no bigger than # the number of storage devices configured |
