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

Refactor out Heat mimic's EventDescriptions #512

Open
dragorosson opened this issue Jan 27, 2016 · 3 comments
Open

Refactor out Heat mimic's EventDescriptions #512

dragorosson opened this issue Jan 27, 2016 · 3 comments

Comments

@dragorosson
Copy link
Contributor

Until multiple behaviors are needed by the heat mimic, the logic should be moved upwards.

@glyph
Copy link
Contributor

glyph commented Jan 27, 2016

I'm not sure I understand the issue here. "upwards"?

@dragorosson
Copy link
Contributor Author

Right now, there is no point to grab the behavior registry collection and the pull the behavior from that, since there is only one behavior. "Upwards" refers to a less nested level, such as https://github.com/rackerlabs/mimic/blob/master/mimic/model/heat_objects.py#L249-L257 for stack creation. Behaviors can be added back in as they're needed.

@glyph
Copy link
Contributor

glyph commented Jan 27, 2016

Can stack creation / update not fail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants