Skip to content

Instantly share code, notes, and snippets.

@mallow111
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mallow111/4f608436f13a9db49de3 to your computer and use it in GitHub Desktop.
Save mallow111/4f608436f13a9db49de3 to your computer and use it in GitHub Desktop.
o-api log
minwang1@ubuntu:~/devstack$ /usr/local/bin/octavia-api --config-file /etc/octavia/octavia.conf & echo $! >/opt/stack/status/stack/o-api.pid; fg || echo "o-api failed to start" | tee "/opt/stack/status/stack/o-api.failure"
[1] 89578
/usr/local/bin/octavia-api --config-file /etc/octavia/octavia.conf
2015-07-07 15:49:20.844 89578 INFO octavia.common.config [-] Logging enabled!
2015-07-07 15:49:21.183 89578 INFO octavia.cmd.api [-] Starting API server on 0.0.0.0:9876
2015-07-07 15:50:25.671 89578 DEBUG oslo_db.sqlalchemy.engines [req-65fe194a-f653-44ff-9238-16676be5eb4f - - - - -] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:253
2015-07-07 15:50:25.723 89578 INFO octavia.api.v1.controllers.load_balancer [req-65fe194a-f653-44ff-9238-16676be5eb4f - - - - -] Sending created Load Balancer 7547981c-2f0e-4e82-8926-0f28f3b7349c to the handler
2015-07-07 15:50:25.724 89578 DEBUG oslo_messaging._drivers.amqp [req-65fe194a-f653-44ff-9238-16676be5eb4f - - - - -] Pool creating new connection create /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:103
2015-07-07 15:50:25.730 89578 INFO oslo_messaging._drivers.impl_rabbit [req-65fe194a-f653-44ff-9238-16676be5eb4f - - - - -] Connecting to AMQP server on localhost:5672
2015-07-07 15:50:25.751 89578 INFO oslo_messaging._drivers.impl_rabbit [req-65fe194a-f653-44ff-9238-16676be5eb4f - - - - -] Connected to AMQP server on 127.0.0.1:5672
127.0.0.1 - - [07/Jul/2015 15:50:25] "POST /v1/loadbalancers HTTP/1.1" 202 309
2015-07-07 15:54:59.884 89578 INFO octavia.api.v1.controllers.load_balancer [req-5c679bc4-d9f0-4e0d-a06d-bfa46dd0c838 - - - - -] Load Balancer 7547981c-2f0e-4e82-8926-0f28f3b7349c is immutable.
2015-07-07 15:54:59.886 89578 DEBUG wsme.api [req-5c679bc4-d9f0-4e0d-a06d-bfa46dd0c838 - - - - -] Client-side error: Load Balancer 7547981c-2f0e-4e82-8926-0f28f3b7349c is immutable and cannot be updated. format_exception /usr/local/lib/python2.7/dist-packages/wsme/api.py:221
127.0.0.1 - - [07/Jul/2015 15:54:59] "DELETE /v1/loadbalancers/7547981c-2f0e-4e82-8926-0f28f3b7349c HTTP/1.1" 409 147
2015-07-07 15:55:05.991 89578 INFO octavia.api.v1.controllers.listener [req-b4a3ca20-d4f0-42ac-93c7-9608da6cade6 - - - - -] Load Balancer be563bd9-ef80-4781-9384-973203c68514 is immutable.
2015-07-07 15:55:05.991 89578 DEBUG wsme.api [req-b4a3ca20-d4f0-42ac-93c7-9608da6cade6 - - - - -] Client-side error: Load Balancer be563bd9-ef80-4781-9384-973203c68514 is immutable and cannot be updated. format_exception /usr/local/lib/python2.7/dist-packages/wsme/api.py:221
127.0.0.1 - - [07/Jul/2015 15:55:05] "POST /v1/loadbalancers/be563bd9-ef80-4781-9384-973203c68514/listeners HTTP/1.1" 409 147
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment