Liberty バージョンのリリースノート

1.0.2

既知の問題

  • The fix for minidns's issues TCP can cause minidns to fail to send some messages. This manifests itself with eventlet not being able to send all the data before socket is closed.

致命的な問題

  • Previous versions of eventlet changed the behaviour of socket.send() to match socket.sendall(). in eventlet 0.18.0 this changed and it reverted to the traditional behaviour. MiniDNS has been updated to allow minidns to push large zone transfers over long range network connections

1.0.1

Prelude

https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_DNS_.28Designate.29 からのリリースノートのインポート

新機能

  • Horizon Plugin moved out of tree

  • Purging deleted domains

  • ドメインごとの Ceilometer "exists" 定期イベント

  • 非同期インポート

  • 非同期エクスポート

  • designate-pool-manager 定期タスクのアクティブ / パッシブのフェイルオーバー

  • OpenStack client 統合

  • InfoBlox Backend の追加

  • Designate Backend の追加

アップグレード時の注意

  • 新サービス designate-zone-manager

  • designate-zone-manager : サポートされる tooz バックエンドを使用するために推奨されます。

  • designate-zone-manager : ZooKeeper が推奨されます。または、tooz によりサポートされるものすべて。

  • designate-zone-manager : If a tooz backend is not used, all zone-managers will assume ownership of all zones, and there will be 'n' 'exists' messages per hour, where 'n' is the number of zone-manager processes.

  • designate-pool-manager : The service can do active/passive failover for periodic tasks.

  • designate-pool-manager : It is recommended to use a supported tooz backend.

  • designate-pool-manager : If a tooz backend is not used, all pool-managers will assume ownership of the pool, and multiple periodic tasks will run. This can result in unforeseen consequences.

その他の注意点

  • deprecations : V1 API : An initial notice of intent, as there are operations that still require the Designate CLI interface which talks to V1, and Horizon panels that only talk to V1.

  • Start using reno to manage release notes.