1
0
Fork 0
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:
Anna Shipman 2014-07-11 12:01:43 +01:00
parent 706fae0b9c
commit e11a22bb46

View file

@ -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",