Skip to content

Commit

Permalink
Added native support for camel-openstack * components apache#1943
Browse files Browse the repository at this point in the history
  • Loading branch information
aldettinger committed Apr 12, 2021
1 parent 711a317 commit 0ea64eb
Show file tree
Hide file tree
Showing 124 changed files with 1,137 additions and 80 deletions.
16 changes: 11 additions & 5 deletions docs/modules/ROOT/pages/reference/extensions/openstack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
:page-aliases: extensions/openstack.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-openstack
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Interact with OpenStack APIs
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0

[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.9.0##

Interact with OpenStack APIs

Expand All @@ -39,3 +39,9 @@ Please refer to the above links for usage and configuration details.
----

Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.

== SSL in native mode

This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-cinder
:cq-camel-part-title: OpenStack Cinder
:cq-camel-part-description: Access data in OpenStack Cinder block storage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-glance
:cq-camel-part-title: OpenStack Glance
:cq-camel-part-description: Manage VM images and metadata definitions in OpenStack Glance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-keystone
:cq-camel-part-title: OpenStack Keystone
:cq-camel-part-description: Access OpenStack Keystone for API client authentication, service discovery and distributed multi-tenant authorization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-neutron
:cq-camel-part-title: OpenStack Neutron
:cq-camel-part-description: Access OpenStack Neutron for network services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-nova
:cq-camel-part-title: OpenStack Nova
:cq-camel-part-description: Access OpenStack to manage compute resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-openstack
:cq-artifact-id-base: openstack
:cq-native-supported: false
:cq-status: Preview
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: n/a
:cq-native-since: 1.9.0
:cq-camel-part-name: openstack-swift
:cq-camel-part-title: OpenStack Swift
:cq-camel-part-description: Access OpenStack Swift object/blob store.
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion extensions-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<module>mvel</module>
<module>mybatis</module>
<module>ognl</module>
<module>openstack</module>
<module>printer</module>
<module>pulsar</module>
<module>quickfix</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openstack</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jackson-deployment</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0ea64eb

Please sign in to comment.