Commit Graph

9 Commits

Author SHA1 Message Date
Takashi Kajinami 3a96fcc53f Remove redundant override of logging_context_format_string
The target value is exactly same as the default defined in oslo.log,
thus this override is just redundant.

Change-Id: Ib386df2d8abf561c5b1c266f4c64d544e93c5d62
2022-04-16 00:39:58 +09:00
melissaml 398a5af885 Drop all qpid related explanations
Qpid was removed in Mitaka from Oslo Messaging, so we
can remove all qpid related explanations.

Change-Id: I6b4a4f5cb01f385b77303b19ca196f6555f4a36d
2018-03-13 09:46:00 +08:00
tikitavi 8104481c84 Remove code that used nova-cert
Change-Id: I744ca2901e2a77557ab54c2c9a37196e458a85c9
2017-07-07 11:35:22 +03:00
ChangBo Guo(gcb) 89127393fc Don't pass argument sqlite_db in method set_defaults
Config option sqlite_db is deprecated for removal[1], and isn't used
in both oslo.db and ec2-api, so don't need set its default value.

[1]https://github.com/openstack/oslo.db/blob/0a1bae/oslo_db/options.py#L17

Change-Id: I36d643edd29f5db4907ef842b22d33625a6804d3
2016-11-02 10:52:53 +08:00
Feodor Tersin b1429ae195 Enable debug logging for Nova, Glance, Cinder requests
Currently requests to these services are not logged with debug=True
config option by default. This makes debugging difficult.

Also set default log level for keystoneclient.auth to WARN, because it
floods logs with useless info.

Change-Id: Idfe2684b4146bb3c44159a08572e3c0eeff85f5f
2015-08-19 17:49:50 +03:00
Andrey Pavlov 67eae1069d follow oslo
move to oslo.db and some other oslo libraries

Change-Id: I57e4f01bd46339cdfe3ed2e4748eb1e923cea584
2015-02-26 22:04:09 +03:00
Andrey Pavlov 28756f3ad6 remove proxy to ec2
Change-Id: I7c20d19ba1d608c84fbcf9602fcd4be61e9f64ea
2014-12-26 16:05:16 +03:00
Feodor Tersin bd25a18a1a Update copyright
Change-Id: I185fa28474fca0cc8666d6f59de251ce1f9683f2
2014-11-11 21:02:39 +04:00
Alexandre Levine 66826e9e5b Initial EC2-API service commit.
This code introduces standalone service which proxies its calls to
existing nova EC2-API.
All the code here except for the ec2api/api/proxy.py,
ec2api/api/ec2client.py and some util functions is taken from current
nova and unused functionality is cut of it.
The proxy.py and ec2client.py files implement the new code which
proxies incoming request (on port 8788) to original EC2 API in nova
on port 8773.
The result is transparently translated back to user.

Change-Id: I4cb84f833d7d4f0e379672710ed39562811d43e0
2014-07-18 19:33:55 -07:00