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

Support for fixed IP address for private network #87

Closed
ggiamarchi opened this issue Sep 5, 2014 · 0 comments · Fixed by #140
Closed

Support for fixed IP address for private network #87

ggiamarchi opened this issue Sep 5, 2014 · 0 comments · Fixed by #140
Assignees
Labels
Milestone

Comments

@ggiamarchi
Copy link
Owner

Following configuration must be accepted :

os.networks = [
  'network-id-01',
  'network-name-02',
  {
    id: 'network-id-03',
    address: '192.168.10.1'
  },
  {
    name: 'network-name-04',
    address: '10.0.0.1'
  },
  {
    name: 'network-name-05'
  },
  {
    id: 'network-id-06'
  }
]
@ggiamarchi ggiamarchi modified the milestones: 0.4, 0.5 Sep 5, 2014
@julienvey julienvey modified the milestones: 0.5, 0.6 Oct 3, 2014
@julienvey julienvey modified the milestones: 0.5, 0.6 Oct 14, 2014
@ggiamarchi ggiamarchi self-assigned this Oct 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants