The Best OpenStack Hosting: Who’s The Best For Your Site? [Updated: 2021]

Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more

Compare OpenStack Hosting

If your business is interested in creating its own cloud storage or computing center, OpenStack is probably on your list of tech to review. In this article we’ll explain what you’ll need and recommend the best hosting providers for this application.

OpenStack lets you create your own “clouds” on the internet. With it, you can distribute computing, storage, and networking over any number of computers from a single interface. Making OpenStack work will require that you have fairly technical knowledge. Make sure any host you use doesn’t have a problem with OpenStack.

You can read a detailed breakdown of each host later in this article, but if you’re in a hurry, here’s a preview of the best 5 hosts for OpenStack:

  1. LiquidWeb – Good VPS plans with “heroic support”
  2. Cloudways
  3. DigitalOcean
  4. Rackspace Cloud
  5. FastWebHost

How Did We Pick the Best Hosts for OpenStack?

We’ve reviewed over 380 hosting providers along with 1,500+ hosting plans and selected the ones which meet all the technical requirements for running OpenStack. We then shortlisted the hosts which offer the highest levels of customer service.

Lastly, we used our enormous database of over 1 million words of genuine customer reviews to identify the top 10 hosts for OpenStack.

Compare u003cemu003eOpenStack Hosting Plansu003c/emu003e

PEOPLE’S CHOICE: #1 HOST FOR openstack Apr 2021
#1
2 GB VPS plan

$59 / mo

#2
DreamHost Cloud plan

$12 / mo

#3
DO1GB plan

$10 / mo

#4
5 Monthly plan

$5 / mo

What is OpenStack?

OpenStack is a system for creating clouds. It provides a single interface to allow the user to distribute computing, storage, and networking over a number of computers.

What is different about OpenStack is that it is an open source solution that allows individuals and groups to create their own clouds.

This is important because in the past, when companies wanted to create their own clouds, they had two choices.

Some, like Twitter, built their own clouds. Most, however, chose to use other company’s proprietary clouds.

For example, Pinterest uses Amazon Simple Storage Service (S3) for all its storage needs.

While Amazon’s cloud computing options make heavy use of Linux, as the rest of the web hosting industry does,

OpenStack is completely open source. You’re not stuck with anyone’s service. You can use a public cloud while being able to set up your own private clouds if you want.

You can mix and match different components: computing, storage, networking, whatever you want. It’s like cloud computing Lego.

OpenStack History

History

Back in 2008, Rackspace Hosting had created a cloud-based storage system. They were looking to expand it, so they ventured into virtual hosting.

At the same time, NASA was working on a system that allowed it to join together large numbers of computers to solve the kind of CPU intensive problems that astronomers have to deal with.

In 2010, Rackspace and NASA decided to combine their projects into a single one that dealt with computing, storage, and networking. That was OpenStack.

Eventually, hundreds of other companies would join the project.

These include some of the biggest technology companies in the world: AMD, AT&T, IBM, Intel, and even Cisco, which has traditionally been resistant to open source projects.

OpenStack has really caught on in the hardware and hosting worlds. It’s also caught on with the usual suspects in the open source world.

Canonical, the makers of the popular Ubuntu Linux distribution as well as Red Hat were early backers of the project.

OpenStack’s ideas are so powerful that they’ve caused bitter rivals to come together.

OpenStack Components

Components

There are many components of OpenStack, but they can be put in three broad categories: computing, storage, and networking. In addition to these, there are components that allow users and developers to interact with OpenStack.

Computing Functions

The computing functions of OpenStack are the core of anything that a user does in the cloud. It is the brains of the operation.

And it is correct to use the plural, because it is broadly two different things. One is Image Service: Glace. It manages images.

But note that these are not images on a disk as you would find on Instagram.

Rather they are images of disks: executable code and virtual machines. But Glance doesn’t store the images itself. That is done by other components of OpenStack.

The other part of OpenStack computing system is more of what we think of as a traditional operating system: Nova. It manages the instances that are running.

But whereas in a traditional operating system, the instances would be processed on a single machine, Nova controls whole virtual machines potentially distributed over thousands of computers.

There are several other types of computing components that are less frequently used.

  • Ironic, bare metal provisioning service
  • Magnum, a container orchestration imaging tool
  • Storlet, a computable object store
  • Zun, a container management service

Storage

There are two parts to OpenStack storage. The most obvious part is Object Storage: Swift. It is the standard system for storing data distributed in a redundant form (think: RAID).

This is generally how Glance stores images (although they can be stored on a single drive in a traditional way).

Swift stores data in “blobs,” hosted across large numbers of physical machines.

A single proxy server keeps track of all the data that’s stored across the different servers.

The key difference from traditional block devices is that the data in blobs is less structured. The system keeps all the data consistent for later retrieval.

The second component of OpenStack storage is Block Storage: Cinder. It provides storage for virtual machines to use.

So, just as you might mount a hard drive on a traditional Unix system, Cinder allows virtual machines to mount virtual drives.

This is the main way that virtual machines have of storing information between instances — more or less the virtual machine equivalent of power cycling.

Block storage works more like the hard drive on your machine does: it divides a volume into blocks of data of a fixed amount. For example, four kilobytes.

The downside of a block storage system is that it’s not as efficient because data doesn’t always fit neatly into these blocks.

The model is still well understood and many OpenStack virtual machines depend on it.

Cinder uses a Logical Volume Manager, where a virtual drive can be spread out across different physical devices.

Networking

Networking is done to some extent in the computing portions of OpenStack, but primarily done with the Neutron component. It manages networks and IP addresses.

For example, it can give a virtual machine a static IP address or use DHCP for dynamic addressing.

It also provides for load balancing and the creation of private networks. Designate handles DNS addresses, and Octavia is the load balancer.

Interface

There are three ways to interface with OpenStack. The primary way is with the OpenStack Dashboard: Horizon.

It is a graphical interface that allows administrators to manage the cloud, and users to access and use their parts of the cloud.

OpenStack also provides a command-line interface and an API.

ClientUses
OpenStack DashboardEasy to understand, graphical way to manage OpenStack machines
Command-Line ClientVery efficient, can be used in scripts easily, less easy to understand
APIAllows Developers to create custom programs to manage OpenStack resources
OpenStack - What About Amazon?

What About Amazon?

Amazon offers cloud computing — and has since the end of 2006. But it is a proprietary system. It allows users to do much the same kind of stuff like create distributed virtual machines.

But it does not allow people to set up their own clouds or take part in improving or advancing the software.

While both systems offer cloud computing, OpenStack is a lot more flexible.

You can find an OpenStack public cloud or set it up across as many of your machines as you like.

You can have virtual machines made from datacenters spanning different continents. You can make as many contributions to the code as you can.

Does this sound too good to be true? It might, but that’s the magic of the open source community.

OpenStack has the backing of many major players in the tech world for a very good reason.

How OpenStack Can Be Used

OpenStack Uses

There are three ways that you can use OpenStack:

  1. Using an existing public cloud based on OpenStack, such as the one from HP.
  2. Set up your own cloud with OpenStack.
  3. If you have the coding skills, joining the OpenStack development team.

OpenStack clouds can be subdivided into regions, availability zones, and host aggregates.

A Region has a full OpenStack Deployment, Availability Zones handle virtual machines, and Host Aggregates can organize systems according to different criteria, such as sharing one physical drive.



web hosting coupon

Looking for serious OpenStack hosting?
Liquid Web offers high-performance hosting with great OpenStack support. Right now you can save up to 50% on their VPS plans. Use this discount link to get the deal.




Installing OpenStack

Installing OpenStack

If you’re looking to dip your toe into OpenStack, it’s best to try it out for yourself.

You might have a spare machine to try to install OpenStack, but you might also experiment with virtual machines if you don’t want to experiment with a public cloud.

The OpenStack project offers instructions for setting up a local development environment, dubbed DevStack, on the project home page.

You need an existing Linux distribution to use OpenStack. It’s easy and fun to set up.

You can use a partition but a virtual machine on VMware or VirtualBox will be a lot more convenient, as you can keep working with your existing setup without having to reboot.

We’ll go with Ubuntu for this example, because it’s very easy to set up and it’s one of the backers of the OpenStack project. It involves several steps.

  1. Add the “stack” user
  2. Download the DevStack software
  3. Install DevStack

The DevStack is intended to create a development environment and let new users familiarize themselves with the Dashboard.

If you want to install OpenStack on a production server, you’re better off using a distribution. An OpenStack installation has many moving parts.

There’s all the storage, computation, and networking tools mentioned earlier.

All of these are developed separately under the OpenStack umbrella. You could download them piecemeal using apt-get but it would be too time-consuming to get them all to work together.

It would be like trying to install a Linux system with just a kernel. There are several OpenStack distributions available, including a special version of Ubuntu with the OpenStack components pre-installed.

OpenStack Hosting Options

OpenStack Hosting Options

In terms of hosting, you’ll either use someone else’s public clouds are set up your own private clouds with your own private servers.

There are a number of web hosting providers offering either public clouds or supporting OpenStack.

Try to pick one that offers the complete OpenStack distribution on their servers, if you can.

It will make your life that much easier when you go to set up your machines.

Fortunately, with the wide support that Linux and OpenStack have in the industry, it’s not hard to find a hosting provider that will accommodate your needs.

Of course, price is a consideration, but you should always look at support. Will they help you if you get seriously stuck?

A good hosting company will help you 24/7, because crashes always happen at an inopportune time.

Is an OpenStack installation overkill? It might be in some cases, but you can be proud that you’re hosting your website on the same platform that CERN does to analyze data from the Large Hadron Collider.

OpenStack Pros and Cons

Pros and Cons

OpenStack has positives and negatives.

  • Pros
    • Free and open source
    • Support from lots of vendors
    • Quick deployment
    • Scalable
    • Extremely flexible
    • Code is available
  • Cons
    • Can be complicated to set up
    • Designed for large cloud server installations
Top 3 OpenStack Hosts

Top 3 OpenStack Hosts

OpenStack is an amazing cloud computing platform that puts you in control.

With the support of major players like HP, RackSpace, and IBM, it’s taken the hosting world by storm.

You can build your own cloud using a VPS.

It’s not as cheap as using a public cloud, but the flexibility might be well worth it depending on your needs.

Liquid Web
Image courtesy Liquid Web

Liquid Web

Liquid Web is one VPS provider. It’s hardly the cheapest one of the bunch at the price of a fairly good restaurant meal per month.

The VPS plans give you enough storage space and transfers to get you to dip your toe into the world of OpenStack with their “heroic support.”

Atlantic.net
Image courtesy Atlantic.net

Atlantic.net

Atlantic.net offers a cheaper plan with similar amounts of storage, but the prices are more within the average user’s budget.

Both public and private clouds are available.

The servers run on SSD so they’re much faster than whirling hard drives.

DigitalOcean
Image courtesy DigitalOcean

DigitalOcean

DigitalOcean is well-known for catering to developers wanting to deploy clusters of virtual machines.

This makes them well-suited to deploying private clouds.

You have a choice of Linux distributions on their “droplets,” or what they call cloud servers.

They have good support, with extensive documentation and opportunities for users to help each other out by answering questions.




web hosting coupon

Looking for a great deal on OpenStack hosting?
Liquid Web performed extremely well in our speed tests. And they offer great OpenStack support. Right now you can save up to 50% on their high-performance VPS plans. Use this discount link to get special pricing.




OpenStack Summary

Summary

OpenStack is an extremely exciting system that can be used by anyone who has great demands for computation, storage, or networking.

Only you can know if it is an appropriate tool for your needs. But it is easy to try out and use — whether you want to host it locally or on a remote server.

Get started today!

Other features in Technologies

David Delony

About David Delony

David Delony is a technology enthusiast based in the Pacific Northwest. He has experience with various web technologies going back to his teen years. David has experience covering technology topics ranging from networking to video games to operating systems.

Connect with David

Comments

Thanks for your comment. It will show here once it has been approved.

Your email address will not be published. Required fields are marked *