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

Updated to more correct relationship #523

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 23, 2017

  1. Updated to more correct relationship

    At runtime, it doesn't matter whether the port is `connected_to` the network or `contained_in`, because the code looks for any kind of a relationship. So the original code works. However, it serves as a bad example because this relationship between a port and a network is *incorrect*. Among other things, a `contained_in` relationship between a port and a network would prevent the user from using scaling groups to include a Server and a Port in the same scaling group; that wouldn't pass validation, because `Port` would be `contained_in` a network and thus `Server` and `Port` have an ancestry conflict.
    isaac-s committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    21c3f84 View commit details
    Browse the repository at this point in the history