compute_driver: { get_input: nova_compute_driver }
            compute_libvirt_type: { get_input: nova_compute_libvirt_type }
            db: {get_input: nova_dsn}
+           debug: {get_param: Debug}
            host: {get_input: nova_api_host}
 +          public_ip: {get_input: nova_public_ip}
            service-password: {get_input: nova_password}
          ceilometer:
            db: {get_input: ceilometer_dsn}
 
            signing_certificate: {get_param: KeystoneSigningCertificate}
          mysql:
            innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
 +          root-password: {get_resource: MysqlRootPassword}
          neutron:
+           debug: {get_param: Debug}
            host: 127.0.0.1
            ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
            ovs: