Skip to content

Commit

Permalink
Merge branch 'sl-config-disk-path' into master
Browse files Browse the repository at this point in the history
Signed-off-by: Maria Shaldibina <[email protected]>
  • Loading branch information
krishicks authored and Maria Shaldibina committed Oct 10, 2014
2 parents be70bbe + 79fdbc7 commit 8e3faf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/openstack_metadata_service_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (inf openstackServiceProvider) Get() MetadataService {
configDriveDiskPaths := []string{
"/dev/disk/by-label/CONFIG-2",
"/dev/disk/by-label/config-2",
"/dev/disk/by-label/METADATA",
}

confDriveMetadataService := NewConfigDriveMetadataService(
Expand Down
1 change: 1 addition & 0 deletions infrastructure/openstack_metadata_service_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var _ = Describe("OpenstackMetadataServiceProvider", func() {
configDriveDiskPaths := []string{
"/dev/disk/by-label/CONFIG-2",
"/dev/disk/by-label/config-2",
"/dev/disk/by-label/METADATA",
}

configDriveMetadataService := NewConfigDriveMetadataService(
Expand Down

0 comments on commit 8e3faf4

Please sign in to comment.