Skip to content

Commit

Permalink
feat(dedicated.pcc): update FF rule name for VCD migration
Browse files Browse the repository at this point in the history
ref: MANAGER-15398

Signed-off-by: David Arsène <[email protected]>
  • Loading branch information
darsene committed Oct 17, 2024
1 parent 2b9b547 commit 16c04c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ export default /* @ngInject */ ($stateProvider) => {

managedVCDAvailability: /* @ngInject */ (ovhFeatureFlipping) =>
ovhFeatureFlipping
.checkFeatureAvailability('hpc-vmware-managed-vcd:pcc-migration')
.checkFeatureAvailability('dedicated-cloud:vcd-migration')
.then((featureAvailability) =>
featureAvailability.isFeatureAvailable(
'hpc-vmware-managed-vcd:pcc-migration',
'dedicated-cloud:vcd-migration',
),
),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ export default /* @ngInject */ ($stateProvider) => {

managedVCDAvailability: /* @ngInject */ (ovhFeatureFlipping) =>
ovhFeatureFlipping
.checkFeatureAvailability('hpc-vmware-managed-vcd:pcc-migration')
.checkFeatureAvailability('dedicated-cloud:vcd-migration')
.then((featureAvailability) =>
featureAvailability.isFeatureAvailable(
'hpc-vmware-managed-vcd:pcc-migration',
'dedicated-cloud:vcd-migration',
),
),

Expand Down

0 comments on commit 16c04c9

Please sign in to comment.