Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Add the necessary API version bump for commit 03d18d9
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed Mar 23, 2016
1 parent 2f85d48 commit 8a9700e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions euca2ools/commands/ec2/associateaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@


class AssociateAddress(EC2Request):
API_VERSION = '2015-10-01'
DESCRIPTION = 'Associate an elastic IP address with a running instance'
ARGS = [Arg('PublicIp', metavar='ADDRESS', nargs='?', help='''[Non-VPC
only] IP address to associate (required)'''),
Expand Down

0 comments on commit 8a9700e

Please sign in to comment.