Browsing tag

openstack

OpenStack Liberty on Ubuntu 14.04 – Configure Neutron

Neutron is one of the important component in OpenStack, it allows us to create or attach interface device to networks, follow this guide to configure Neutron (Networking) in your environment. Neutron manages all networking related things that we need for Virtual Networking Infrastructure, it provides the networks, subnets, and router object abstractions. We must choose […]

OpenStack Liberty on Ubuntu 14.04 LTS – Configure Nova

This guide helps you to configure Nova (Compute) service on OpenStak environment, in OpenStack, compute service (node) hosts cloud computing systems. OpenStack compute is a major part in IaaS, it interacts with KeyStone for authentication, image service for disk and images, and dashboard for the user and administrative interface. OpenStack Compute can scale horizontally on […]

OpenStack Liberty on Ubuntu 14.04 LTS – Configure Glance

Glance accepts API requests for disk or server images, and image metadata from end users or OpenStack Compute. It also supports the storage of disk or server images on various repository types, including OpenStack Object Storage. This post guides you to configure OpenStack image service (Glance) on the controller node. We will configure a glance […]

OpenStack Liberty on Ubuntu 14.04 LTS – Configure KeyStone #2

This guide takes you to the second part of configuring OpenStack identity service on controller node, you can also go through the previous article on configuring KeyStone #1. Here we will be covering service entity and API end point creations. Create the service entity and API endpoint: To create the service entity and API endpoint, […]

OpenStack Liberty on Ubuntu 14.04 LTS – Configure KeyStone #1

The OpenStack Identity service provides a single point of integration for managing authentication, authorization, and service catalog services. It doesn’t actually provide you any user management functions, rather, it provides plug-in interfaces to choose between current authentication service or third-party identity services that are available on the market. When installing OpenStack Identity service, you must […]