Commit Graph

2508 Commits

Author SHA1 Message Date
Davanum Srinivas 6ed3bd2b24 Enable options for oslo.reports
Use the new oslo.report config option for specifying a
log_dir in which the GMR reports can be generated in.
consolidate the gmr related setup code in config.py

Introduced in oslo.reports change id:
I9ed0191628f2d552acd8130687b636671bc07a3e

Change-Id: Ib5edf65fd33ce86757f7cb1a6546a6f00738c9a3
2015-11-18 22:16:30 -05:00
Dan Smith 97de12f619 Add release note for API DB migration requirements
This is related to the Cells V2 work.

Change-Id: I43ddc5164f88fb049fe49ad4672fbf09b2b1987e
2015-11-18 21:43:37 +00:00
Chet Burgess 103cb6bdc3 Use --concurrent with ebtables
Update our usage of ebtables to pass the --concurrent flag.

With --concurrent ebtables will attempt to acquire a lock file
before making changes. This allows multiple processes, such as
nova an libvirt, to safely access ebtables at the same time.

Support for using --concurrent was added in libvirt 1.2.11, since
we don't know the version of libvirt being used in all
deployments we still retry the ebtables call several times just
in case libvirt isn't using --concurrent.

DocImpact:
 * nova now requires ebtables 2.0.10 or later
 * nova now recommends libvirt 1.2.11 or later

Change-Id: I00ff805cee9653508f013f8aa6d206362ac0f6cb
Partial-Bug: #1501366
2015-11-17 13:04:31 -08:00
Sylvain Bauza aeae7040c7 Prepare filters for using RequestSpec object
Now that the FilterScheduler is using a RequestSpec object,
we need to change the filters for backporting the object
into the legacy dicts before changing each of them.

Release Notes will be updated to mention that custom filters
need to be modified to either use a RequestSpec object or
primitive them into a dict.

Partially-Implements: blueprint request-spec-object-mitaka

UpgradeImpact - see the reno file attached.

Change-Id: I14f18c4507498b1d24a9318fafc97193861ca0b6
2015-11-16 22:41:02 +01:00
Sylvain Bauza 2274fd1f87 Add relnote for ERT deprecation
The change Ie4b6670a828d99aebfd348bd700f9f58b3e39fdb was missing
a new-style release note but was having an UpgradeImpact tag.

Change-Id: I167d6b94d0fd161c33e3fdeed4501968205645f4
2015-11-16 22:10:34 +01:00
Balazs Gibizer df840b3457 Deprecate nova-manage service subcommand
The novaclient already has the following service commands:

service-disable   Disable the service.
service-enable    Enable the service.
service-list      Show a list of all running services.
host-describe     Describe a specific host

This covers what nova-manage service was providing so let's
deprecate the legacy nova-manage subcommand and mark it for
removal in the N release.

UpgradeImpact: nova-manage service is deprecated, use novaclient
DocImpact: update openstack operations guide

Implements: bp deprecate-service-management-in-nova-manage
Change-Id: I3e625dbf39f5831157104f5c368acd53b1899f76
2015-11-16 11:40:06 +01:00
Sylvain Bauza 4c2dfa538a Add "unreleased" release notes page
We need a release notes page to show notes for unreleased versions by
scanning the "current" branch. This ensures that notes files cannot be
merged if they break the releasenotes job.

Change-Id: Id9e9d62b8b87068f940c0beee8ce37f32ab48266
2015-11-12 17:34:54 +01:00
Sylvain Bauza 3a65e4848f Add reno for release notes management
Since reno is the new tool for Relnotes [1], we need to add it
to Nova and provide some Sphinx docs for Liberty and Mitaka.

Change-Id: Ibd74e62b6f36076dbec17dd146632fd42aad6eb2
2015-11-12 17:34:24 +01:00