Commit Graph

6 Commits

Author SHA1 Message Date
Matthias Runge ca45bbdca0 Retire panko, the code is no longer maintained.
The contents of this repository are still available in the Git source
code management system. To see the contents of this repository before it
reached its end of life, please check out the previous commit with
"git checkout HEAD^1".

For any further questions, please email
openstack-discuss@lists.openstack.org or join #openstack-telemetry on OFTC.

Change-Id: Ic8a7001e708d8da7cf8951eefd0a96762ea5fa46
2021-05-27 11:36:44 +02:00
yuanrunsen e9e8be6cc0 Fix error config registration of elasticsearch
Configuration options must be registered before using them.
In impl_elasticsearch.py, using conf.database.es_index_name
or using conf.database.es_index_name are all wrong that will
lead the api server to be invalid.

Change-Id: I6b1364954c231a477d493d4a518c080f87058123
Signed-off-by: yuanrunsen <yuanrunsen@unitedstack.com>
2019-11-28 08:43:26 +00:00
Julien Danjou 2170159d2e Remove deprecated Panko dispatcher
Change-Id: Ibc6e6b31de87e61ff815499f226538db710d45d3
2017-09-27 09:53:28 +02:00
Julien Danjou dc07901fbc Remove pecan_debug option
There's no need to have this exposed to users.

Change-Id: Ie2cc75f167421fcc306f35bcd8e1a797fe7d35b1
2016-10-12 19:08:53 +02:00
Julien Danjou 671f533eff Use pbr to build WSGI script `panko-api'
Change-Id: Ic3ac49bd8143461ec4011c34ea97283431fb3939
2016-07-22 12:23:34 +02:00
Julien Danjou 3009be7ee7 Rename to Panko
Change-Id: I50b5f6c7b74a4431ccb7af271c11fe9c027f83ab
Signed-off-by: Julien Danjou <julien@danjou.info>
2016-06-14 17:00:22 +02:00