mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Make name of network less generic
To match the other names used in this Mock.
This commit is contained in:
parent
706fae0b9c
commit
e11a22bb46
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ module Fog
|
|||
}],
|
||||
:IsInherited => false,
|
||||
:Netmask => '255.255.255.0',
|
||||
:name => 'Default Network',
|
||||
:name => 'vDC1 Default Network',
|
||||
:SubnetParticipation => {
|
||||
:Gateway => "192.168.1.0",
|
||||
:Netmask => "255.255.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue