OpenStack Pike Released
@ Chris Suttles · Saturday, Sep 2, 2017 · 2 minute read · Update at May 24, 2020

There's a lot of posts on this already:

Here's what I'm excited about in this release.

Python3

There are a lot of good things in the Pike release, but I am very excited to see the move to Python3.5. I stopped writing Python2.x a while ago, after reading about async in Dave Beazley's excellent Python column in :login;. I'm fortunate to work in a place that really embraces Python's new features, and fully supports Python3, so this change is huge for me, because I don't have to write Python2 anymore at all.

Etcd

At the Forum in Boston, the user and developer communities decided to use etcd v3 as the distributed lock management solution for OpenStack, and integrations are starting to appear in the Pike release. This is exciting for me because I was in the room for some of those discussions, and I agree this is a huge step forward. While there are other things, like Consul, that could be used for this purpose, etcd is not a bad choice, and makes sense given the desire for greater composability. If people are already running kubernetes, then they are likely running etcd.

Improved Quota Handling

This is another one where I was in the room for the beginnings of the discussion in Boston. I think the change in quote handling is a huge improvement over the previous implementation.

CellsV2

We are using CellsV2, which on Ocata, means everything is in a single cell. While our current footprint is small compared to large installs like CERN, the addition of support for multiple cells in CellsV2 gives us a lot more flexibility in the design as we expand.

Summary

There's a lot more, and it's worth digging in to the articles above to get all the details. There's RDO and SuSE packages available as I write this post, and I've been running a Pike beta via Kolla for about a month or so. The Canonical release to apt is also available, so regardless of your platform choice, Pike is here, and worth checking out!

Social Links