charm-nova-compute:stable/17.02

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/17.02 https://git.launchpad.net/charm-nova-compute

Branch merges

Branch information

Name:
stable/17.02
Repository:
lp:charm-nova-compute

Recent commits

e19f030... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

85a554c... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4ac6ca748d080ca67a74d4eb6c8dc36a6948320a

c53cea2... by Dmitrii Shcherbakov

add missing apparmor rules for nova-compute

In a restrictive mode those will prevent nodes from starting up.

Change-Id: I589d1e1d082f5c66adf641b4d748bffb25eb40b7
(cherry picked from commit 9395d9d389d5dbbe730d2c0b3c3200d59a182111)

93d34a0... by Jenkins <email address hidden>

Merge "Use internal endpoints for placement API" into stable/17.02

a19fc31... by Tytus Kurek

Use internal endpoints for placement API

If 'use-internal-endpoints' is set to True, ensure that calls
to the Nova Placement API are made using internal endpoints
from the service catalog.

Closes-Bug: 1673070

Change-Id: Ifa4d7509f06e9df834c59975e6eabea8f6965739
(cherry picked from commit a9be067bb2f2b2a9d4069b063ee54378bdf81adb)

a697c61... by Edward Hope-Morley

Prevent repeated nova-compute service restart

Once a ceph broker request has completed and the
nova-compute service has been restarted as a result,
ensure that this does not get retriggered when the
ceph relation fires as a result of a peer unit's data
coming onto the wire and no new information is provided
to the local unit.

Change-Id: Ie359a0ec9af7edfb9d453dcf4dbd9880af324d37
Closes-Bug: 1694963
(cherry picked from commit cff1cfa5a420963411adae9c6d21be56225d18e7)

2f30685... by Jenkins <email address hidden>

Merge "Allow nova-compute to read through cpu attributes" into stable/17.02

701cad7... by Jenkins <email address hidden>

Merge "Allow ceph-public-address to contain a list of IPs" into stable/17.02

22f2d4e... by Edward Hope-Morley

Fix ceph client virsh secret check

Previously we were not stripping whitespace or newlines
from the value returned from virsh secret-get-value which
resulted in the key comparison always returning False and
services being restarted.

Includes charm-helpers rev 708 required to get amulet
unstuck.

Change-Id: If465183860dc9d6e13c81d363791c06c0e5adb76
Closes-Bug: 1694963
(cherry picked from commit 19cc5ff0942b6932587f1148d151a3a085926a39)

396d4a4... by Felipe Reyes

Allow ceph-public-address to contain a list of IPs

Ceph relation allows units to hand off an IP different from the
public-address or private-address using the ceph-public-address key, that
key can hold a single IP address, this patch extends CephContext to be
able to handle a list of space separated addresses.

This is needed to let ceph-proxy hand off the IPs of the monitor hosts from
an external Ceph cluster. Backport from lp:charm-helpers revision 703

Revision 708 from lp:charm-helpers needed to allow functional tests execute
'juju actions'.

Change-Id: I01a5ca030783364075e58a2a2b34e9a1997f20d6
Closes-Bug: 1642430