diff options
| author | Miroslav Suchý <msuchy@redhat.com> | 2015-01-28 14:21:10 +0000 |
|---|---|---|
| committer | Miroslav Suchý <msuchy@redhat.com> | 2015-01-28 14:21:17 +0000 |
| commit | 8a9a1c5ae8fe84870834c4c08ca3a1707f3a3470 (patch) | |
| tree | 0015e73cc8603ad54204845ea1903aff50935828 /files/fedora-cloud | |
| parent | bca02bd86432fc777d040c517a8f1e9c163a1ffe (diff) | |
| download | ansible-8a9a1c5ae8fe84870834c4c08ca3a1707f3a3470.tar.gz ansible-8a9a1c5ae8fe84870834c4c08ca3a1707f3a3470.tar.xz ansible-8a9a1c5ae8fe84870834c4c08ca3a1707f3a3470.zip | |
try to disable ssl for AMQP
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 a59bd5a36..ce4f2174b 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -83,7 +83,7 @@ CONFIG_AMQP_BACKEND=rabbitmq CONFIG_AMQP_HOST={{ controller_public_ip }} # Enable SSL for the AMQP service -CONFIG_AMQP_ENABLE_SSL=y +CONFIG_AMQP_ENABLE_SSL=n # Enable Authentication for the AMQP service CONFIG_AMQP_ENABLE_AUTH=y |
