| [[Openstack-OpenstackComponent]] |
| Openstack Component |
| ~~~~~~~~~~~~~~~~~~~ |
| |
| *Available as of Camel 2.19* |
| |
| The *openstack* component is a component for managing your |
| https://www.openstack.org//[OpenStack] applications. |
| |
| Maven users will need to add the following dependency to their `pom.xml` |
| for this component: |
| [source,xml] |
| ------------------------------------------------------------ |
| <dependency> |
| <groupId>org.apache.camel</groupId> |
| <artifactId>camel-openstack</artifactId> |
| <version>x.x.x</version> |
| <!-- use the same version as your Camel core version --> |
| </dependency> |
| ------------------------------------------------------------ |
| |
| [width="100%", options="header"] |
| |======================================================================= |
| | OpenStack service | Camel Component| Description |
| | https://wiki.openstack.org/wiki/Cinder[OpenStack Cinder] | link:openstack-cinder-component.html[openstack-cinder] | Component to maintain OpenStack cinder. |
| | https://wiki.openstack.org/wiki/Glance[OpenStack Glance] | link:openstack-glance-component.html[openstack-glance] | Component to maintain OpenStack glance. |
| | https://wiki.openstack.org/wiki/Keystone[OpenStack Keystone] | link:openstack-keystone-component.html[openstack-keystone] | Component to maintain OpenStack keystone. |
| | https://wiki.openstack.org/wiki/Neutron[OpenStack Neutron] | link:openstack-neutron-component.html[openstack-neutron] | Component to maintain OpenStack neutron. |
| | https://wiki.openstack.org/wiki/Nova[OpenStack Nova] | link:openstack-nova-component.html[openstack-nova] | Component to maintain OpenStack nova. |
| | https://wiki.openstack.org/wiki/Swift[OpenStack Swift] | link:openstack-swift-component.html[openstack-swift] | Component to maintain OpenStack swift. |
| |======================================================================= |
| {% endraw %} |
| |