-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Openstack Panko Events support #57
Conversation
9cb9259
to
3af196b
Compare
fog/fog-openstack#269 was merged, waiting for its release to update gemspec with new fog-openstack version. |
69b50e5
to
e79508b
Compare
Checked commit aufi@e79508b with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 lib/gems/pending/openstack/openstack_handle/handle.rb
|
e475ca7
to
4b7a3bf
Compare
Required PRs were merged, updating this PR and removing WIP label. @miq-bot rm_label wip |
847922d
to
9e9fc2e
Compare
@blomquisg @Ladas Hi, may I ask for review? |
@miq-bot add_label enhancement |
looks great 👍 |
Openstack Panko service is about to take over Events login from Ceilometer. Adding support for Panko service with fallback to Ceilometer for Events capture.
9e9fc2e
to
8f04148
Compare
@miq-bot add_label euwe/yes |
Required by https://bugzilla.redhat.com/show_bug.cgi?id=1436340 |
@aufi There are a couple of conflicts backporting this to Euwe. Can you create an Euwe PR for this? |
@simaishi Sure, euwe backport: ManageIQ/manageiq#14557 |
Backported to Euwe via ManageIQ/manageiq#14557 |
Openstack Panko service is about to take over Events login from Ceilometer.
Adding support for Panko service with fallback to Ceilometer for Events capture.
Panko API is identical to Events-related Ceilometer part of API.
It should be possible select Events service also manually in settings.
Depends on fog-openstack PR [1] merge and new version published and [2].
Links