Changelog incorporated into the Release Notes

This commit is contained in:
Pavel Lechenko 2013-05-01 02:04:32 +04:00
parent 0f45f7ee48
commit c5f423b16e
2 changed files with 8 additions and 27 deletions

View File

@ -1,27 +0,0 @@
[FUEL-518] Simple mysql server installation is broken in Ubuntu
[FUEL-553] kmod openvswitch blocks bridge creation on CentOS 6.3
Add bonding support:
for native Linux - stable
ovs - experimental
Add 802.1q vlan support:
for native Linux - stable
ovs - experimental
nagios nginx support:
[FUEL-508] Fuel extensibility and putting custom services in HA mode under
HAProxy
[FUEL-516] Cinder Ifaces, IP and parameters not passed correctly:
We need more accurate docs for this:
1) if we turn cinder false for computes, volume api class for nova is
configured incorrectly.
2) cinder iscsi bind iface being specified leads to incorrect iscsi_bind_host
because we change interfaces naming during puppet run - stable
3) remove $cinder_iscsi_bind_iface, add $cinder_iscsi_bind_addr
[FUEL-526] cinder services incorrect startup order
Fix compute node deployment with quantum (simple scenario)
[FUEL-521] Too many connections error for simple deployment
ashaposhnikov iso fixes
One pass swift
Docs fixes
Misc
Tests

View File

@ -11,7 +11,15 @@ v2.1-folsom
* Installation of Puppet Master & Cobbler Server node from ISO
* Deployment orchestration based on mcollective eliminates the need to run Puppet manually on each node
* Recommended master node setup for mid-scale deployments, tested up to 100 nodes
* NIC bonding support:
* for native Linux - stable
* ovs - experimental
* 802.1q vlan support:
* for native Linux - stable
* ovs - experimental
* One-pass swift
* Improvements
* Support for multiple environments from a single Fuel master node