Merge pull request #27914 from rallytime/fix-27815

Use eipalloc instead of eni in EC2 interface properties example
This commit is contained in:
Mike Place 2015-10-14 08:37:52 -06:00
commit bb900d428b

View file

@ -973,7 +973,7 @@ the network interfaces of your virtual machines, for example:-
# Uncomment this to associate an existing Elastic IP Address with
# this network interface:
#
# associate_eip: eni-XXXXXXXX
# associate_eip: eipalloc-XXXXXXXX
# You can allocate more than one IP address to an interface. Use the
# 'ip addr list' command to see them.