SlideShare a Scribd company logo
Dr. Dobbs Conference: 12 Apr 2014 (Bangalore)
Rahul Krishna Upadhyaya
C B Ananth Padmanabhan
Topics to be Covered
• What is Openstack ?
• Openstack : a Brief History
• Architecture
• Components in Openstack
• Request flow for VM creation
• Contribution Processes.
• Demo
What is Openstack ?
• OpenStack is a collection of open source
technologies delivering a massively scalable
cloud operating system (IaaS).
• Projects Listing: https://github.com/openstack
History Of Openstack
• NASA wanted to host its own high-res images without help from Google,
Microsoft or Amazon.
• Several freethinkers worked with NASA to bring up a distributed computing
environment named NASA Nebula.
• A key component of that effort was named „Nova‟
• While NASA contributed „Nova‟, which is processing power, Rackspace
contributed „swift‟, which provided storage capacity.
• Nova is similar to Amazon EC2, while swift is similar to Amazon S3
• Along with NASA, Rackspace, and a group of freethinkers, Nova emerged
into Openstack in July 2010
Facts and Numbers
• In 3 years of conception, Openstack has interests from over 200 companies, actively
participating in contribution and adoption.
• List can be seen at http://www.openstack.org/foundation/companies/
• Openstack Foundation is the second richest Open-source foundation today, after
Linux Foundation.
• Few renowned companies using it for production cloud. Eg. HP Cloud, Paypal,etc
• Termed as the “Linux of the Cloud”
• Exponential growth in the code base.
Who is Using Openstack Today ?
Complete List with User Stories : http://www.openstack.org/user-stories/
Web / SaaS/ eCommerce : PayPal , HP , Wikimedia , etc.
Academic / Research / Government : Argonne National Labs, CERN, MIT Computer Science & Artificial
Intelligence Lab (CSAIL)
Information Technology: HP, IBM, Cisco, eNovance, Opera Software, Seagate, Aptira, etc.
Film / Media / Gaming : Comcast , Sony Gaming Network.
Cloud : where does Openstack Fit
?
OpenStack is IaaS
Components Of Openstack
Project Codenamed
Dashboard Horizon
Compute Nova
Identity Keystone
Network Neutron
Image Service Glance
Block Storage Cinder
Object Storage Swift
Metering Telemetry
Orchestration Heat
Component Interaction
Salient Features Across OpenStack
Projects
 Completely Open-Sourced.
 Almost Completely written in Python.
 Highly Modular.
 Highly Distributed – Any thing runs anywhere.
 Highly Pluggable Architecture.
 Highly Configurable
 Highly Customizable
Nova (Compute Project)
 Nova is the compute Project for Openstack. A large number of processes cooperate
to turn end user API requests into running virtual machines.
 Instance Provisioning and VM related Operations.
Wiki Page : https://wiki.openstack.org/wiki/Nova
Salient Features.
• ReST based API
• Highly-modular framework
• Horizontally and massively scalable
• Hardware agnostic
• Can manage KVM, ESX, HyperV, vCenter, Baremetal.
Hypervisor and support : https://wiki.openstack.org/wiki/HypervisorSupportMatrix
Glance
 OpenStack Image Store centralizes storage of virtual images that users can utilize to
start instances.
 Comparable to VMware templates for easier understanding.
Wiki : https://wiki.openstack.org/wiki/Glance
Features.
• Disk images and associated metadata
• Discover, register and retrieve
• Multiple back-ends Supported.
• Multiple disk formats : raw, VHD, vmdk, vdi, qcow2, aki, ari, ami
• Multiple container formats : ovf, bare, aki, ari, ami
Keystone (Identity)
 Framework for authentication and authorization for all services. Provides adding
users to groups (tenants) and to managing permissions.
Wiki : https://wiki.openstack.org/wiki/Keystone
Features
• Authenticate users and issue tokens for access to services
• Store users and tenants for a role-based access control (RBAC)
• Create policies across users and services
• has a pluggable backend which allows most support standard back-ends like LDAP
or SQL, as well as Key Value Stores (KVS).
Swift (object Store)
 OpenStack‟s Object Store (“Swift”) is designed to provide large scale storage of data
that is accessible via APIs. Unlike a traditional file server, it is completely distributed,
storing multiple copies of each object to achieve greater availability and scalability.
Wiki : https://wiki.openstack.org/wiki/Swift
Features:
• Stores and retrieves objects (files)
• Versioned objects
• ReSTful interface
• Objects in containers in accounts
• No object size limit
• 3+ replication factor in separate
• Stable and deployed in production
Neutron (Network)
Allow users to create their own networks and then attach interfaces
Pluggable architecture to support for vendors and technologies by writing your own plugin
and agents. Earlier called Quantum.
Wiki : https://wiki.openstack.org/wiki/Neutron
Features:
• Provides networking for VMs provisioned by Openstack. SDN part of Openstack
• Configures Soft-switches and physical switches.
• Provides policies at port level. Complete segregation for tenant networks.
• Plugins available for OVS (openvirtual switch) , Nicira, Cisco Nexus, brocade, bigswitch,
etc.
Architecture.
Request Flow (VM Creation)
DevStack
• It is a way in which Developers can test their code locally with Openstack instance on
their machines.
• Clones code, runs Openstack services from python code.
• Strictly not for a production deployment.
• Difference between Devstack and a install via Linux packages.
• Other places to Try Openstack :
1) TryStack : www.trystack.org
2) Openstack on VirtualBox on Laptop : http://bit.ly/1b6Y2W8
Testing Openstack
 As a developer you need to write all the unit tests.
 Integration testing is done via Tempest Framework.
 Tempest checks all features via calling the APIs and also tests the CLI.
 Gate Tests (part of tempest) runs at each checkin. Checks features required for
Minimum Acceptability
 Smoke Tests : This is just a basic test which helps us to prevent wastage of time
since it helps us identify whether we can go ahead with further testing
 Custom tests can be added to the framework for any openstack extensions.
Benchmarking Openstack
 Rally is tool that lets you benchmark Openstack.
 Can help you to Deploy openstack then run Tempest and validate Integration too.
 Creates multiple users and fires multiple API calls and calculates result of
performance. Result can be put as text/graph
 Various Scenarios have been included for each Openstack Project into Rally.
 More on Rally : http://www.slideshare.net/sliderakrup/rally-baa-s-os-meetup-31864829
