Skip to content
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

Fix endpoint URLs, extract Ceilometer #17

Merged
merged 3 commits into from
Oct 4, 2013

Conversation

jistr
Copy link
Member

@jistr jistr commented Oct 4, 2013

We had public/private addresses mixed up in keystone service endpoint catalog, which is now fixed.

Here's output of keystone service-list; keystone endpoint-list. (.122. is private network, .123. is public.)
before fix: http:https://fpaste.org/44308/8927721/raw/
fixed: http:https://fpaste.org/44309/80892809/raw/

Ceilometer parts are extracted from controller classes into a separate class to reduce duplication and size of the controller classes.

Move Ceilometer related parts of controller classes into
ceilometer_controller.pp and include that class it in controller
classes.
@jguiditta
Copy link
Member

Yes, that sounds reasonable to me.

jguiditta added a commit that referenced this pull request Oct 4, 2013
Fix endpoint URLs, extract Ceilometer
@jguiditta jguiditta merged commit 414a2d0 into redhat-openstack:master Oct 4, 2013
@jistr jistr deleted the fix_endpoints branch November 26, 2013 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants