-
Notifications
You must be signed in to change notification settings - Fork 290
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
[FLOC-3017] Allow run-acceptance-tests to boot devstack guests #1928
base: master
Are you sure you want to change the base?
Conversation
It kind of works:
And |
@@ -2,6 +2,7 @@ Flocker 1.4.0.dev1 (2015-09-08) | |||
=============================== | |||
|
|||
- Improved the error handling when Cinder volumes enter an unexpected state. (FLOC-2970) | |||
- ``run-acceptance-tests`` now supports all OpenStack variants, not just RackSpace. (FLOC-3017) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd avoid say all, just some other than rackspace.
I think the right solution is to enable floating IPs. Or, better but I don't know if it is possible, mark the fixed IPs that are assigned as public, rather than private. |
Design / Partial implementation for: https://clusterhq.atlassian.net/browse/FLOC-3017
TODO
iptables -t nat -I POSTROUTING --source 10.0.0.0/8 -j MASQUERADE
will do the trick.