A release in Openstack
Release Info
• One stable release every six months.
• Current Stable Release : Codenamed Havana (Released Nov 2013)
• Previous releases: Grizzly, Folsom, Essex, Diablo, Cactus, Bexar, Austin
• Next Release : Icehouse (ETA May 2013)
• PTLs for each project in Openstack are elected by community. Also,there are
ambassadors to each country.
How to Contribute
Sign CLA ( Contributor‟s License Agreement )
Join Openstack Foundation.
Join Launchpad.
Create blueprint (to add features)
Pick up Bugs (starters can try :https://bugs.launchpad.net/openstack/+bugs?field.tag=low-hanging-fruit)
Get Openstack Code at https://github.com/openstack
Contribute to any area which you feel is your strength. Openstack Projects Spans across areas
involving most of the Computer Science basic concepts so there something for everyone.
Contributing to Docs are a brilliant way of contributing to Openstack and making it better and
learning the Openstack contribution Process this way.
Gerrit WorkFlow
Step By Step :
https://wiki.openstack.org/wiki/Gerrit_Workflow
Installation (FAQs)
 There is no “Prescribed” way of installing Openstack as of today.
 You can choose how to Install Openstack based on your ease of use and your familiarity of
components involved.
 Manual Installation is very much possible but not recommended because of sheer number
of Configurations involved.This would take up lot of time and introduces high chances of
error.
 Devstack is a way to test your code. It is not how you install Production Openstack.
 You can use several Linux distros to install Openstack. Ubuntu and RedHat are highly
popular amongst the developers.
 Some Tools available for Openstack Installation
 Redhat Packstack and Foreman based installer.
 Cisco Openstack Installer.
 Ubuntu‟s Juju Platform.
 Mirantis Fuel , etc
Cisco OpenStack Installer
• Puppet and Cobbler based automated deployment and configuration management.
• Significant changes in the method of Installation of Havana Release. Still uses Puppet.
• Uses Upstream Puppet Modules from Openstack Github repos.
• All efforts are completely Open-source.
COI on Havana :
 http://docwiki.cisco.com/wiki/Openstack:Havana-Openstack-Installer
OpenStack is... you, us
http://launchpad.net/openstack
http://wiki.openstack.org
http://planet.openstack.org
http://ask.openstack.org
Twitter
@OpenStack
@OpenStackIndia
@ilearnstack
Getting Involved in Community
Get Involved
Attend Openstack Meetups in your city. Openstack India User group is
currently conducting meetups in various cities across India (Delhi, Pune,
Bangalore, Hyderabad, Chennai, Ahmedabad )
[ http://www.meetup.com/Indian-OpenStack-User-Group/]
Contribute
As a developer Contribute upstream to Openstack.
As a Non-Developer you can contribute in the following ways.
[http://ilearnstack.com/2013/06/16/685/]
Interact
Openstack mailing Lists : [ https://wiki.openstack.org/wiki/Mailing_Lists ]
Openstack IRCs : [https://wiki.openstack.org/wiki/IRC ]
Thank You.

More Related Content

PPTX
Quick overview of Openstack architecture
PDF
OpenStack Architecture
PDF
An Introduction to OpenStack
PPTX
OpenStack Architecture and Use Cases
PDF
Apache Camel v3, Camel K and Camel Quarkus
PDF
Keystone at openstack multi sites
PPTX
An Intrudction to OpenStack 2017
PDF
Kubernetes Basics
Quick overview of Openstack architecture
OpenStack Architecture
An Introduction to OpenStack
OpenStack Architecture and Use Cases
Apache Camel v3, Camel K and Camel Quarkus
Keystone at openstack multi sites
An Intrudction to OpenStack 2017
Kubernetes Basics

What's hot (20)

PDF
Openstack 101
PDF
Cloud stack for_beginners
PPTX
Introduction To OpenStack
PPTX
Virtual Infrastructure Overview
PPTX
Introduction to openshift
PDF
Open stack architecture overview-meetup-6-6_2013
PDF
Introduction to OpenStack
PPTX
Meetup 23 - 02 - OVN - The future of networking in OpenStack
PDF
VMware Tanzu Introduction
PDF
The kvm virtualization way
PDF
Kubernetes
PDF
OpenStack vs VMware vCloud
PPTX
Cloud computing and OpenStack
PPTX
Kubernetes Introduction
ODP
OpenShift Enterprise
PDF
Introduction to docker
PPTX
Introduction To Terraform
PDF
CNCF Meetup - OpenShift Overview
PPTX
Kubernetes for Beginners: An Introductory Guide
Openstack 101
Cloud stack for_beginners
Introduction To OpenStack
Virtual Infrastructure Overview
Introduction to openshift
Open stack architecture overview-meetup-6-6_2013
Introduction to OpenStack
Meetup 23 - 02 - OVN - The future of networking in OpenStack
VMware Tanzu Introduction
The kvm virtualization way
Kubernetes
OpenStack vs VMware vCloud
Cloud computing and OpenStack
Kubernetes Introduction
OpenShift Enterprise
Introduction to docker
Introduction To Terraform
CNCF Meetup - OpenShift Overview
Kubernetes for Beginners: An Introductory Guide
Ad

Similar to Openstack - An introduction/Installation - Presented at Dr Dobb's conference, Bangalore (12 04-2014) (20)

PPTX
Openstack – An introduction
PDF
OpenStack for VMware Administrators
PPTX
OpenStack 101
PPTX
OpenStack 101 - All Things Open 2015
PDF
Cloud Architect Alliance #15: Openstack
PPTX
Oct meetup open stack 101 clean
PPTX
Introduction to openstack
PPTX
Sanger, upcoming Openstack for Bio-informaticians
PPTX
Flexible compute
PDF
Openstackoverview-DEC2013
PPT
Introduction to Open stack - An Overview
PPTX
Introduction to Orchestration and DevOps with OpenStack
PPTX
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
PPTX
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
PPTX
Cloud Foundry and OpenStack – Marriage Made in Heaven !
PDF
OpenStack 101 update
PDF
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
PDF
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
PPTX
VMUG22 Filip Verloy VIO
ODP
Openstack Quantum
Openstack – An introduction
OpenStack for VMware Administrators
OpenStack 101
OpenStack 101 - All Things Open 2015
Cloud Architect Alliance #15: Openstack
Oct meetup open stack 101 clean
Introduction to openstack
Sanger, upcoming Openstack for Bio-informaticians
Flexible compute
Openstackoverview-DEC2013
Introduction to Open stack - An Overview
Introduction to Orchestration and DevOps with OpenStack
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
Cloud Foundry and OpenStack – Marriage Made in Heaven !
OpenStack 101 update
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
VMUG22 Filip Verloy VIO
Openstack Quantum
Ad

Recently uploaded (20)

PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
A Presentation on Touch Screen Technology
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Chapter 5: Probability Theory and Statistics
PPTX
Tartificialntelligence_presentation.pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
project resource management chapter-09.pdf
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
1. Introduction to Computer Programming.pptx
Hindi spoken digit analysis for native and non-native speakers
cloud_computing_Infrastucture_as_cloud_p
A Presentation on Touch Screen Technology
NewMind AI Weekly Chronicles - August'25-Week II
TLE Review Electricity (Electricity).pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Heart disease approach using modified random forest and particle swarm optimi...
WOOl fibre morphology and structure.pdf for textiles
Unlocking AI with Model Context Protocol (MCP)
Zenith AI: Advanced Artificial Intelligence
1 - Historical Antecedents, Social Consideration.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Chapter 5: Probability Theory and Statistics
Tartificialntelligence_presentation.pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia
project resource management chapter-09.pdf
Web App vs Mobile App What Should You Build First.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf

Openstack - An introduction/Installation - Presented at Dr Dobb's conference, Bangalore (12 04-2014)

  • 1. Dr. Dobbs Conference: 12 Apr 2014 (Bangalore) Rahul Krishna Upadhyaya C B Ananth Padmanabhan
  • 2. Topics to be Covered • What is Openstack ? • Openstack : a Brief History • Architecture • Components in Openstack • Request flow for VM creation • Contribution Processes. • Demo
  • 3. What is Openstack ? • OpenStack is a collection of open source technologies delivering a massively scalable cloud operating system (IaaS). • Projects Listing: https://github.com/openstack
  • 4. History Of Openstack • NASA wanted to host its own high-res images without help from Google, Microsoft or Amazon. • Several freethinkers worked with NASA to bring up a distributed computing environment named NASA Nebula. • A key component of that effort was named „Nova‟ • While NASA contributed „Nova‟, which is processing power, Rackspace contributed „swift‟, which provided storage capacity. • Nova is similar to Amazon EC2, while swift is similar to Amazon S3 • Along with NASA, Rackspace, and a group of freethinkers, Nova emerged into Openstack in July 2010
  • 5. Facts and Numbers • In 3 years of conception, Openstack has interests from over 200 companies, actively participating in contribution and adoption. • List can be seen at http://www.openstack.org/foundation/companies/ • Openstack Foundation is the second richest Open-source foundation today, after Linux Foundation. • Few renowned companies using it for production cloud. Eg. HP Cloud, Paypal,etc • Termed as the “Linux of the Cloud” • Exponential growth in the code base.
  • 6. Who is Using Openstack Today ? Complete List with User Stories : http://www.openstack.org/user-stories/ Web / SaaS/ eCommerce : PayPal , HP , Wikimedia , etc. Academic / Research / Government : Argonne National Labs, CERN, MIT Computer Science & Artificial Intelligence Lab (CSAIL) Information Technology: HP, IBM, Cisco, eNovance, Opera Software, Seagate, Aptira, etc. Film / Media / Gaming : Comcast , Sony Gaming Network.
  • 7. Cloud : where does Openstack Fit ? OpenStack is IaaS
  • 8. Components Of Openstack Project Codenamed Dashboard Horizon Compute Nova Identity Keystone Network Neutron Image Service Glance Block Storage Cinder Object Storage Swift Metering Telemetry Orchestration Heat
  • 10. Salient Features Across OpenStack Projects  Completely Open-Sourced.  Almost Completely written in Python.  Highly Modular.  Highly Distributed – Any thing runs anywhere.  Highly Pluggable Architecture.  Highly Configurable  Highly Customizable
  • 11. Nova (Compute Project)  Nova is the compute Project for Openstack. A large number of processes cooperate to turn end user API requests into running virtual machines.  Instance Provisioning and VM related Operations. Wiki Page : https://wiki.openstack.org/wiki/Nova Salient Features. • ReST based API • Highly-modular framework • Horizontally and massively scalable • Hardware agnostic • Can manage KVM, ESX, HyperV, vCenter, Baremetal. Hypervisor and support : https://wiki.openstack.org/wiki/HypervisorSupportMatrix
  • 12. Glance  OpenStack Image Store centralizes storage of virtual images that users can utilize to start instances.  Comparable to VMware templates for easier understanding. Wiki : https://wiki.openstack.org/wiki/Glance Features. • Disk images and associated metadata • Discover, register and retrieve • Multiple back-ends Supported. • Multiple disk formats : raw, VHD, vmdk, vdi, qcow2, aki, ari, ami • Multiple container formats : ovf, bare, aki, ari, ami
  • 13. Keystone (Identity)  Framework for authentication and authorization for all services. Provides adding users to groups (tenants) and to managing permissions. Wiki : https://wiki.openstack.org/wiki/Keystone Features • Authenticate users and issue tokens for access to services • Store users and tenants for a role-based access control (RBAC) • Create policies across users and services • has a pluggable backend which allows most support standard back-ends like LDAP or SQL, as well as Key Value Stores (KVS).
  • 14. Swift (object Store)  OpenStack‟s Object Store (“Swift”) is designed to provide large scale storage of data that is accessible via APIs. Unlike a traditional file server, it is completely distributed, storing multiple copies of each object to achieve greater availability and scalability. Wiki : https://wiki.openstack.org/wiki/Swift Features: • Stores and retrieves objects (files) • Versioned objects • ReSTful interface • Objects in containers in accounts • No object size limit • 3+ replication factor in separate • Stable and deployed in production
  • 15. Neutron (Network) Allow users to create their own networks and then attach interfaces Pluggable architecture to support for vendors and technologies by writing your own plugin and agents. Earlier called Quantum. Wiki : https://wiki.openstack.org/wiki/Neutron Features: • Provides networking for VMs provisioned by Openstack. SDN part of Openstack • Configures Soft-switches and physical switches. • Provides policies at port level. Complete segregation for tenant networks. • Plugins available for OVS (openvirtual switch) , Nicira, Cisco Nexus, brocade, bigswitch, etc.
  • 17. Request Flow (VM Creation)
  • 18. DevStack • It is a way in which Developers can test their code locally with Openstack instance on their machines. • Clones code, runs Openstack services from python code. • Strictly not for a production deployment. • Difference between Devstack and a install via Linux packages. • Other places to Try Openstack : 1) TryStack : www.trystack.org 2) Openstack on VirtualBox on Laptop : http://bit.ly/1b6Y2W8
  • 19. Testing Openstack  As a developer you need to write all the unit tests.  Integration testing is done via Tempest Framework.  Tempest checks all features via calling the APIs and also tests the CLI.  Gate Tests (part of tempest) runs at each checkin. Checks features required for Minimum Acceptability  Smoke Tests : This is just a basic test which helps us to prevent wastage of time since it helps us identify whether we can go ahead with further testing  Custom tests can be added to the framework for any openstack extensions.
  • 20. Benchmarking Openstack  Rally is tool that lets you benchmark Openstack.  Can help you to Deploy openstack then run Tempest and validate Integration too.  Creates multiple users and fires multiple API calls and calculates result of performance. Result can be put as text/graph  Various Scenarios have been included for each Openstack Project into Rally.  More on Rally : http://www.slideshare.net/sliderakrup/rally-baa-s-os-meetup-31864829
  • 21. A release in Openstack
  • 22. Release Info • One stable release every six months. • Current Stable Release : Codenamed Havana (Released Nov 2013) • Previous releases: Grizzly, Folsom, Essex, Diablo, Cactus, Bexar, Austin • Next Release : Icehouse (ETA May 2013) • PTLs for each project in Openstack are elected by community. Also,there are ambassadors to each country.
  • 23. How to Contribute Sign CLA ( Contributor‟s License Agreement ) Join Openstack Foundation. Join Launchpad. Create blueprint (to add features) Pick up Bugs (starters can try :https://bugs.launchpad.net/openstack/+bugs?field.tag=low-hanging-fruit) Get Openstack Code at https://github.com/openstack Contribute to any area which you feel is your strength. Openstack Projects Spans across areas involving most of the Computer Science basic concepts so there something for everyone. Contributing to Docs are a brilliant way of contributing to Openstack and making it better and learning the Openstack contribution Process this way.
  • 24. Gerrit WorkFlow Step By Step : https://wiki.openstack.org/wiki/Gerrit_Workflow
  • 25. Installation (FAQs)  There is no “Prescribed” way of installing Openstack as of today.  You can choose how to Install Openstack based on your ease of use and your familiarity of components involved.  Manual Installation is very much possible but not recommended because of sheer number of Configurations involved.This would take up lot of time and introduces high chances of error.  Devstack is a way to test your code. It is not how you install Production Openstack.  You can use several Linux distros to install Openstack. Ubuntu and RedHat are highly popular amongst the developers.  Some Tools available for Openstack Installation  Redhat Packstack and Foreman based installer.  Cisco Openstack Installer.  Ubuntu‟s Juju Platform.  Mirantis Fuel , etc
  • 26. Cisco OpenStack Installer • Puppet and Cobbler based automated deployment and configuration management. • Significant changes in the method of Installation of Havana Release. Still uses Puppet. • Uses Upstream Puppet Modules from Openstack Github repos. • All efforts are completely Open-source. COI on Havana :  http://docwiki.cisco.com/wiki/Openstack:Havana-Openstack-Installer
  • 27. OpenStack is... you, us http://launchpad.net/openstack http://wiki.openstack.org http://planet.openstack.org http://ask.openstack.org Twitter @OpenStack @OpenStackIndia @ilearnstack
  • 28. Getting Involved in Community Get Involved Attend Openstack Meetups in your city. Openstack India User group is currently conducting meetups in various cities across India (Delhi, Pune, Bangalore, Hyderabad, Chennai, Ahmedabad ) [ http://www.meetup.com/Indian-OpenStack-User-Group/] Contribute As a developer Contribute upstream to Openstack. As a Non-Developer you can contribute in the following ways. [http://ilearnstack.com/2013/06/16/685/] Interact Openstack mailing Lists : [ https://wiki.openstack.org/wiki/Mailing_Lists ] Openstack IRCs : [https://wiki.openstack.org/wiki/IRC ]