Skip to content

Commit

Permalink
packaging: Rename ovirtproviderovn.Plugin._generate_pki
Browse files Browse the repository at this point in the history
It doesn’t generate any PKI, just adds info about the required
certificates to the environment.
  • Loading branch information
mz-pdm authored and mrkev-gh committed Aug 2, 2022
1 parent 71d1a1f commit 24c9d60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def _get_provider_credentials(self):

return user, password

def _generate_pki(self):
def _add_ovn_pki_entities(self):
self.environment[oenginecons.PKIEnv.ENTITIES].extend(
(
{
Expand Down Expand Up @@ -931,7 +931,7 @@ def _customization(self):
)
if self._enabled or self._provider_installed:
self._setup_firewalld_services()
self._generate_pki()
self._add_ovn_pki_entities()

def _print_commands(self, message, commands):
self.dialog.note(
Expand Down

0 comments on commit 24c9d60

Please sign in to comment.