Hi
I am struggling to run an OpenStack POC and I am hitting a wall of [what
seem to be] bugs - need some help/advice as I am turning in circles.
Ideally a way to reset the whole thing to defaults or remove an
environment manually or do something to recover it - then figure out
what I'm doing wrong and do it right
I am running Mirantis 9.0 updated to 9.2. All is fine till trying to add
nodes to an environment.
It's 3'rd time I have to reinstall Mirantis hoping that somehow I did
something wrong and I need to start all over again - does not seem the
case and the whole matter just does not make sense.
This is what I have been facing so far:
- the Fuel master GUI gets unresponsive as soon as the new nodes
bootstrap via PEX - the GUI shows in upper right corner the new nodes
but "Add nodes" has an erratic behavior
* it "freezes" with that progress bar spinning forever and no nodes
appear to add - at this point the GUIS is stuck and cannot navigate to
any other tab
* inexplicably, sometimes, after logging out and logging in again,
the discovered nodes appear and can assign them to roles. I am just
deploying a "controller" role on 1 node
*Then "apply changes" and the GUI gets stuck again in "Adding node" -
looking via CLI (fuel node) can see the nodes forever in "adding"
* I am eventually removing the nodes (fuel node --node-id
<node-list> --delete-from-db --force) - this works and the GUI may
become responsive again and top-left nodes count shows 0
* After a few minutes the nodes are re-discovered (reappear in the
top-right node-count box) and the whole process can start over again -
to no avail
- in exasperation I decide to delete the environment - whether I do it
from the GUI or from CLI (fuel env --env <env-id> --delete --force) the
behavior is the same - cannot be deleted
there is a failed "cluster_deletion" task and the "remove_images"
will spin forever at 0% while the env will forever remain "remove".
Trying to remove it from the GUI will yield an error
- at this point the GUI is largely stuck - e.g. can add a second Env but
once done cannot navigate the tabs - "settings" "networks" and "nodes"
are inaccessible - grey screen
[root@mos-9 ~]# fuel task
id | status | name | cluster | progress | uuid
---+---------+------------------+---------+----------+-------------------------------------
19 | running | remove_images | 1 | 0 |
9e348e1d-ac8d-4869-b0f3-2884787b119b
18 | error | cluster_deletion | 1 | 100 |
1ca5af49-67ba-47cf-a667-77310bdb3a15
[root@mos-9 ~]# fuel env
id | status | name | release_id
---+--------+------------+-----------
1 | remove | MyMOS_Env1 | 2
Or from GUI
[root@mos-9 ~]# fuel env --env-id 1 delete --force
400 Client Error: Bad Request for url:
http://10.100.20.30:8000/api/v1/clusters/1/ (Can't delete environment
'1' when running deployment task exists.)
[root@mos-9 ~]# fuel task --task-id 18 --delete
Tasks with id's 18 deleted.
[root@mos-9 ~]# fuel task --task-id 19 --delete --force
Tasks with id's 19 deleted.
[root@mos-9 ~]# fuel env --env-id 1 delete --force
Environment with id=1 was deleted
[root@mos-9 ~]# fuel env
id | status | name | release_id
---+--------+------------+-----------
1 | remove | MyMOS_Env1 | 2
It's not deleted at all and I see the error popping-up in the logs
2017-02-23 15:29:18 ERROR *[7f0ce74cc880] (manager) Traceback (most
recent call last): File
"/usr/lib/python2.7/site-packages/nailgun/task/manager.py", line 61, in
_call_silently to_return = method(task, *args, **kwargs) File
"/usr/lib/python2.7/site-packages/nailgun/task/task.py", line 1089, in
execute task.cluster, attrs['provision']['image_data']) File
"/usr/lib/python2.7/site-packages/nailgun/task/task.py", line 927, in
execute rpc.cast('naily', cls.message(task, image_data)) File
"/usr/lib/python2.7/site-packages/nailgun/rpc/__init__.py", line 97, in
cast publish() File
"/usr/lib/python2.7/site-packages/kombu/messaging.py", line 172, in
publish routing_key, mandatory, immediate, exchange, declare) File
"/usr/lib/python2.7/site-packages/kombu/messaging.py", line 177, in
_publish channel = self.channel File
"/usr/lib/python2.7/site-packages/kombu/messaging.py", line 194, in
_get_channel channel = self._channel = channel() File
"/usr/lib/python2.7/site-packages/kombu/utils/__init__.py", line 425, in
__call__ value = self.__value__ = self.__contract__() File
"/usr/lib/python2.7/site-packages/kombu/messaging.py", line 209, in
<lambda> channel = ChannelPromise(lambda: connection.default_channel)
File "/usr/lib/python2.7/site-packages/kombu/connection.py", line 756,
in default_channel self.connection File
"/usr/lib/python2.7/site-packages/kombu/connection.py", line 741, in
connection self._connection = self._establish_connection() File
"/usr/lib/python2.7/site-packages/kombu/connection.py", line 696, in
_establish_connection conn = self.transport.establish_connection() File
"/usr/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 116,
in establish_connection conn = self.Connection(**opts) File
"/usr/lib/python2.7/site-packages/amqp/connection.py", line 165, in
__init__ self.transport = self.Transport(host, connect_timeout, ssl)
File "/usr/lib/python2.7/site-packages/amqp/connection.py", line 186, in
Transport return create_transport(host, connect_timeout, ssl) File
"/usr/lib/python2.7/site-packages/amqp/transport.py", line 299, in
create_transport return TCPTransport(host, connect_timeout) File
"/usr/lib/python2.7/site-packages/amqp/transport.py", line 95, in
__init__ raise socket.error(last_err) error: [Errno 111] Connection
refused *
[pid: 872|app: 0|req: 603/1226] 10.100.20.30 () {42 vars in 609 bytes}
[Thu Feb 23 15:29:18 2017] DELETE /api/v1/clusters/1/ => generated 314
bytes in 93 msecs (HTTP/1.1 202) 4 headers in 191 bytes (2 switches on
core 0) [pid: 871|app: 0|req: 624/1227] 192.168.198.222 () {48 vars in
997 bytes} [Thu Feb 23 15:29:19 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1569537&_=1487861328237
=> generated 2748 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 625/1228] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:29:21 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1570062&_=1487863499386
=> generated 3026 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 626/1229] 192.168.198.222
() {50 vars in 857 bytes} [Thu Feb 23 15:29:22 2017] GET
/api/notifications?_=1487863499388 => generated 3994 bytes in 7 msecs
(HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 604/1230] 192.168.198.222 () {50 vars in 875 bytes} [Thu
Feb 23 15:29:22 2017] GET /api/nodes/allocation/stats?_=1487863499387 =>
generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 627/1231] 192.168.198.222 ()
{48 vars in 997 bytes} [Thu Feb 23 15:29:25 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1573373&_=1487861328238
=> generated 65 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 605/1232] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:29:26 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1573656&_=1487863499389
=> generated 59 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 628/1233] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:29:31 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1574692&_=1487863499390
=> generated 59 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 606/1234] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:29:31 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1574410&_=1487861328239
=> generated 65 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 607/1235] 192.168.198.222
() {48 vars in 903 bytes} [Thu Feb 23 15:29:34 2017] GET
/api/notifications?_=1487861328241 => generated 3994 bytes in 24 msecs
(HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 629/1236] 192.168.198.222 () {48 vars in 921 bytes} [Thu
Feb 23 15:29:34 2017] GET /api/nodes/allocation/stats?_=1487861328240 =>
generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 872|app: 0|req: 608/1237] 192.168.198.222 ()
{50 vars in 933 bytes} [Thu Feb 23 15:29:36 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1574964&_=1487863499391
=> generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 630/1238] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:29:37 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1575236&_=1487861328242
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 631/1239] 10.100.20.30 ()
{36 vars in 454 bytes} [Thu Feb 23 15:29:41 2017] GET /api/v1/version =>
generated 23 bytes in 0 msecs (HTTP/1.1 401) 3 headers in 149 bytes (1
switches on core 0) [pid: 872|app: 0|req: 609/1240] 192.168.198.222 ()
{50 vars in 933 bytes} [Thu Feb 23 15:29:41 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1575999&_=1487863499392
=> generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 610/1241] 10.100.20.30 ()
{40 vars in 577 bytes} [Thu Feb 23 15:29:41 2017] GET /api/v1/clusters/
=> generated 700 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 611/1242] 192.168.198.222
() {50 vars in 875 bytes} [Thu Feb 23 15:29:42 2017] GET
/api/nodes/allocation/stats?_=1487863499393 => generated 30 bytes in 15
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 612/1243] 192.168.198.222 () {50 vars in 857 bytes} [Thu
Feb 23 15:29:42 2017] GET /api/notifications?_=1487863499394 =>
generated 3994 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 632/1244] 192.168.198.222 ()
{48 vars in 997 bytes} [Thu Feb 23 15:29:43 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1576271&_=1487861328243
=> generated 65 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 613/1245] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:29:46 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1576764&_=1487863499395
=> generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 614/1246] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:29:49 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1577732&_=1487861328244
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 633/1247] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:29:51 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1578013&_=1487863499396
=> generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 634/1248] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:29:55 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1578285&_=1487861328245
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 615/1249] 192.168.198.222
() {48 vars in 903 bytes} [Thu Feb 23 15:29:55 2017] GET
/api/notifications?_=1487861328247 => generated 3994 bytes in 4 msecs
(HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 635/1250] 192.168.198.222 () {48 vars in 921 bytes} [Thu
Feb 23 15:29:55 2017] GET /api/nodes/allocation/stats?_=1487861328246 =>
generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 872|app: 0|req: 616/1251] 192.168.198.222 ()
{50 vars in 933 bytes} [Thu Feb 23 15:29:56 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1578566&_=1487863499397
=> generated 59 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 636/1252] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:30:01 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1578838&_=1487861328248
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 617/1253] 192.168.198.222
() {50 vars in 933 bytes} [Thu Feb 23 15:30:01 2017] GET
/api/logs?node=&source=app&level=ERROR&from=0&to=1579599&_=1487863499398
=> generated 59 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 618/1254] 192.168.198.222
() {50 vars in 875 bytes} [Thu Feb 23 15:30:02 2017] GET
/api/nodes/allocation/stats?_=1487863499399 => generated 30 bytes in 19
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 637/1255] 192.168.198.222 () {50 vars in 857 bytes} [Thu
Feb 23 15:30:02 2017] GET /api/notifications?_=1487863499400 =>
generated 3994 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 619/1256] 192.168.198.222
() {48 vars in 792 bytes} [Thu Feb 23 15:30:05 2017] GET
/api/version?_=1487863803355 => generated 23 bytes in 0 msecs (HTTP/1.1
401) 3 headers in 149 bytes (1 switches on core 0) [pid: 871|app: 0|req:
638/1257] 192.168.198.222 () {50 vars in 847 bytes} [Thu Feb 23 15:30:05
2017] GET /api/settings?_=1487863803356 => generated 562 bytes in 25
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 620/1258] 192.168.198.222 () {50 vars in 851 bytes} [Thu
Feb 23 15:30:05 2017] GET /api/clusters/1?_=1487863803357 => generated
698 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches
on core 0) [pid: 871|app: 0|req: 639/1259] 192.168.198.222 () {50 vars
in 873 bytes} [Thu Feb 23 15:30:05 2017] GET
/api/clusters/1/attributes?_=1487863803358 => generated 24979 bytes in
23 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0)
[pid: 871|app: 0|req: 640/1260] 192.168.198.222 () {50 vars in 877
bytes} [Thu Feb 23 15:30:05 2017] GET
/api/nodegroups?cluster_id=1&_=1487863803363 => generated 67 bytes in 3
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 641/1261] 192.168.198.222 () {50 vars in 867 bytes} [Thu
Feb 23 15:30:05 2017] GET /api/nodes?cluster_id=1&_=1487863803361 =>
generated 2 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 642/1262] 192.168.198.222 ()
{50 vars in 867 bytes} [Thu Feb 23 15:30:05 2017] GET
/api/tasks?cluster_id=1&_=1487863803362 => generated 577 bytes in 5
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 621/1263] 192.168.198.222 () {50 vars in 863 bytes} [Thu
Feb 23 15:30:05 2017] GET /api/clusters/1/roles?_=1487863803359 =>
generated 7197 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 622/1264] 192.168.198.222
() {50 vars in 877 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/clusters/1/plugin_links?_=1487863803360 => generated 2 bytes in 5
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 643/1265] 192.168.198.222 () {50 vars in 851 bytes} [Thu
Feb 23 15:30:06 2017] GET /api/releases/2?_=1487863803365 => generated
46801 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches
on core 0) [pid: 872|app: 0|req: 623/1266] 192.168.198.222 () {50 vars
in 911 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/clusters/1/network_configuration/neutron?_=1487863803364 =>
generated 2421 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 644/1267] 192.168.198.222
() {50 vars in 893 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/v1/clusters/1/vmware_attributes?_=1487863803366 => generated 4344
bytes in 14 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on
core 0) [pid: 871|app: 0|req: 645/1268] 192.168.198.222 () {50 vars in
891 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/clusters/1/attributes/deployed?_=1487863803367 => generated 71
bytes in 6 msecs (HTTP/1.1 404) 4 headers in 185 bytes (2 switches on
core 0) [pid: 872|app: 0|req: 624/1269] 192.168.198.222 () {50 vars in
913 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/clusters/1/network_configuration/deployed?_=1487863803368 =>
generated 74 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 646/1270] 192.168.198.222 ()
{50 vars in 857 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/notifications?_=1487863803370 => generated 3994 bytes in 4 msecs
(HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
871|app: 0|req: 647/1271] 192.168.198.222 () {50 vars in 855 bytes} [Thu
Feb 23 15:30:06 2017] GET /api/logs/sources?_=1487863803371 => generated
48077 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches
on core 0) [pid: 872|app: 0|req: 625/1272] 192.168.198.222 () {50 vars
in 875 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/nodes/allocation/stats?_=1487863803369 => generated 30 bytes in 17
msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 626/1273] 192.168.198.222 () {50 vars in 885 bytes} [Thu
Feb 23 15:30:06 2017] GET
/api/logs?source=app&level=ERROR&_=1487863803372 => generated 60357
bytes in 29 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches on
core 0) [pid: 872|app: 0|req: 627/1274] 192.168.198.222 () {50 vars in
921 bytes} [Thu Feb 23 15:30:06 2017] GET
/api/logs?source=app&level=ERROR&from=0&to=1585032&_=1487863803373 =>
generated 59 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 648/1275] 192.168.198.222 ()
{48 vars in 997 bytes} [Thu Feb 23 15:30:07 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1579871&_=1487861328249
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 649/1276] 192.168.198.222
() {50 vars in 921 bytes} [Thu Feb 23 15:30:11 2017] GET
/api/logs?source=app&level=ERROR&from=0&to=1585284&_=1487863803374 =>
generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 872|app: 0|req: 628/1277] 192.168.198.222 ()
{48 vars in 997 bytes} [Thu Feb 23 15:30:13 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1585550&_=1487861328250
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 650/1278] 192.168.198.222
() {48 vars in 903 bytes} [Thu Feb 23 15:30:16 2017] GET
/api/notifications?_=1487861328252 => generated 3994 bytes in 7 msecs
(HTTP/1.1 200) 4 headers in 185 bytes (2 switches on core 0) [pid:
872|app: 0|req: 629/1279] 192.168.198.222 () {48 vars in 921 bytes} [Thu
Feb 23 15:30:16 2017] GET /api/nodes/allocation/stats?_=1487861328251 =>
generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 872|app: 0|req: 630/1280] 192.168.198.222 ()
{50 vars in 921 bytes} [Thu Feb 23 15:30:16 2017] GET
/api/logs?source=app&level=ERROR&from=0&to=1585831&_=1487863803375 =>
generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 871|app: 0|req: 651/1281] 192.168.198.222 ()
{50 vars in 895 bytes} [Thu Feb 23 15:30:17 2017] GET
/api/logs?node=&source=app&level=INFO&_=1487863803376 => generated
405226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2
switches on core 0) [pid: 872|app: 0|req: 631/1282] 192.168.198.222 ()
{50 vars in 943 bytes} [Thu Feb 23 15:30:18 2017] GET
/api/logs?node=&source=app&level=INFO&from=1102578&to=1587124&_=1487863803377
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 632/1283] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:30:19 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1586097&_=1487861328253
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 872|app: 0|req: 633/1284] 192.168.198.222
() {50 vars in 943 bytes} [Thu Feb 23 15:30:23 2017] GET
/api/logs?node=&source=app&level=INFO&from=1102578&to=1587381&_=1487863803378
=> generated 65 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 652/1285] 192.168.198.222
() {50 vars in 903 bytes} [Thu Feb 23 15:30:23 2017] GET
/api/logs?node=&source=app&level=CRITICAL&_=1487863803379 => generated
60 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 185 bytes (2 switches
on core 0) [pid: 871|app: 0|req: 653/1286] 192.168.198.222 () {50 vars
in 939 bytes} [Thu Feb 23 15:30:23 2017] GET
/api/logs?node=&source=app&level=CRITICAL&from=0&to=1588216&_=1487863803380
=> generated 59 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0) [pid: 871|app: 0|req: 654/1287] 192.168.198.222
() {48 vars in 997 bytes} [Thu Feb 23 15:30:25 2017] GET
/api/logs?node=null&source=app&level=INFO&from=1073466&to=1587658&_=1487861328254
=> generated 65 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 185 bytes
(2 switches on core 0)
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack