moto/moto/ec2
Hugo Lopes Tavares d4e39146b7 Make sure every NetworkInterface has a private IP
AWS always assigns a primary IP address to Network Interfaces.
Using a test account (modified the IP):

    >>> import boto
    >>> vpc = boto.connect_vpc()
    >>> eni = vpc.create_network_interface(subnet_id)
    >>> eni.private_ip_addresses
    [PrivateIPAddress(10.1.2.3, primary=True)]
2019-03-27 16:27:10 -04:00
..
resources Fix prebuilt images usability. (#1375) 2017-12-05 09:22:13 +00:00
responses bugfix ebs volume tag behaviour 2019-03-07 17:31:45 -05:00
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py Enable Extended CIDR Associations on VPC (#1511) 2018-03-21 09:10:38 -07:00
models.py Make sure every NetworkInterface has a private IP 2019-03-27 16:27:10 -04:00
urls.py Add more availability regions and implement default VPC (#773) 2017-01-11 20:37:57 -05:00
utils.py Enable Extended CIDR Associations on VPC (#1511) 2018-03-21 09:10:38 -07:00