Skip to content

Commit

Permalink
Merge pull request metal3-io#1243 from dtantsur/node-name
Browse files Browse the repository at this point in the history
🐛 Create nodes with namespace already prepended
  • Loading branch information
metal3-io-bot authored Apr 5, 2023
2 parents e2d11fe + bca4581 commit 58b4139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioner/ironic/ironic.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func (p *ironicProvisioner) ValidateManagementAccess(data provisioner.Management
Driver: bmcAccess.Driver(),
BIOSInterface: bmcAccess.BIOSInterface(),
BootInterface: bmcAccess.BootInterface(),
Name: p.objectMeta.Name,
Name: ironicNodeName(p.objectMeta),
DriverInfo: driverInfo,
DeployInterface: p.deployInterface(data),
InspectInterface: "inspector",
Expand Down

0 comments on commit 58b4139

Please sign in to comment.