Replace broken usage of first_private_address
authorClint Byrum <clint@fewbar.com>
Tue, 17 Sep 2013 00:29:24 +0000 (17:29 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 17 Sep 2013 18:05:59 +0000 (11:05 -0700)
commit287e97de9cc3dce498403c9cae69ae48108def9c
treec8230bab9c71c15acdbfeebca3ea7ad2b8741ea6
parenta0cc5554a4cf01ca09565a0641f10799aa873897
Replace broken usage of first_private_address

The OpenStack native OS::Nova::Server gives us the full list of
networks rather than AWS::EC2::Instance's contrived view of 'private'
and 'public'. We know we want ctlplane, and use Fn::Select to choose
that network directly. The outer Fn::Select is meant to choose the
first network every time, which may not always be correct, but is at
this point.

Change-Id: Iae54ab8d9ac8d84f4f6e2f86ac1b66aacb687473
overcloud-source.yaml
undercloud-vm.yaml