diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-18 10:22:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-18 10:22:39 +0000 |
commit | 8e1fd53efb481a4073dc707601dd3ed9463a1854 (patch) | |
tree | 51955b289ddaed05aa25f572d460b0aa02f206fc /network/ports/internal_api.yaml | |
parent | 0284f863a95d4cd27b19de048141cd7ec07c161b (diff) | |
parent | 22b4acf454d74302f1cca03f7fe22f63619b1f70 (diff) |
Merge "Allow for usage of pre-allocated IPs for the controller nodes"
Diffstat (limited to 'network/ports/internal_api.yaml')
-rw-r--r-- | network/ports/internal_api.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/ports/internal_api.yaml b/network/ports/internal_api.yaml index 01cdfe9b..f84e8f71 100644 --- a/network/ports/internal_api.yaml +++ b/network/ports/internal_api.yaml @@ -22,6 +22,12 @@ parameters: [{'ip_address':'1.2.3.4'}] default: [] type: json + IPPool: # Here for compatibility with from_pool.yaml + default: {} + type: json + NodeIndex: # Here for compatibility with from_pool.yaml + default: 0 + type: number resources: |