Skip to content

Commit

Permalink
Merge pull request #47 from rabi/comments
Browse files Browse the repository at this point in the history
Remove references to glance in comments.
  • Loading branch information
openshift-merge-robot authored Jul 3, 2023
2 parents 8db9efd + a7da7b9 commit d4214e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controllers/openstackprovisionserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ func (r *OpenStackProvisionServerReconciler) reconcileNormal(ctx context.Context
configMapVars := make(map[string]env.Setter)

//
// create Configmap required for glance input
// create Configmap required for openstackprovisionserver input
// - %-scripts configmap holding scripts to e.g. bootstrap the service
// - %-config configmap holding minimal glance config required to get the service up, user can add additional files to be added to the service
// - %-config configmap holding minimal openstackprovisionserver config required to get the service up, user can add additional files to be added to the service
// - parameters which has passwords gets added from the OpenStack secret via the init container
//
err := r.generateServiceConfigMaps(ctx, helper, instance, &configMapVars)
Expand Down Expand Up @@ -448,9 +448,9 @@ func (r *OpenStackProvisionServerReconciler) generateServiceConfigMaps(
envVars *map[string]env.Setter,
) error {
//
// create Configmap/Secret required for glance input
// create Configmap/Secret required for openstackprovisionserver input
// - %-scripts configmap holding scripts to e.g. bootstrap the service
// - %-config configmap holding minimal glance config required to get the service up, user can add additional files to be added to the service
// - %-config configmap holding minimal openstackprovisionserver config required to get the service up, user can add additional files to be added to the service
// - parameters which has passwords gets added from the ospSecret via the init container
//

Expand Down

0 comments on commit d4214e4

Please sign in to comment.