summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update reno for stable/queensOpenStack Release Bot2018-01-242-0/+7
| | | | | | | | Change-Id: Iaab87d6948db7b18f339d8e511ed08326cbfbaa0
* | Remove deprecated ssl optionsRui Yuan Dou2018-01-171-0/+9
|/ | | | | | | | Old deprecated ssl options block the new keystoneauth parser get the correct value, should be removed. Change-Id: Ie080f9a8fa7f4407b1fcbb7fb7c763152c5ec295 Closes-Bug: 1697163
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: I7bf1085df394a13a2b0d4493af9a3f52a6548acf
* Add release note for PikeBrian Rosmaita2017-07-271-0/+76
| | | | | | This note describes what has been prioritized to land in Pike. Change-Id: Ia0a7f80cd7dfc4fa4a1126123b6aebb32a459099
* switch to openstackdocsthemeDoug Hellmann2017-06-281-2/+4
| | | | | Change-Id: Id687e3405d8afe0db201eb648941cc51bb9f741e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* move old release notes into the releasenotes doc treeDoug Hellmann2017-06-202-0/+479
| | | | | Change-Id: I00797d38d6ad9b1a7b198767a0cbbb2f619c3b43 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Update reno for stable/ocataOpenStack Release Bot2017-01-242-0/+7
| | | | Change-Id: Iba4cf2b4e14d1d2573e93396325ddb830787387c
* Add request id to returned objectsRavi Jethani2017-01-201-0/+10
| | | | | | | | | | | | | | | | | | | | | | | Adding two classes RequestIdProxy and GeneratorProxy derived from wrapt.ObjectProxy to wrap objects returned from the API. GeneratorProxy class is used to wrap generator objects returned by cases like images.list() etc. whereas RequestIdProxy class is used to wrap non-generator object cases like images.create() etc. In all cases the returned object will have the same behavior as the wrapped(original) object. However now the returned objects will have an extra property 'request_ids' which is a list of exactly one request id. For generator cases the request_ids property will be an empty list until the underlying generator is invoked at-least once. Co-Authored-By: Abhishek Kekane <abhishek.kekane@nttdata.com> Closes-Bug: #1525259 Blueprint: return-request-id-to-caller Change-Id: If8c0e0843270ff718a37ca2697afeb8da22aa3b1
* Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: Ifad58c69d888e58cf1cc998bb1ddb409b4489490
* Merge "switch from keystoneclient to keystoneauth"Jenkins2016-09-101-0/+11
|\
| * switch from keystoneclient to keystoneauthItisha Dewan2016-09-031-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | move glanceclient to keystoneauth as keystoneclient's auth session, plugins and adapter code has been deprecated. refer to [1] for more information. 1: https://github.com/openstack/python-keystoneclient/commit/1a84e24fa4ce6d3169b59e385f35b2a63f2257f0 implements bp: use-keystoneauth Co-Authored-By: Itisha <ishadewan07@gmail.com> Change-Id: I88fb327628e1bec48dc391f50d66b3deab4a8ab9
* | standardize release note page orderingDoug Hellmann2016-09-071-1/+1
|/ | | | | | | | | | In order to support automatically updating the release notes when we create stable branches, we want the pages to be in a standard order. This patch updates the order to be reverse chronological, so the most recent notes appear at the top. Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Update reno for stable/newtonDoug Hellmann2016-08-292-0/+7
| | | | Change-Id: If55361414c025c4d2ca3de88c01480ece9fbc3bb
* Merge "Properly build releasenotes"Jenkins2016-07-201-1/+1
|\
| * Properly build releasenotesClark Boylan2016-07-121-1/+1
| | | | | | | | | | | | | | | | There is an rst error that prevents releasenotes from being built. Address this error so that items build. This was caught during testing for running jobs on Ubuntu Xenial. Change-Id: Ic0e53d668193b592501175b51dce1275d4fcb93c
* | Log request-id for each api callAbhishek Kekane2016-06-271-0/+6
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support to log 'X-Openstack-Request-Id' for each api call. If glanceclient is used from command line then following log will be logged on console if --debug flag is used. DEBUG:glanceclient.common.http:GET call to glance-api for http://172.26.88.20:9292/v2/schemas/image used request id req-e0c7c97a-8fc0-4ce3-a669-d0b1eb5d7aae If python-glanceclient is used in applications (e.g. Nova) then following log message will be logged in service logs. DEBUG glanceclient.common.http [req-be074f1e-1c17-4786-b703-2a221751c8f4 demo demo] GET call to glance-api for http://172.26.88.20:9292/v1/images/detail?is_public=none&limit=20 used request id req-9b1dd929-df30-46b2-a8f2-dfd6ffbad3fc DocImpact: To use this feature user need to set 'default_log_levels' in third party application. For example nova uses glance then in nova.conf 'default_log_levels' should be set as below: default_log_levels = glanceclient=DEBUG Implements: blueprint log-request-id Change-Id: Ib04a07bac41ad2a5e997348f3b0bccc640169dc9
* Update reno for stable/mitakaDoug Hellmann2016-03-092-0/+7
| | | | Change-Id: I36f5120e6c120fe5bc983a64fb44949487bc18ca
* Add reno to glanceclientkairat_kushaev2016-02-116-0/+290
Add possibility to generate release notes to glanceclient. We need this because it helps to prepare good documentation and provide useful info to Openstack users. Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291