ReleaseNotes1604

Differences between revisions 9 and 10
Revision 9 as of 2016-01-28 10:06:25
Size: 2425
Editor: adam-collard
Comment: s/cource/source/
Revision 10 as of 2016-04-18 11:37:04
Size: 2494
Editor: james-page
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from ServerTeam/OpenStackCharms/ReleaseNotes1601

Summary

The 16.01 OpenStack Charm release includes updates for the following charms:

  • ceilometer
  • ceilometer-agent
  • ceph
  • ceph-osd
  • ceph-radosgw
  • cinder
  • cinder-ceph
  • glance
  • hacluster
  • heat
  • keystone
  • neutron-api
  • neutron-openvswitch
  • nova-cloud-controller
  • nova-compute
  • openstack-dashboard
  • neutron-gateway
  • rabbitmq-server
  • swift-proxy
  • swift-storage
  • percona-cluster
  • neutron-api-odl
  • openvswitch-odl
  • odl-controller

New Charm Features

Experimental OpenStack Mitaka Support on 14.04

To deploy OpenStack Mitaka on Ubuntu 14.04, use the 'openstack-origin' configuration option, for example:

cat > config.yaml << EOF
nova-cloud-controller:
  openstack-origin: cloud:trusty-mitaka
EOF
juju deploy --config config.yaml nova-cloud-controller

The charms provide initial experimental support for Mitaka; Mitaka is still in active development alongside Ubuntu 16.04 so further charm updates are expected prior to final release in April.

Ceph LTS Release

To deploy Ceph Infernalis with juju, use the 'source' configuration option, for example:

cat > config.yaml << EOF
ceph:
  source: cloud:trusty-mitaka
EOF
juju deploy --config config.yaml ceph

Upgrading

General

Please ensure that the keystone charm is upgraded first.

To upgrade an existing deployment to the latest charm version simply use the 'upgrade-charm' command, e.g.:

juju upgrade-charm cinder

Note: The networking endpoint in keystone has been renamed from quantum to neutron in-line with upstream name changes.

New Charm Features

Deprecation Notices

Minimum Juju version

OpenStack Charm CI testing no longer validates the OpenStack charms against versions of Juju (< 1.24) which don't have the leader election feature, used to determine leadership between peer units within a service.

Legacy leadership support will be removed from the charms over the next few development cycles, so please ensure that you are running on Juju >= 1.24.

Known Issues

SSL on Precise/Icehouse

Bugs Fixed

For the full list of bugs resolved for the 16.01 release please refer to https://launchpad.net/charms/+milestone/16.01

OpenStack/OpenStackCharms/ReleaseNotes1604 (last edited 2016-06-24 11:03:06 by james-page)