summaryrefslogtreecommitdiffstats
path: root/docs
ModeNameSize
d---------_static155logstatsplain
d---------_templates131logstatsplain
-rw-r--r--conf.py9565logstatsplain
d---------development119logstatsplain
-rw-r--r--featureprojects.rst8177logstatsplain
d---------glossary37logstatsplain
d---------how-to-use-docs223logstatsplain
d---------images660logstatsplain
-rw-r--r--index.rst1136logstatsplain
d---------infrastructure219logstatsplain
-rwxr-xr-xpre-hook.sh3441logstatsplain
d---------release238logstatsplain
d---------submodules1696logstatsplain
d---------templates106logstatsplain
d---------testing159logstatsplain
lar-Plain">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: InternalApiPort: type: OS::Neutron::Port properties: network: {get_param: InternalApiNetName} name: {get_param: PortName} fixed_ips: {get_param: FixedIPs} replacement_policy: AUTO outputs: ip_address: description: internal API network IP value: {get_attr: [InternalApiPort, fixed_ips, 0, ip_address]} ip_address_uri: description: | internal API network IP (for compatibility with internal_api_v6.yaml) value: {get_attr: [InternalApiPort, fixed_ips, 0, ip_address]} ip_subnet: description: IP/Subnet CIDR for the internal API network IP value: list_join: - '' - - {get_attr: [InternalApiPort, fixed_ips, 0, ip_address]} - '/' - {str_split: ['/', {get_attr: [InternalApiPort, subnets, 0, cidr]}, 1]}