Difference between revisions of "Category:OpenStack"
From Christoph's Personal Wiki
(New page: ==Overview== * [https://wiki.openstack.org/wiki/Main_Page OpenStack] ("Havana") **Computing ***[https://wiki.openstack.org/wiki/Nova Compute] ("Nova") ***[https://wiki.openstack.org/wiki/G...) |
|||
Line 20: | Line 20: | ||
** Cinder: new arrays / vmfs volumes | ** Cinder: new arrays / vmfs volumes | ||
** Neutron: FWaaS (firewall) + IPSEC VPN | ** Neutron: FWaaS (firewall) + IPSEC VPN | ||
+ | |||
+ | ==Install project clients== | ||
+ | |||
+ | $ pip install python-PROJECTclient | ||
+ | |||
+ | replace "<code>PROJECT</code>" with one of the following: | ||
+ | |||
+ | * ceilometer - Telemetry API | ||
+ | * cinder - Block Storage API and extensions | ||
+ | * glance - Image Service API | ||
+ | * heat - Orchestration API | ||
+ | * keystone - Identity service API and extensions | ||
+ | * neutron - Networking API | ||
+ | * nova - Compute API and extensions | ||
+ | * swift - Object Storage API | ||
+ | * trove - Database Service API | ||
+ | |||
+ | For an example, the following command will install the nova client using <code>`pip`</code>: | ||
+ | |||
+ | $ pip install python-novaclient | ||
==See also== | ==See also== | ||
*[http://docs.openstack.org/glossary/content/glossary.html OpenStack Glossary] | *[http://docs.openstack.org/glossary/content/glossary.html OpenStack Glossary] |
Revision as of 13:08, 7 October 2014
Overview
- OpenStack ("Havana")
- Computing
- Compute ("Nova")
- Image service ("Glance")
- Networking
- Networking ("Neutron")
- Storing
- Block Storage ("Cinder")
- Object Storage ("Swift")
- Other
- Dashboard ("Horizon")
- Identity ("Keystone")
- Orchestration ("Heat") — aims to orchestrate multiple cloud applications for OpenStack
- Ceilometer ("Metering") — provides metering and billing facilities for OpenStack
- Computing
- Havana features
- vSphere enhancements / Hyper-V dynamic memory
- LXC + Docker (containers)
- Cinder: new arrays / vmfs volumes
- Neutron: FWaaS (firewall) + IPSEC VPN
Install project clients
$ pip install python-PROJECTclient
replace "PROJECT
" with one of the following:
- ceilometer - Telemetry API
- cinder - Block Storage API and extensions
- glance - Image Service API
- heat - Orchestration API
- keystone - Identity service API and extensions
- neutron - Networking API
- nova - Compute API and extensions
- swift - Object Storage API
- trove - Database Service API
For an example, the following command will install the nova client using `pip`
:
$ pip install python-novaclient
See also
Pages in category "OpenStack"
The following 3 pages are in this category, out of 3 total.