This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/octavia-worker --config-file /etc/octavia/octavia.conf | |
2016-08-03 11:38:44.595 20968 INFO octavia.common.config [-] Logging enabled! | |
2016-08-03 11:38:44.595 20968 WARNING oslo_reports.guru_meditation_report [-] Guru meditation now registers SIGUSR1 and SIGUSR2 by default for ba$ | |
2016-08-03 11:38:45.233 20968 INFO root [-] Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt | |
2016-08-03 11:38:45.254 20968 INFO root [-] Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt | |
2016-08-03 11:38:45.557 20968 INFO octavia.controller.queue.consumer [-] Starting consumer... | |
2016-08-03 11:39:55.166 20968 INFO octavia.controller.queue.endpoint [-] Creating load balancer 'eb7040a7-84ee-4cce-a581-a0275ee7d350'... | |
2016-08-03 11:39:55.400 20968 INFO octavia.network.drivers.neutron.base [-] Neutron extension security-group found enabled | |
2016-08-03 11:39:55.431 20968 INFO octavia.network.drivers.neutron.base [-] Neutron extension dns-integration is not enabled | |
2016-08-03 11: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
neutron lbaas-pool-create --lb-algorithm ROUND_ROBIN --listener b1cfe450-0640-43c3-9683-7daf0c74a85e --protocol HTTP --name pool1 | |
Invalid state PENDING_UPDATE of loadbalancer resource eb7040a7-84ee-4cce-a581-a0275ee7d350 | |
Neutron server returns request_ids: ['req-7aa9952f-8168-4ed7-b01d-9b9fe1f91eb3'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[networking] | |
# Network to communicate with amphora | |
lb_network_name = public | |
respawn_count = 2 | |
# respawn_interval = 2 | |
# client_cert = /etc/octavia/certs/client.pem | |
# server_ca = /etc/octavia/certs/server_ca.pem |