Skip to content

Conversation

@iamemilio
Copy link

The json argument is networkId when the standard naming scheme for
fields ending in ID dictates that it should be named networkID.

The json argument is `networkId` when the standard naming scheme for
fields ending in ID dictates that it should be named `networkID`.
@pierreprinetti
Copy link
Member

Why using Go’s broken convention? It’s not an acronym...

(if you want to make the change nonetheless, isn’t there some documentation to be updated as well?)

@iamemilio
Copy link
Author

Clarification: This name change is to preserve api consistency within CAPO

@pierreprinetti
Copy link
Member

Right, I now see that there are tenantID and projectID already. Thanks!

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 31, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pierreprinetti

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 31, 2021
@openshift-merge-robot openshift-merge-robot merged commit 06c52ec into openshift:master Mar 31, 2021
pierreprinetti pushed a commit to shiftstack/cluster-api-provider-openstack that referenced this pull request Apr 22, 2024
Not all the scenarios supported by CAPO require the manager to pull the
kubeconfig configs from the nodes. Rather than failing due to missing
ssh keys, we should just log the inability to pull the config file and
continue with the execution.

This is an interim solution until openshift#174 is resolved.

Related to openshift#175
pierreprinetti pushed a commit to shiftstack/cluster-api-provider-openstack that referenced this pull request Apr 22, 2024
* Remove GetKubeConfig from the machine actuator

`GetKubeConfig` is only needed in the deployer, therefore we can do away
with the code we have in the machine actuator. This helps with issues openshift#174
and openshift#175

* Don't mount sshkeys on the manager's pod

We've removed the last use for the sshkeys secret/mount in the manager's
POD, which means we can now remove this code and stop mounting these
keys.

Fixes openshift#175

* Remove KeyPair related functions from the machine service

We're not managing keypairs from the actuator anymore. The functions
that used to manage keypairs have been removed in this commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants