Skip to content

Commit

Permalink
Merge pull request #14 from vills/fix-instance-gpn
Browse files Browse the repository at this point in the history
Fix gpn parameter on instance creation
  • Loading branch information
amarao authored Apr 19, 2023
2 parents 6491d7b + 13efabf commit 167c4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def create_instance(self):
name=self.name,
flavor_id=self.flavor_id,
image_id=self.image_id,
gpn_enabled=self.image_id,
gpn_enabled=self.gpn_enabled,
ipv4_enabled=self.ipv4_enabled,
ipv6_enabled=self.ipv6_enabled,
ssh_key_fingerprint=self.ssh_key_fingerprint,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
public_ipv6_address:
type: str
description:
- IPv5 address for instance.
- IPv6 address for instance.
- May be missing if no IPv6 address was ordered or public inteface
was detached via Openstack API.
returned: on success
Expand Down

0 comments on commit 167c4df

Please sign in to comment.