ReleaseNotes1604

Differences between revisions 4 and 5
Revision 4 as of 2016-01-27 13:16:42
Size: 1499
Editor: 31
Comment:
Revision 5 as of 2016-01-27 13:20:04
Size: 1511
Editor: 31
Comment:
Deletions are marked like this. Additions are marked like this.
Line 56: Line 56:
Note: The networking endpoint has been renamed from quantum to neutron Note: The networking endpoint in keystone has been renamed from quantum to neutron

Summary

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

  • ceilometer
  • ceilometer-agent
  • ceph
  • 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

New Charm Features

Experimenatl 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

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

New Charm Features

Action Managed Upgrades

Deprecation Notices

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)