Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-heat.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-83557-509125/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-heat.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-heat-13.1.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-heat.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-83557-509125/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-heat.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yf9niw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstack-heat-13.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstack-heat-13.1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstack-heat-13.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-heat-13.1.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + find contrib -name tests -type d + xargs rm -r + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HPCazx + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/heat creating build/lib/heat/tests creating build/lib/heat/tests/openstack creating build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/__init__.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_remote_stack.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_delay.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_random_string.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_none_resource.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_multi_part.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_instance_group.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_resource_group.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_structured_config.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_waitcondition.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_instance_group_update_policy.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_resource_chain.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_software_config.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_value.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_cloud_config.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_deployed_server.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_software_deployment.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_swiftsignal.py -> build/lib/heat/tests/openstack/heat copying heat/tests/openstack/heat/test_software_component.py -> build/lib/heat/tests/openstack/heat creating build/lib/heat/tests/openstack/zaqar copying heat/tests/openstack/zaqar/__init__.py -> build/lib/heat/tests/openstack/zaqar copying heat/tests/openstack/zaqar/test_queue.py -> build/lib/heat/tests/openstack/zaqar copying heat/tests/openstack/zaqar/test_subscription.py -> build/lib/heat/tests/openstack/zaqar creating build/lib/heat/engine copying heat/engine/output.py -> build/lib/heat/engine copying heat/engine/api.py -> build/lib/heat/engine copying heat/engine/__init__.py -> build/lib/heat/engine copying heat/engine/stack.py -> build/lib/heat/engine copying heat/engine/timestamp.py -> build/lib/heat/engine copying heat/engine/translation.py -> build/lib/heat/engine copying heat/engine/stack_lock.py -> build/lib/heat/engine copying heat/engine/constraints.py -> build/lib/heat/engine copying heat/engine/status.py -> build/lib/heat/engine copying heat/engine/service.py -> build/lib/heat/engine copying heat/engine/lifecycle_plugin.py -> build/lib/heat/engine copying heat/engine/sync_point.py -> build/lib/heat/engine copying heat/engine/function.py -> build/lib/heat/engine copying heat/engine/properties.py -> build/lib/heat/engine copying heat/engine/parent_rsrc.py -> build/lib/heat/engine copying heat/engine/parameter_groups.py -> build/lib/heat/engine copying heat/engine/plugin_manager.py -> build/lib/heat/engine copying heat/engine/dependencies.py -> build/lib/heat/engine copying heat/engine/update.py -> build/lib/heat/engine copying heat/engine/properties_group.py -> build/lib/heat/engine copying heat/engine/check_resource.py -> build/lib/heat/engine copying heat/engine/environment.py -> build/lib/heat/engine copying heat/engine/attributes.py -> build/lib/heat/engine copying heat/engine/software_config_io.py -> build/lib/heat/engine copying heat/engine/resource.py -> build/lib/heat/engine copying heat/engine/worker.py -> build/lib/heat/engine copying heat/engine/parameters.py -> build/lib/heat/engine copying heat/engine/template_common.py -> build/lib/heat/engine copying heat/engine/template.py -> build/lib/heat/engine copying heat/engine/event.py -> build/lib/heat/engine copying heat/engine/template_files.py -> build/lib/heat/engine copying heat/engine/rsrc_defn.py -> build/lib/heat/engine copying heat/engine/stk_defn.py -> build/lib/heat/engine copying heat/engine/service_software_config.py -> build/lib/heat/engine copying heat/engine/conditions.py -> build/lib/heat/engine copying heat/engine/scheduler.py -> build/lib/heat/engine copying heat/engine/support.py -> build/lib/heat/engine copying heat/engine/node_data.py -> build/lib/heat/engine creating build/lib/heat/engine/resources creating build/lib/heat/engine/resources/openstack creating build/lib/heat/engine/resources/openstack/monasca copying heat/engine/resources/openstack/monasca/__init__.py -> build/lib/heat/engine/resources/openstack/monasca copying heat/engine/resources/openstack/monasca/notification.py -> build/lib/heat/engine/resources/openstack/monasca copying heat/engine/resources/openstack/monasca/alarm_definition.py -> build/lib/heat/engine/resources/openstack/monasca creating build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/test_cluster.py -> build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/__init__.py -> build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/test_profile.py -> build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/test_policy.py -> build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/test_node.py -> build/lib/heat/tests/openstack/senlin copying heat/tests/openstack/senlin/test_receiver.py -> build/lib/heat/tests/openstack/senlin creating build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_region.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_domain.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/__init__.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_role_assignments.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_role.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_endpoint.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_project.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_user.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_group.py -> build/lib/heat/tests/openstack/keystone copying heat/tests/openstack/keystone/test_service.py -> build/lib/heat/tests/openstack/keystone creating build/lib/heat/engine/hot copying heat/engine/hot/__init__.py -> build/lib/heat/engine/hot copying heat/engine/hot/functions.py -> build/lib/heat/engine/hot copying heat/engine/hot/parameters.py -> build/lib/heat/engine/hot copying heat/engine/hot/template.py -> build/lib/heat/engine/hot creating build/lib/heat/tests/engine creating build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_create.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/__init__.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_service_engine.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_adopt.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_delete.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_software_config.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_action.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_snapshot.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_events.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_resources.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_stack_update.py -> build/lib/heat/tests/engine/service copying heat/tests/engine/service/test_threadgroup_mgr.py -> build/lib/heat/tests/engine/service creating build/lib/heat/api creating build/lib/heat/api/openstack copying heat/api/openstack/__init__.py -> build/lib/heat/api/openstack copying heat/api/openstack/versions.py -> build/lib/heat/api/openstack copying heat/tests/test_nokey.py -> build/lib/heat/tests copying heat/tests/__init__.py -> build/lib/heat/tests copying heat/tests/test_noauth.py -> build/lib/heat/tests copying heat/tests/common.py -> build/lib/heat/tests copying heat/tests/test_common_serializers.py -> build/lib/heat/tests copying heat/tests/test_support.py -> build/lib/heat/tests copying heat/tests/test_stack_lock.py -> build/lib/heat/tests copying heat/tests/test_rsrc_defn.py -> build/lib/heat/tests copying heat/tests/test_crypt.py -> build/lib/heat/tests copying heat/tests/test_resource.py -> build/lib/heat/tests copying heat/tests/test_hot.py -> build/lib/heat/tests copying heat/tests/generic_resource.py -> build/lib/heat/tests copying heat/tests/test_constraints.py -> build/lib/heat/tests copying heat/tests/test_dbinstance.py -> build/lib/heat/tests copying heat/tests/test_nested_stack.py -> build/lib/heat/tests copying heat/tests/test_notifications.py -> build/lib/heat/tests copying heat/tests/test_environment_format.py -> build/lib/heat/tests copying heat/tests/test_attributes.py -> build/lib/heat/tests copying heat/tests/test_event.py -> build/lib/heat/tests copying heat/tests/test_metadata_refresh.py -> build/lib/heat/tests copying heat/tests/test_hacking.py -> build/lib/heat/tests copying heat/tests/test_stack_delete.py -> build/lib/heat/tests copying heat/tests/test_timeutils.py -> build/lib/heat/tests copying heat/tests/test_function.py -> build/lib/heat/tests copying heat/tests/test_template_format.py -> build/lib/heat/tests copying heat/tests/test_environment.py -> build/lib/heat/tests copying heat/tests/test_parameters.py -> build/lib/heat/tests copying heat/tests/test_stack_resource.py -> build/lib/heat/tests copying heat/tests/test_template.py -> build/lib/heat/tests copying heat/tests/test_common_policy.py -> build/lib/heat/tests copying heat/tests/utils.py -> build/lib/heat/tests copying heat/tests/test_identifier.py -> build/lib/heat/tests copying heat/tests/test_short_id.py -> build/lib/heat/tests copying heat/tests/test_engine_service.py -> build/lib/heat/tests copying heat/tests/test_properties.py -> build/lib/heat/tests copying heat/tests/test_convg_stack.py -> build/lib/heat/tests copying heat/tests/test_version.py -> build/lib/heat/tests copying heat/tests/test_engine_api_utils.py -> build/lib/heat/tests copying heat/tests/test_common_env_util.py -> build/lib/heat/tests copying heat/tests/test_plugin_loader.py -> build/lib/heat/tests copying heat/tests/test_auth_url.py -> build/lib/heat/tests copying heat/tests/test_rpc_client.py -> build/lib/heat/tests copying heat/tests/test_translation_rule.py -> build/lib/heat/tests copying heat/tests/test_resource_properties_data.py -> build/lib/heat/tests copying heat/tests/test_common_context.py -> build/lib/heat/tests copying heat/tests/test_loguserdata.py -> build/lib/heat/tests copying heat/tests/test_fault_middleware.py -> build/lib/heat/tests copying heat/tests/test_validate.py -> build/lib/heat/tests copying heat/tests/test_urlfetch.py -> build/lib/heat/tests copying heat/tests/test_server_tags.py -> build/lib/heat/tests copying heat/tests/test_lifecycle_plugin_utils.py -> build/lib/heat/tests copying heat/tests/test_common_param_utils.py -> build/lib/heat/tests copying heat/tests/test_rpc_worker_client.py -> build/lib/heat/tests copying heat/tests/test_template_files.py -> build/lib/heat/tests copying heat/tests/test_vpc.py -> build/lib/heat/tests copying heat/tests/test_properties_group.py -> build/lib/heat/tests copying heat/tests/fakes.py -> build/lib/heat/tests copying heat/tests/test_stack_user.py -> build/lib/heat/tests copying heat/tests/test_common_auth_plugin.py -> build/lib/heat/tests copying heat/tests/test_auth_password.py -> build/lib/heat/tests copying heat/tests/test_stack_update.py -> build/lib/heat/tests copying heat/tests/test_grouputils.py -> build/lib/heat/tests copying heat/tests/test_empty_stack.py -> build/lib/heat/tests copying heat/tests/test_stack.py -> build/lib/heat/tests copying heat/tests/test_rpc_listener_client.py -> build/lib/heat/tests copying heat/tests/test_common_service_utils.py -> build/lib/heat/tests copying heat/tests/test_common_exception.py -> build/lib/heat/tests copying heat/tests/test_provider_template.py -> build/lib/heat/tests copying heat/tests/test_stack_collect_attributes.py -> build/lib/heat/tests copying heat/tests/test_signal.py -> build/lib/heat/tests copying heat/tests/test_exception.py -> build/lib/heat/tests creating build/lib/heat/engine/clients creating build/lib/heat/engine/clients/os copying heat/engine/clients/os/glance.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/cinder.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/__init__.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/senlin.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/monasca.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/barbican.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/swift.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/sahara.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/heat_plugin.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/aodh.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/mistral.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/nova.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/openstacksdk.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/manila.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/octavia.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/magnum.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/designate.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/blazar.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/zun.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/trove.py -> build/lib/heat/engine/clients/os copying heat/engine/clients/os/zaqar.py -> build/lib/heat/engine/clients/os creating build/lib/heat/objects copying heat/objects/__init__.py -> build/lib/heat/objects copying heat/objects/stack.py -> build/lib/heat/objects copying heat/objects/resource_data.py -> build/lib/heat/objects copying heat/objects/base.py -> build/lib/heat/objects copying heat/objects/user_creds.py -> build/lib/heat/objects copying heat/objects/stack_lock.py -> build/lib/heat/objects copying heat/objects/raw_template_files.py -> build/lib/heat/objects copying heat/objects/resource_properties_data.py -> build/lib/heat/objects copying heat/objects/software_config.py -> build/lib/heat/objects copying heat/objects/service.py -> build/lib/heat/objects copying heat/objects/sync_point.py -> build/lib/heat/objects copying heat/objects/fields.py -> build/lib/heat/objects copying heat/objects/resource.py -> build/lib/heat/objects copying heat/objects/snapshot.py -> build/lib/heat/objects copying heat/objects/stack_tag.py -> build/lib/heat/objects copying heat/objects/event.py -> build/lib/heat/objects copying heat/objects/software_deployment.py -> build/lib/heat/objects copying heat/objects/raw_template.py -> build/lib/heat/objects creating build/lib/heat/engine/resources/openstack/designate copying heat/engine/resources/openstack/designate/domain.py -> build/lib/heat/engine/resources/openstack/designate copying heat/engine/resources/openstack/designate/__init__.py -> build/lib/heat/engine/resources/openstack/designate copying heat/engine/resources/openstack/designate/zone.py -> build/lib/heat/engine/resources/openstack/designate copying heat/engine/resources/openstack/designate/recordset.py -> build/lib/heat/engine/resources/openstack/designate copying heat/engine/resources/openstack/designate/record.py -> build/lib/heat/engine/resources/openstack/designate creating build/lib/heat/api/aws copying heat/api/aws/__init__.py -> build/lib/heat/api/aws copying heat/api/aws/ec2token.py -> build/lib/heat/api/aws copying heat/api/aws/utils.py -> build/lib/heat/api/aws copying heat/api/aws/exception.py -> build/lib/heat/api/aws creating build/lib/heat/hacking copying heat/hacking/__init__.py -> build/lib/heat/hacking copying heat/hacking/checks.py -> build/lib/heat/hacking creating build/lib/heat/api/openstack/v1 creating build/lib/heat/api/openstack/v1/views copying heat/api/openstack/v1/views/__init__.py -> build/lib/heat/api/openstack/v1/views copying heat/api/openstack/v1/views/views_common.py -> build/lib/heat/api/openstack/v1/views copying heat/api/openstack/v1/views/stacks_view.py -> build/lib/heat/api/openstack/v1/views creating build/lib/heat/engine/resources/openstack/aodh creating build/lib/heat/engine/resources/openstack/aodh/gnocchi copying heat/engine/resources/openstack/aodh/gnocchi/__init__.py -> build/lib/heat/engine/resources/openstack/aodh/gnocchi copying heat/engine/resources/openstack/aodh/gnocchi/alarm.py -> build/lib/heat/engine/resources/openstack/aodh/gnocchi creating build/lib/heat/rpc copying heat/rpc/client.py -> build/lib/heat/rpc copying heat/rpc/api.py -> build/lib/heat/rpc copying heat/rpc/__init__.py -> build/lib/heat/rpc copying heat/rpc/worker_api.py -> build/lib/heat/rpc copying heat/rpc/worker_client.py -> build/lib/heat/rpc copying heat/rpc/listener_client.py -> build/lib/heat/rpc creating build/lib/heat/tests/openstack/zun copying heat/tests/openstack/zun/__init__.py -> build/lib/heat/tests/openstack/zun copying heat/tests/openstack/zun/test_container.py -> build/lib/heat/tests/openstack/zun creating build/lib/heat/engine/resources/aws creating build/lib/heat/engine/resources/aws/iam copying heat/engine/resources/aws/iam/__init__.py -> build/lib/heat/engine/resources/aws/iam copying heat/engine/resources/aws/iam/user.py -> build/lib/heat/engine/resources/aws/iam creating build/lib/heat/engine/cfn copying heat/engine/cfn/__init__.py -> build/lib/heat/engine/cfn copying heat/engine/cfn/functions.py -> build/lib/heat/engine/cfn copying heat/engine/cfn/parameters.py -> build/lib/heat/engine/cfn copying heat/engine/cfn/template.py -> build/lib/heat/engine/cfn copying heat/api/__init__.py -> build/lib/heat/api copying heat/api/versions.py -> build/lib/heat/api copying heat/tests/openstack/__init__.py -> build/lib/heat/tests/openstack creating build/lib/heat/api/cfn copying heat/api/cfn/__init__.py -> build/lib/heat/api/cfn copying heat/api/cfn/versions.py -> build/lib/heat/api/cfn creating build/lib/heat/tests/api creating build/lib/heat/tests/api/aws copying heat/tests/api/aws/__init__.py -> build/lib/heat/tests/api/aws copying heat/tests/api/aws/test_api_ec2token.py -> build/lib/heat/tests/api/aws copying heat/tests/api/aws/test_api_aws.py -> build/lib/heat/tests/api/aws creating build/lib/heat/engine/resources/openstack/neutron creating build/lib/heat/engine/resources/openstack/neutron/sfc copying heat/engine/resources/openstack/neutron/sfc/__init__.py -> build/lib/heat/engine/resources/openstack/neutron/sfc copying heat/engine/resources/openstack/neutron/sfc/flow_classifier.py -> build/lib/heat/engine/resources/openstack/neutron/sfc copying heat/engine/resources/openstack/neutron/sfc/port_chain.py -> build/lib/heat/engine/resources/openstack/neutron/sfc copying heat/engine/resources/openstack/neutron/sfc/port_pair.py -> build/lib/heat/engine/resources/openstack/neutron/sfc copying heat/engine/resources/openstack/neutron/sfc/port_pair_group.py -> build/lib/heat/engine/resources/openstack/neutron/sfc creating build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/__init__.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_host_aggregate.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_floatingip.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_flavor.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_keypair.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_server.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/fakes.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_server_group.py -> build/lib/heat/tests/openstack/nova copying heat/tests/openstack/nova/test_quota.py -> build/lib/heat/tests/openstack/nova creating build/lib/heat/engine/resources/openstack/glance copying heat/engine/resources/openstack/glance/__init__.py -> build/lib/heat/engine/resources/openstack/glance copying heat/engine/resources/openstack/glance/image.py -> build/lib/heat/engine/resources/openstack/glance creating build/lib/heat/tests/openstack/magnum copying heat/tests/openstack/magnum/test_cluster.py -> build/lib/heat/tests/openstack/magnum copying heat/tests/openstack/magnum/test_bay.py -> build/lib/heat/tests/openstack/magnum copying heat/tests/openstack/magnum/__init__.py -> build/lib/heat/tests/openstack/magnum copying heat/tests/openstack/magnum/test_cluster_template.py -> build/lib/heat/tests/openstack/magnum creating build/lib/heat/tests/openstack/manila copying heat/tests/openstack/manila/test_share_type.py -> build/lib/heat/tests/openstack/manila copying heat/tests/openstack/manila/__init__.py -> build/lib/heat/tests/openstack/manila copying heat/tests/openstack/manila/test_share_network.py -> build/lib/heat/tests/openstack/manila copying heat/tests/openstack/manila/test_share.py -> build/lib/heat/tests/openstack/manila copying heat/tests/openstack/manila/test_security_service.py -> build/lib/heat/tests/openstack/manila creating build/lib/heat/tests/openstack/trove copying heat/tests/openstack/trove/test_cluster.py -> build/lib/heat/tests/openstack/trove copying heat/tests/openstack/trove/__init__.py -> build/lib/heat/tests/openstack/trove copying heat/tests/openstack/trove/test_instance.py -> build/lib/heat/tests/openstack/trove creating build/lib/heat/tests/constraints copying heat/tests/constraints/__init__.py -> build/lib/heat/tests/constraints copying heat/tests/constraints/test_common_constraints.py -> build/lib/heat/tests/constraints creating build/lib/heat/engine/resources/aws/autoscaling copying heat/engine/resources/aws/autoscaling/__init__.py -> build/lib/heat/engine/resources/aws/autoscaling copying heat/engine/resources/aws/autoscaling/autoscaling_group.py -> build/lib/heat/engine/resources/aws/autoscaling copying heat/engine/resources/aws/autoscaling/scaling_policy.py -> build/lib/heat/engine/resources/aws/autoscaling copying heat/engine/resources/aws/autoscaling/launch_config.py -> build/lib/heat/engine/resources/aws/autoscaling creating build/lib/heat/engine/resources/aws/s3 copying heat/engine/resources/aws/s3/__init__.py -> build/lib/heat/engine/resources/aws/s3 copying heat/engine/resources/aws/s3/s3.py -> build/lib/heat/engine/resources/aws/s3 creating build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/__init__.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_loadbalancer.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_network_gateway.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_subnetpool.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_firewall.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_rbac_policy.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_metering.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_port.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/inline_templates.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_floating_ip.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_address_scope.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_segment.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_provider_net.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_vpnservice.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_security_group.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_subnet.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_extraroute.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_l2_gateway_connection.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_qos.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_net.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_l2_gateway.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_router.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_trunk.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_neutron_security_group_rule.py -> build/lib/heat/tests/openstack/neutron copying heat/tests/openstack/neutron/test_quota.py -> build/lib/heat/tests/openstack/neutron creating build/lib/heat/engine/clients/os/neutron copying heat/engine/clients/os/neutron/__init__.py -> build/lib/heat/engine/clients/os/neutron copying heat/engine/clients/os/neutron/lbaas_constraints.py -> build/lib/heat/engine/clients/os/neutron copying heat/engine/clients/os/neutron/taas_constraints.py -> build/lib/heat/engine/clients/os/neutron copying heat/engine/clients/os/neutron/neutron_constraints.py -> build/lib/heat/engine/clients/os/neutron creating build/lib/heat/tests/convergence creating build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/message_processor.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/__init__.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/event_loop.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/engine_wrapper.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/testutils.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/worker_wrapper.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/scenario.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/message_queue.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/fake_resource.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/scenario_template.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/processes.py -> build/lib/heat/tests/convergence/framework copying heat/tests/convergence/framework/reality.py -> build/lib/heat/tests/convergence/framework creating build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/__init__.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/receiver.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/policy.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/res_base.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/node.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/profile.py -> build/lib/heat/engine/resources/openstack/senlin copying heat/engine/resources/openstack/senlin/cluster.py -> build/lib/heat/engine/resources/openstack/senlin creating build/lib/heat/api/cfn/v1 copying heat/api/cfn/v1/__init__.py -> build/lib/heat/api/cfn/v1 copying heat/api/cfn/v1/stacks.py -> build/lib/heat/api/cfn/v1 copying heat/api/cfn/v1/signal.py -> build/lib/heat/api/cfn/v1 creating build/lib/heat/common copying heat/common/endpoint_utils.py -> build/lib/heat/common copying heat/common/__init__.py -> build/lib/heat/common copying heat/common/serializers.py -> build/lib/heat/common copying heat/common/crypt.py -> build/lib/heat/common copying heat/common/i18n.py -> build/lib/heat/common copying heat/common/short_id.py -> build/lib/heat/common copying heat/common/policy.py -> build/lib/heat/common copying heat/common/timeutils.py -> build/lib/heat/common copying heat/common/config.py -> build/lib/heat/common copying heat/common/password_gen.py -> build/lib/heat/common copying heat/common/auth_password.py -> build/lib/heat/common copying heat/common/service_utils.py -> build/lib/heat/common copying heat/common/environment_util.py -> build/lib/heat/common copying heat/common/noauth.py -> build/lib/heat/common copying heat/common/environment_format.py -> build/lib/heat/common copying heat/common/pluginutils.py -> build/lib/heat/common copying heat/common/auth_plugin.py -> build/lib/heat/common copying heat/common/profiler.py -> build/lib/heat/common copying heat/common/cache.py -> build/lib/heat/common copying heat/common/context.py -> build/lib/heat/common copying heat/common/identifier.py -> build/lib/heat/common copying heat/common/param_utils.py -> build/lib/heat/common copying heat/common/lifecycle_plugin_utils.py -> build/lib/heat/common copying heat/common/custom_backend_auth.py -> build/lib/heat/common copying heat/common/grouputils.py -> build/lib/heat/common copying heat/common/messaging.py -> build/lib/heat/common copying heat/common/urlfetch.py -> build/lib/heat/common copying heat/common/exception.py -> build/lib/heat/common copying heat/common/auth_url.py -> build/lib/heat/common copying heat/common/netutils.py -> build/lib/heat/common copying heat/common/plugin_loader.py -> build/lib/heat/common copying heat/common/template_format.py -> build/lib/heat/common copying heat/common/wsgi.py -> build/lib/heat/common creating build/lib/heat/db creating build/lib/heat/db/sqlalchemy creating build/lib/heat/db/sqlalchemy/migrate_repo copying heat/db/sqlalchemy/migrate_repo/__init__.py -> build/lib/heat/db/sqlalchemy/migrate_repo copying heat/db/sqlalchemy/migrate_repo/manage.py -> build/lib/heat/db/sqlalchemy/migrate_repo creating build/lib/heat/tests/api/middleware copying heat/tests/api/middleware/__init__.py -> build/lib/heat/tests/api/middleware copying heat/tests/api/middleware/test_version_negotiation_middleware.py -> build/lib/heat/tests/api/middleware copying heat/tests/api/__init__.py -> build/lib/heat/tests/api copying heat/tests/api/test_wsgi.py -> build/lib/heat/tests/api creating build/lib/heat/engine/resources/openstack/neutron/taas copying heat/engine/resources/openstack/neutron/taas/__init__.py -> build/lib/heat/engine/resources/openstack/neutron/taas copying heat/engine/resources/openstack/neutron/taas/tap_flow.py -> build/lib/heat/engine/resources/openstack/neutron/taas copying heat/engine/resources/openstack/neutron/taas/tap_service.py -> build/lib/heat/engine/resources/openstack/neutron/taas creating build/lib/heat/engine/resources/openstack/zaqar copying heat/engine/resources/openstack/zaqar/__init__.py -> build/lib/heat/engine/resources/openstack/zaqar copying heat/engine/resources/openstack/zaqar/subscription.py -> build/lib/heat/engine/resources/openstack/zaqar copying heat/engine/resources/openstack/zaqar/queue.py -> build/lib/heat/engine/resources/openstack/zaqar creating build/lib/heat/tests/openstack/monasca copying heat/tests/openstack/monasca/__init__.py -> build/lib/heat/tests/openstack/monasca copying heat/tests/openstack/monasca/test_notification.py -> build/lib/heat/tests/openstack/monasca copying heat/tests/openstack/monasca/test_alarm_definition.py -> build/lib/heat/tests/openstack/monasca creating build/lib/heat/engine/resources/aws/lb copying heat/engine/resources/aws/lb/__init__.py -> build/lib/heat/engine/resources/aws/lb copying heat/engine/resources/aws/lb/loadbalancer.py -> build/lib/heat/engine/resources/aws/lb creating build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_rolling_update.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/__init__.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_new_capacity.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_heat_scaling_policy.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/inline_templates.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_heat_scaling_group.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_lbutils.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_scaling_template.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_scaling_group.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_scaling_policy.py -> build/lib/heat/tests/autoscaling copying heat/tests/autoscaling/test_launch_config.py -> build/lib/heat/tests/autoscaling copying heat/tests/convergence/__init__.py -> build/lib/heat/tests/convergence copying heat/tests/convergence/test_converge.py -> build/lib/heat/tests/convergence creating build/lib/heat/engine/resources/openstack/blazar copying heat/engine/resources/openstack/blazar/lease.py -> build/lib/heat/engine/resources/openstack/blazar copying heat/engine/resources/openstack/blazar/__init__.py -> build/lib/heat/engine/resources/openstack/blazar copying heat/engine/resources/openstack/blazar/host.py -> build/lib/heat/engine/resources/openstack/blazar creating build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/__init__.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/test_resource.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/structured_config.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/software_config.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/none_resource.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/autoscaling_group.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/delay.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/scaling_policy.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/instance_group.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/swiftsignal.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/ha_restarter.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/access_policy.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/cloud_watch.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/deployed_server.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/value.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/resource_chain.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/software_component.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/wait_condition_handle.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/cloud_config.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/random_string.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/remote_stack.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/wait_condition.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/resource_group.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/software_deployment.py -> build/lib/heat/engine/resources/openstack/heat copying heat/engine/resources/openstack/heat/multi_part.py -> build/lib/heat/engine/resources/openstack/heat creating build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/__init__.py -> build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/quota.py -> build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/qos_specs.py -> build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/encrypted_volume_type.py -> build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/volume_type.py -> build/lib/heat/engine/resources/openstack/cinder copying heat/engine/resources/openstack/cinder/volume.py -> build/lib/heat/engine/resources/openstack/cinder creating build/lib/heat/tests/api/cfn copying heat/tests/api/cfn/__init__.py -> build/lib/heat/tests/api/cfn copying heat/tests/api/cfn/test_api_cfn_v1.py -> build/lib/heat/tests/api/cfn creating build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/__init__.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/quota.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/host_aggregate.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/floatingip.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/keypair.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/server_network_mixin.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/server_group.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/server.py -> build/lib/heat/engine/resources/openstack/nova copying heat/engine/resources/openstack/nova/flavor.py -> build/lib/heat/engine/resources/openstack/nova creating build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_cluster.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/__init__.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_job.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_templates.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_data_source.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_image.py -> build/lib/heat/tests/openstack/sahara copying heat/tests/openstack/sahara/test_job_binary.py -> build/lib/heat/tests/openstack/sahara creating build/lib/heat/api/middleware copying heat/api/middleware/__init__.py -> build/lib/heat/api/middleware copying heat/api/middleware/version_negotiation.py -> build/lib/heat/api/middleware copying heat/api/middleware/fault.py -> build/lib/heat/api/middleware creating build/lib/heat/httpd copying heat/httpd/__init__.py -> build/lib/heat/httpd copying heat/httpd/heat_api.py -> build/lib/heat/httpd copying heat/httpd/heat_api_cfn.py -> build/lib/heat/httpd creating build/lib/heat/tests/openstack/neutron/test_sfc copying heat/tests/openstack/neutron/test_sfc/test_port_pair_group.py -> build/lib/heat/tests/openstack/neutron/test_sfc copying heat/tests/openstack/neutron/test_sfc/__init__.py -> build/lib/heat/tests/openstack/neutron/test_sfc copying heat/tests/openstack/neutron/test_sfc/test_port_pair.py -> build/lib/heat/tests/openstack/neutron/test_sfc copying heat/tests/openstack/neutron/test_sfc/test_port_chain.py -> build/lib/heat/tests/openstack/neutron/test_sfc copying heat/tests/openstack/neutron/test_sfc/test_flow_classifier.py -> build/lib/heat/tests/openstack/neutron/test_sfc creating build/lib/heat/engine/resources/openstack/trove copying heat/engine/resources/openstack/trove/instance.py -> build/lib/heat/engine/resources/openstack/trove copying heat/engine/resources/openstack/trove/__init__.py -> build/lib/heat/engine/resources/openstack/trove copying heat/engine/resources/openstack/trove/cluster.py -> build/lib/heat/engine/resources/openstack/trove creating build/lib/heat/scaling copying heat/scaling/__init__.py -> build/lib/heat/scaling copying heat/scaling/cooldown.py -> build/lib/heat/scaling copying heat/scaling/rolling_update.py -> build/lib/heat/scaling copying heat/scaling/template.py -> build/lib/heat/scaling copying heat/scaling/scalingutil.py -> build/lib/heat/scaling copying heat/scaling/lbutils.py -> build/lib/heat/scaling creating build/lib/heat/engine/resources/openstack/barbican copying heat/engine/resources/openstack/barbican/__init__.py -> build/lib/heat/engine/resources/openstack/barbican copying heat/engine/resources/openstack/barbican/container.py -> build/lib/heat/engine/resources/openstack/barbican copying heat/engine/resources/openstack/barbican/secret.py -> build/lib/heat/engine/resources/openstack/barbican copying heat/engine/resources/openstack/barbican/order.py -> build/lib/heat/engine/resources/openstack/barbican creating build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/__init__.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_views_stacks_view.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_events.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_resources.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_software_deployments.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_build_info.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_stacks.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_services.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_routes.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_software_configs.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_views_common.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/tools.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_util.py -> build/lib/heat/tests/api/openstack_v1 copying heat/tests/api/openstack_v1/test_actions.py -> build/lib/heat/tests/api/openstack_v1 creating build/lib/heat/engine/resources/aws/cfn copying heat/engine/resources/aws/cfn/__init__.py -> build/lib/heat/engine/resources/aws/cfn copying heat/engine/resources/aws/cfn/stack.py -> build/lib/heat/engine/resources/aws/cfn copying heat/engine/resources/aws/cfn/wait_condition_handle.py -> build/lib/heat/engine/resources/aws/cfn copying heat/engine/resources/aws/cfn/wait_condition.py -> build/lib/heat/engine/resources/aws/cfn creating build/lib/heat/tests/openstack/barbican copying heat/tests/openstack/barbican/test_secret.py -> build/lib/heat/tests/openstack/barbican copying heat/tests/openstack/barbican/__init__.py -> build/lib/heat/tests/openstack/barbican copying heat/tests/openstack/barbican/test_container.py -> build/lib/heat/tests/openstack/barbican copying heat/tests/openstack/barbican/test_order.py -> build/lib/heat/tests/openstack/barbican copying heat/api/openstack/v1/actions.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/__init__.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/software_deployments.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/util.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/services.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/build_info.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/resources.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/events.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/stacks.py -> build/lib/heat/api/openstack/v1 copying heat/api/openstack/v1/software_configs.py -> build/lib/heat/api/openstack/v1 creating build/lib/heat/tests/clients copying heat/tests/clients/test_blazar_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/__init__.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_zun_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_manila_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_swift_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_neutron_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_barbican_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_monasca_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_designate_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_aodh_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_magnum_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_nova_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_glance_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_mistral_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_octavia_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_cinder_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_zaqar_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_senlin_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_sdk_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_sahara_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_progress.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_heat_client.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_clients.py -> build/lib/heat/tests/clients copying heat/tests/clients/test_keystone_client.py -> build/lib/heat/tests/clients creating build/lib/heat/tests/openstack/swift copying heat/tests/openstack/swift/__init__.py -> build/lib/heat/tests/openstack/swift copying heat/tests/openstack/swift/test_container.py -> build/lib/heat/tests/openstack/swift creating build/lib/heat/engine/clients/os/keystone copying heat/engine/clients/os/keystone/__init__.py -> build/lib/heat/engine/clients/os/keystone copying heat/engine/clients/os/keystone/heat_keystoneclient.py -> build/lib/heat/engine/clients/os/keystone copying heat/engine/clients/os/keystone/keystone_constraints.py -> build/lib/heat/engine/clients/os/keystone copying heat/engine/clients/os/keystone/fake_keystoneclient.py -> build/lib/heat/engine/clients/os/keystone creating build/lib/heat/tests/cmd copying heat/tests/cmd/__init__.py -> build/lib/heat/tests/cmd copying heat/tests/cmd/test_status.py -> build/lib/heat/tests/cmd creating build/lib/heat/tests/openstack/glance copying heat/tests/openstack/glance/__init__.py -> build/lib/heat/tests/openstack/glance copying heat/tests/openstack/glance/test_image.py -> build/lib/heat/tests/openstack/glance creating build/lib/heat/engine/resources/openstack/zun copying heat/engine/resources/openstack/zun/__init__.py -> build/lib/heat/engine/resources/openstack/zun copying heat/engine/resources/openstack/zun/container.py -> build/lib/heat/engine/resources/openstack/zun copying heat/__init__.py -> build/lib/heat copying heat/version.py -> build/lib/heat creating build/lib/heat/engine/constraint copying heat/engine/constraint/__init__.py -> build/lib/heat/engine/constraint copying heat/engine/constraint/common_constraints.py -> build/lib/heat/engine/constraint creating build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/domain.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/__init__.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/role_assignments.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/service.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/role.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/group.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/region.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/endpoint.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/user.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/resources/openstack/keystone/project.py -> build/lib/heat/engine/resources/openstack/keystone copying heat/engine/clients/client_plugin.py -> build/lib/heat/engine/clients copying heat/engine/clients/__init__.py -> build/lib/heat/engine/clients copying heat/engine/clients/default_client_plugin.py -> build/lib/heat/engine/clients copying heat/engine/clients/microversion_mixin.py -> build/lib/heat/engine/clients copying heat/engine/clients/progress.py -> build/lib/heat/engine/clients copying heat/engine/clients/client_exception.py -> build/lib/heat/engine/clients copying heat/engine/resources/openstack/neutron/__init__.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/metering.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/router.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/vpnservice.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/quota.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/network_gateway.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/provider_net.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/security_group.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/rbac_policy.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/l2_gateway_connection.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/subnetpool.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/floatingip.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/neutron.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/segment.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/extraroute.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/firewall.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/l2_gateway.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/net.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/address_scope.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/subnet.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/port.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/qos.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/loadbalancer.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/trunk.py -> build/lib/heat/engine/resources/openstack/neutron copying heat/engine/resources/openstack/neutron/security_group_rule.py -> build/lib/heat/engine/resources/openstack/neutron creating build/lib/heat/tests/db copying heat/tests/db/__init__.py -> build/lib/heat/tests/db copying heat/tests/db/test_utils.py -> build/lib/heat/tests/db copying heat/tests/db/test_sqlalchemy_types.py -> build/lib/heat/tests/db copying heat/tests/db/test_sqlalchemy_filters.py -> build/lib/heat/tests/db copying heat/tests/db/test_migrations.py -> build/lib/heat/tests/db copying heat/tests/db/test_sqlalchemy_api.py -> build/lib/heat/tests/db creating build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/072_raw_template_files.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/__init__.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/081_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/078_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/074_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/084_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/086_drop_watch_rule_watch_data_tables.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/075_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/076_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/083_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/080_resource_attrs_data.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/071_mitaka.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/073_resource_data_fk_ondelete_cascade.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/077_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/085_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/082_placeholder.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions copying heat/db/sqlalchemy/migrate_repo/versions/079_resource_properties_data.py -> build/lib/heat/db/sqlalchemy/migrate_repo/versions creating build/lib/heat/engine/resources/openstack/swift copying heat/engine/resources/openstack/swift/__init__.py -> build/lib/heat/engine/resources/openstack/swift copying heat/engine/resources/openstack/swift/container.py -> build/lib/heat/engine/resources/openstack/swift creating build/lib/heat/tests/openstack/designate copying heat/tests/openstack/designate/__init__.py -> build/lib/heat/tests/openstack/designate copying heat/tests/openstack/designate/test_zone.py -> build/lib/heat/tests/openstack/designate copying heat/tests/openstack/designate/test_recordset.py -> build/lib/heat/tests/openstack/designate creating build/lib/heat/tests/openstack/aodh copying heat/tests/openstack/aodh/__init__.py -> build/lib/heat/tests/openstack/aodh copying heat/tests/openstack/aodh/test_alarm.py -> build/lib/heat/tests/openstack/aodh copying heat/tests/openstack/aodh/test_composite_alarm.py -> build/lib/heat/tests/openstack/aodh copying heat/tests/openstack/aodh/test_gnocchi_alarm.py -> build/lib/heat/tests/openstack/aodh creating build/lib/heat/tests/aws copying heat/tests/aws/__init__.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_instance.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_instance_network.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_eip.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_waitcondition.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_loadbalancer.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_volume.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_network_interface.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_user.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_security_group.py -> build/lib/heat/tests/aws copying heat/tests/aws/test_s3.py -> build/lib/heat/tests/aws copying heat/engine/resources/stack_resource.py -> build/lib/heat/engine/resources copying heat/engine/resources/signal_responder.py -> build/lib/heat/engine/resources copying heat/engine/resources/__init__.py -> build/lib/heat/engine/resources copying heat/engine/resources/stack_user.py -> build/lib/heat/engine/resources copying heat/engine/resources/template_resource.py -> build/lib/heat/engine/resources copying heat/engine/resources/server_base.py -> build/lib/heat/engine/resources copying heat/engine/resources/scheduler_hints.py -> build/lib/heat/engine/resources copying heat/engine/resources/alarm_base.py -> build/lib/heat/engine/resources copying heat/engine/resources/wait_condition.py -> build/lib/heat/engine/resources copying heat/engine/resources/volume_base.py -> build/lib/heat/engine/resources copying heat/engine/resources/aws/__init__.py -> build/lib/heat/engine/resources/aws creating build/lib/heat/engine/notification copying heat/engine/notification/__init__.py -> build/lib/heat/engine/notification copying heat/engine/notification/stack.py -> build/lib/heat/engine/notification copying heat/engine/notification/autoscaling.py -> build/lib/heat/engine/notification copying heat/db/__init__.py -> build/lib/heat/db creating build/lib/heat/cmd copying heat/cmd/api.py -> build/lib/heat/cmd copying heat/cmd/__init__.py -> build/lib/heat/cmd copying heat/cmd/status.py -> build/lib/heat/cmd copying heat/cmd/all.py -> build/lib/heat/cmd copying heat/cmd/manage.py -> build/lib/heat/cmd copying heat/cmd/api_cfn.py -> build/lib/heat/cmd copying heat/cmd/engine.py -> build/lib/heat/cmd creating build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/__init__.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_volume_utils.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_volume_type_encryption.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_qos_specs.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_volume.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_volume_type.py -> build/lib/heat/tests/openstack/cinder copying heat/tests/openstack/cinder/test_quota.py -> build/lib/heat/tests/openstack/cinder creating build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/__init__.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/health_monitor.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/l7rule.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/pool.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/l7policy.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/pool_member.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/listener.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas copying heat/engine/resources/openstack/neutron/lbaas/loadbalancer.py -> build/lib/heat/engine/resources/openstack/neutron/lbaas creating build/lib/heat/policies copying heat/policies/actions.py -> build/lib/heat/policies copying heat/policies/__init__.py -> build/lib/heat/policies copying heat/policies/base.py -> build/lib/heat/policies copying heat/policies/software_deployments.py -> build/lib/heat/policies copying heat/policies/resource_types.py -> build/lib/heat/policies copying heat/policies/service.py -> build/lib/heat/policies copying heat/policies/build_info.py -> build/lib/heat/policies copying heat/policies/events.py -> build/lib/heat/policies copying heat/policies/resource.py -> build/lib/heat/policies copying heat/policies/stacks.py -> build/lib/heat/policies copying heat/policies/software_configs.py -> build/lib/heat/policies copying heat/policies/cloudformation.py -> build/lib/heat/policies creating build/lib/heat/tests/openstack/mistral copying heat/tests/openstack/mistral/__init__.py -> build/lib/heat/tests/openstack/mistral copying heat/tests/openstack/mistral/test_external_resource.py -> build/lib/heat/tests/openstack/mistral copying heat/tests/openstack/mistral/test_workflow.py -> build/lib/heat/tests/openstack/mistral copying heat/tests/openstack/mistral/test_cron_trigger.py -> build/lib/heat/tests/openstack/mistral copying heat/engine/resources/openstack/aodh/__init__.py -> build/lib/heat/engine/resources/openstack/aodh copying heat/engine/resources/openstack/aodh/composite_alarm.py -> build/lib/heat/engine/resources/openstack/aodh copying heat/engine/resources/openstack/aodh/alarm.py -> build/lib/heat/engine/resources/openstack/aodh creating build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/__init__.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/inline_templates.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_l7policy.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_loadbalancer.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_pool.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_health_monitor.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_l7rule.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_listener.py -> build/lib/heat/tests/openstack/octavia copying heat/tests/openstack/octavia/test_pool_member.py -> build/lib/heat/tests/openstack/octavia creating build/lib/heat/engine/resources/openstack/mistral copying heat/engine/resources/openstack/mistral/__init__.py -> build/lib/heat/engine/resources/openstack/mistral copying heat/engine/resources/openstack/mistral/external_resource.py -> build/lib/heat/engine/resources/openstack/mistral copying heat/engine/resources/openstack/mistral/cron_trigger.py -> build/lib/heat/engine/resources/openstack/mistral copying heat/engine/resources/openstack/mistral/workflow.py -> build/lib/heat/engine/resources/openstack/mistral creating build/lib/heat/engine/resources/openstack/magnum copying heat/engine/resources/openstack/magnum/__init__.py -> build/lib/heat/engine/resources/openstack/magnum copying heat/engine/resources/openstack/magnum/cluster_template.py -> build/lib/heat/engine/resources/openstack/magnum copying heat/engine/resources/openstack/magnum/bay.py -> build/lib/heat/engine/resources/openstack/magnum copying heat/engine/resources/openstack/magnum/cluster.py -> build/lib/heat/engine/resources/openstack/magnum copying heat/engine/resources/openstack/magnum/baymodel.py -> build/lib/heat/engine/resources/openstack/magnum copying heat/tests/engine/test_engine_worker.py -> build/lib/heat/tests/engine copying heat/tests/engine/__init__.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_check_resource.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_node_data.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_scheduler.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_sync_point.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_resource_type.py -> build/lib/heat/tests/engine copying heat/tests/engine/tools.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_dependencies.py -> build/lib/heat/tests/engine copying heat/tests/engine/test_plugin_manager.py -> build/lib/heat/tests/engine creating build/lib/heat/cloudinit copying heat/cloudinit/__init__.py -> build/lib/heat/cloudinit copying heat/cloudinit/loguserdata.py -> build/lib/heat/cloudinit copying heat/cloudinit/part_handler.py -> build/lib/heat/cloudinit creating build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/instance.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/__init__.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/route_table.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/vpc.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/internet_gateway.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/security_group.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/eip.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/network_interface.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/volume.py -> build/lib/heat/engine/resources/aws/ec2 copying heat/engine/resources/aws/ec2/subnet.py -> build/lib/heat/engine/resources/aws/ec2 creating build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/__init__.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/health_monitor.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/l7rule.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/pool.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/l7policy.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/pool_member.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/listener.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/octavia_base.py -> build/lib/heat/engine/resources/openstack/octavia copying heat/engine/resources/openstack/octavia/loadbalancer.py -> build/lib/heat/engine/resources/openstack/octavia creating build/lib/heat/tests/openstack/blazar copying heat/tests/openstack/blazar/__init__.py -> build/lib/heat/tests/openstack/blazar copying heat/tests/openstack/blazar/test_host.py -> build/lib/heat/tests/openstack/blazar copying heat/tests/openstack/blazar/test_lease.py -> build/lib/heat/tests/openstack/blazar copying heat/engine/resources/openstack/__init__.py -> build/lib/heat/engine/resources/openstack creating build/lib/heat/engine/resources/openstack/manila copying heat/engine/resources/openstack/manila/__init__.py -> build/lib/heat/engine/resources/openstack/manila copying heat/engine/resources/openstack/manila/share.py -> build/lib/heat/engine/resources/openstack/manila copying heat/engine/resources/openstack/manila/share_type.py -> build/lib/heat/engine/resources/openstack/manila copying heat/engine/resources/openstack/manila/share_network.py -> build/lib/heat/engine/resources/openstack/manila copying heat/engine/resources/openstack/manila/security_service.py -> build/lib/heat/engine/resources/openstack/manila creating build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/__init__.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_l7policy.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_loadbalancer.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_pool.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_health_monitor.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_l7rule.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_listener.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/tests/openstack/neutron/lbaas/test_pool_member.py -> build/lib/heat/tests/openstack/neutron/lbaas copying heat/db/sqlalchemy/api.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/__init__.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/types.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/models.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/utils.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/migration.py -> build/lib/heat/db/sqlalchemy copying heat/db/sqlalchemy/filters.py -> build/lib/heat/db/sqlalchemy creating build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/__init__.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/image.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/templates.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/job_binary.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/job.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/data_source.py -> build/lib/heat/engine/resources/openstack/sahara copying heat/engine/resources/openstack/sahara/cluster.py -> build/lib/heat/engine/resources/openstack/sahara creating build/lib/heat_integrationtests creating build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/__init__.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_software_deployment_group.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_template_resource.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_immutable_parameters.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_aws_stack.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_create_update.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_conditions.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_default_parameters.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_env_merge.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_instance_group.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_resource_group.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_conditional_exposure.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_notifications.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_validation.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_admin_actions.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_heat_autoscaling.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_autoscaling.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_delete.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_resource_chain.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_nested_get_attr.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_versionnegotiation.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_preview_update.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_cancel_update.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_swiftsignal_update.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/functional_base.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_stack_cancel.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_purge.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_update_restricted.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_replace_deprecated.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_translation.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_simultaneous_update.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_snapshot_restore.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/functional/test_template_versions.py -> build/lib/heat_integrationtests/functional copying heat_integrationtests/__init__.py -> build/lib/heat_integrationtests creating build/lib/heat_integrationtests/common copying heat_integrationtests/common/__init__.py -> build/lib/heat_integrationtests/common copying heat_integrationtests/common/config.py -> build/lib/heat_integrationtests/common copying heat_integrationtests/common/exceptions.py -> build/lib/heat_integrationtests/common copying heat_integrationtests/common/test.py -> build/lib/heat_integrationtests/common copying heat_integrationtests/common/clients.py -> build/lib/heat_integrationtests/common running egg_info deleting openstack_heat.egg-info/requires.txt writing openstack_heat.egg-info/PKG-INFO writing top-level names to openstack_heat.egg-info/top_level.txt writing dependency_links to openstack_heat.egg-info/dependency_links.txt writing entry points to openstack_heat.egg-info/entry_points.txt writing pbr to openstack_heat.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_heat.egg-info/SOURCES.txt' copying heat/tests/testing-overview.txt -> build/lib/heat/tests creating build/lib/heat/tests/policy copying heat/tests/policy/check_admin.json -> build/lib/heat/tests/policy copying heat/tests/policy/deny_stack_user.json -> build/lib/heat/tests/policy copying heat/tests/policy/notallowed.json -> build/lib/heat/tests/policy copying heat/tests/policy/resources.json -> build/lib/heat/tests/policy creating build/lib/heat/tests/templates copying heat/tests/templates/Neutron.template -> build/lib/heat/tests/templates copying heat/tests/templates/Neutron.yaml -> build/lib/heat/tests/templates copying heat/tests/templates/README -> build/lib/heat/tests/templates copying heat/tests/templates/WordPress_Single_Instance.template -> build/lib/heat/tests/templates copying heat/tests/templates/WordPress_Single_Instance.yaml -> build/lib/heat/tests/templates creating build/lib/heat/tests/openstack/neutron/test_taas copying heat/tests/openstack/neutron/test_taas/test_tap_flow.py -> build/lib/heat/tests/openstack/neutron/test_taas copying heat/tests/openstack/neutron/test_taas/test_tap_service.py -> build/lib/heat/tests/openstack/neutron/test_taas copying heat/db/sqlalchemy/migrate_repo/README -> build/lib/heat/db/sqlalchemy/migrate_repo copying heat/db/sqlalchemy/migrate_repo/migrate.cfg -> build/lib/heat/db/sqlalchemy/migrate_repo creating build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/basic_create.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/basic_create_rollback.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/basic_update_delete.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/create_early_delete.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/disjoint_create.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/multiple_update.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_add.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_add_concurrent.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_add_rollback.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_add_rollback_early.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_interrupt_create.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_remove.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_remove_rollback.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_replace.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_replace_invert_deps.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_replace_missed_cleanup.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_replace_missed_cleanup_delete.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_replace_rollback.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_user_replace.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_user_replace_rollback.py -> build/lib/heat/tests/convergence/scenarios copying heat/tests/convergence/scenarios/update_user_replace_rollback_update.py -> build/lib/heat/tests/convergence/scenarios creating build/lib/heat/httpd/files copying heat/httpd/files/heat-api-cfn-uwsgi.ini -> build/lib/heat/httpd/files copying heat/httpd/files/heat-api-cfn.conf -> build/lib/heat/httpd/files copying heat/httpd/files/heat-api-uwsgi.ini -> build/lib/heat/httpd/files copying heat/httpd/files/heat-api.conf -> build/lib/heat/httpd/files copying heat/httpd/files/uwsgi-heat-api-cfn.conf -> build/lib/heat/httpd/files copying heat/httpd/files/uwsgi-heat-api.conf -> build/lib/heat/httpd/files creating build/lib/heat/locale creating build/lib/heat/locale/de creating build/lib/heat/locale/de/LC_MESSAGES copying heat/locale/de/LC_MESSAGES/heat.po -> build/lib/heat/locale/de/LC_MESSAGES creating build/lib/heat/locale/es creating build/lib/heat/locale/es/LC_MESSAGES copying heat/locale/es/LC_MESSAGES/heat.po -> build/lib/heat/locale/es/LC_MESSAGES creating build/lib/heat/locale/fr creating build/lib/heat/locale/fr/LC_MESSAGES copying heat/locale/fr/LC_MESSAGES/heat.po -> build/lib/heat/locale/fr/LC_MESSAGES creating build/lib/heat/locale/it creating build/lib/heat/locale/it/LC_MESSAGES copying heat/locale/it/LC_MESSAGES/heat.po -> build/lib/heat/locale/it/LC_MESSAGES creating build/lib/heat/locale/ja creating build/lib/heat/locale/ja/LC_MESSAGES copying heat/locale/ja/LC_MESSAGES/heat.po -> build/lib/heat/locale/ja/LC_MESSAGES creating build/lib/heat/locale/ko_KR creating build/lib/heat/locale/ko_KR/LC_MESSAGES copying heat/locale/ko_KR/LC_MESSAGES/heat.po -> build/lib/heat/locale/ko_KR/LC_MESSAGES creating build/lib/heat/locale/pt_BR creating build/lib/heat/locale/pt_BR/LC_MESSAGES copying heat/locale/pt_BR/LC_MESSAGES/heat.po -> build/lib/heat/locale/pt_BR/LC_MESSAGES creating build/lib/heat/locale/ru creating build/lib/heat/locale/ru/LC_MESSAGES copying heat/locale/ru/LC_MESSAGES/heat.po -> build/lib/heat/locale/ru/LC_MESSAGES creating build/lib/heat/locale/zh_CN creating build/lib/heat/locale/zh_CN/LC_MESSAGES copying heat/locale/zh_CN/LC_MESSAGES/heat.po -> build/lib/heat/locale/zh_CN/LC_MESSAGES creating build/lib/heat/locale/zh_TW creating build/lib/heat/locale/zh_TW/LC_MESSAGES copying heat/locale/zh_TW/LC_MESSAGES/heat.po -> build/lib/heat/locale/zh_TW/LC_MESSAGES copying heat/cloudinit/boothook.sh -> build/lib/heat/cloudinit copying heat/cloudinit/config -> build/lib/heat/cloudinit copying heat_integrationtests/README.rst -> build/lib/heat_integrationtests copying heat_integrationtests/cleanup_test_env.sh -> build/lib/heat_integrationtests copying heat_integrationtests/config-generator.conf -> build/lib/heat_integrationtests copying heat_integrationtests/post_test_hook.sh -> build/lib/heat_integrationtests copying heat_integrationtests/pre_test_hook.sh -> build/lib/heat_integrationtests copying heat_integrationtests/prepare_test_env.sh -> build/lib/heat_integrationtests copying heat_integrationtests/prepare_test_network.sh -> build/lib/heat_integrationtests creating build/lib/heat_integrationtests/locale creating build/lib/heat_integrationtests/locale/de creating build/lib/heat_integrationtests/locale/de/LC_MESSAGES copying heat_integrationtests/locale/de/LC_MESSAGES/heat_integrationtests.po -> build/lib/heat_integrationtests/locale/de/LC_MESSAGES creating build/lib/heat_integrationtests/locale/en_GB creating build/lib/heat_integrationtests/locale/en_GB/LC_MESSAGES copying heat_integrationtests/locale/en_GB/LC_MESSAGES/heat_integrationtests.po -> build/lib/heat_integrationtests/locale/en_GB/LC_MESSAGES creating build/lib/heat_integrationtests/locale/ja creating build/lib/heat_integrationtests/locale/ja/LC_MESSAGES copying heat_integrationtests/locale/ja/LC_MESSAGES/heat_integrationtests.po -> build/lib/heat_integrationtests/locale/ja/LC_MESSAGES creating build/lib/heat_integrationtests/locale/ko_KR creating build/lib/heat_integrationtests/locale/ko_KR/LC_MESSAGES copying heat_integrationtests/locale/ko_KR/LC_MESSAGES/heat_integrationtests.po -> build/lib/heat_integrationtests/locale/ko_KR/LC_MESSAGES running build_scripts creating build/scripts-2.7 copying bin/heat-db-setup -> build/scripts-2.7 copying bin/heat-keystone-setup -> build/scripts-2.7 copying and adjusting bin/heat-keystone-setup-domain -> build/scripts-2.7 changing mode of build/scripts-2.7/heat-keystone-setup-domain from 644 to 755 + sleep 1 + python2 setup.py compile_catalog -d build/lib/heat/locale running compile_catalog compiling catalog build/lib/heat/locale/it/LC_MESSAGES/heat.po to build/lib/heat/locale/it/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/pt_BR/LC_MESSAGES/heat.po to build/lib/heat/locale/pt_BR/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/ko_KR/LC_MESSAGES/heat.po to build/lib/heat/locale/ko_KR/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/fr/LC_MESSAGES/heat.po to build/lib/heat/locale/fr/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/de/LC_MESSAGES/heat.po to build/lib/heat/locale/de/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/zh_CN/LC_MESSAGES/heat.po to build/lib/heat/locale/zh_CN/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/ru/LC_MESSAGES/heat.po to build/lib/heat/locale/ru/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/ja/LC_MESSAGES/heat.po to build/lib/heat/locale/ja/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/es/LC_MESSAGES/heat.po to build/lib/heat/locale/es/LC_MESSAGES/heat.mo compiling catalog build/lib/heat/locale/zh_TW/LC_MESSAGES/heat.po to build/lib/heat/locale/zh_TW/LC_MESSAGES/heat.mo + PYTHONPATH=. + oslo-config-generator-2 --config-file=config-generator.conf WARNING:stevedore.named:Could not load keystonemiddleware.auth_token + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OVIvWL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch + cd openstack-heat-13.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/worker_api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/worker_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc copying build/lib/heat/rpc/listener_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/it creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/it/LC_MESSAGES copying build/lib/heat/locale/it/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/it/LC_MESSAGES copying build/lib/heat/locale/it/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/pt_BR/LC_MESSAGES copying build/lib/heat/locale/pt_BR/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/pt_BR/LC_MESSAGES copying build/lib/heat/locale/pt_BR/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ko_KR/LC_MESSAGES copying build/lib/heat/locale/ko_KR/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ko_KR/LC_MESSAGES copying build/lib/heat/locale/ko_KR/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/fr creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/fr/LC_MESSAGES copying build/lib/heat/locale/fr/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/fr/LC_MESSAGES copying build/lib/heat/locale/fr/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/de creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/de/LC_MESSAGES copying build/lib/heat/locale/de/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/de/LC_MESSAGES copying build/lib/heat/locale/de/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_CN/LC_MESSAGES copying build/lib/heat/locale/zh_CN/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_CN/LC_MESSAGES copying build/lib/heat/locale/zh_CN/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ru creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ru/LC_MESSAGES copying build/lib/heat/locale/ru/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ru/LC_MESSAGES copying build/lib/heat/locale/ru/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ja creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ja/LC_MESSAGES copying build/lib/heat/locale/ja/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ja/LC_MESSAGES copying build/lib/heat/locale/ja/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/es creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/es/LC_MESSAGES copying build/lib/heat/locale/es/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/es/LC_MESSAGES copying build/lib/heat/locale/es/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_TW/LC_MESSAGES copying build/lib/heat/locale/zh_TW/LC_MESSAGES/heat.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_TW/LC_MESSAGES copying build/lib/heat/locale/zh_TW/LC_MESSAGES/heat.mo -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_TW/LC_MESSAGES copying build/lib/heat/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/resource_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/user_creds.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/stack_lock.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/raw_template_files.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/resource_properties_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/software_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/sync_point.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/fields.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/snapshot.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/stack_tag.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/event.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/software_deployment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects copying build/lib/heat/objects/raw_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/status.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/all.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/api_cfn.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/cmd/engine.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd copying build/lib/heat/version.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db copying build/lib/heat/db/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/types.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo copying build/lib/heat/db/sqlalchemy/migrate_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/072_raw_template_files.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/081_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/078_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/074_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/084_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/086_drop_watch_rule_watch_data_tables.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/075_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/076_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/083_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/080_resource_attrs_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/071_mitaka.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/073_resource_data_fk_ondelete_cascade.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/077_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/085_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/082_placeholder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/versions/079_resource_properties_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions copying build/lib/heat/db/sqlalchemy/migrate_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo copying build/lib/heat/db/sqlalchemy/migrate_repo/manage.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo copying build/lib/heat/db/sqlalchemy/migrate_repo/README -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo copying build/lib/heat/db/sqlalchemy/utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy copying build/lib/heat/db/sqlalchemy/filters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd copying build/lib/heat/httpd/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/heat-api-uwsgi.ini -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/uwsgi-heat-api.conf -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/heat-api-cfn-uwsgi.ini -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/heat-api.conf -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/uwsgi-heat-api-cfn.conf -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/files/heat-api-cfn.conf -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/files copying build/lib/heat/httpd/heat_api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd copying build/lib/heat/httpd/heat_api_cfn.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware copying build/lib/heat/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware copying build/lib/heat/api/middleware/version_negotiation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware copying build/lib/heat/api/middleware/fault.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware copying build/lib/heat/api/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws copying build/lib/heat/api/aws/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws copying build/lib/heat/api/aws/ec2token.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws copying build/lib/heat/api/aws/utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws copying build/lib/heat/api/aws/exception.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws copying build/lib/heat/api/versions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack copying build/lib/heat/api/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack copying build/lib/heat/api/openstack/versions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/actions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/software_deployments.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/util.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views copying build/lib/heat/api/openstack/v1/views/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views copying build/lib/heat/api/openstack/v1/views/views_common.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views copying build/lib/heat/api/openstack/v1/views/stacks_view.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views copying build/lib/heat/api/openstack/v1/services.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/build_info.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/resources.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/events.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/stacks.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 copying build/lib/heat/api/openstack/v1/software_configs.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn copying build/lib/heat/api/cfn/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn copying build/lib/heat/api/cfn/versions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1 copying build/lib/heat/api/cfn/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1 copying build/lib/heat/api/cfn/v1/stacks.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1 copying build/lib/heat/api/cfn/v1/signal.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/output.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/timestamp.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/translation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/stack_lock.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/status.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/lifecycle_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/sync_point.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/function.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/properties.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/parent_rsrc.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/parameter_groups.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/plugin_manager.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/dependencies.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraint copying build/lib/heat/engine/constraint/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraint copying build/lib/heat/engine/constraint/common_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraint copying build/lib/heat/engine/update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/properties_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/check_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/environment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/attributes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/software_config_io.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/worker.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification copying build/lib/heat/engine/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification copying build/lib/heat/engine/notification/stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification copying build/lib/heat/engine/notification/autoscaling.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification copying build/lib/heat/engine/template_common.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/event.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/template_files.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/rsrc_defn.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/stack_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/signal_responder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/stack_user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/template_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws copying build/lib/heat/engine/resources/aws/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/iam copying build/lib/heat/engine/resources/aws/iam/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/iam copying build/lib/heat/engine/resources/aws/iam/user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/iam creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/lb copying build/lib/heat/engine/resources/aws/lb/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/lb copying build/lib/heat/engine/resources/aws/lb/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/lb creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/instance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/route_table.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/vpc.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/internet_gateway.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/security_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/eip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/network_interface.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/volume.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 copying build/lib/heat/engine/resources/aws/ec2/subnet.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling copying build/lib/heat/engine/resources/aws/autoscaling/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling copying build/lib/heat/engine/resources/aws/autoscaling/autoscaling_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling copying build/lib/heat/engine/resources/aws/autoscaling/scaling_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling copying build/lib/heat/engine/resources/aws/autoscaling/launch_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/s3 copying build/lib/heat/engine/resources/aws/s3/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/s3 copying build/lib/heat/engine/resources/aws/s3/s3.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/s3 creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn copying build/lib/heat/engine/resources/aws/cfn/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn copying build/lib/heat/engine/resources/aws/cfn/stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn copying build/lib/heat/engine/resources/aws/cfn/wait_condition_handle.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn copying build/lib/heat/engine/resources/aws/cfn/wait_condition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn copying build/lib/heat/engine/resources/server_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/scheduler_hints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/alarm_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/resources/wait_condition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/glance copying build/lib/heat/engine/resources/openstack/glance/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/glance copying build/lib/heat/engine/resources/openstack/glance/image.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/glance copying build/lib/heat/engine/resources/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate copying build/lib/heat/engine/resources/openstack/designate/domain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate copying build/lib/heat/engine/resources/openstack/designate/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate copying build/lib/heat/engine/resources/openstack/designate/zone.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate copying build/lib/heat/engine/resources/openstack/designate/recordset.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate copying build/lib/heat/engine/resources/openstack/designate/record.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/health_monitor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/l7rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/pool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/l7policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/pool_member.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/listener.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/octavia_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia copying build/lib/heat/engine/resources/openstack/octavia/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/swift copying build/lib/heat/engine/resources/openstack/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/swift copying build/lib/heat/engine/resources/openstack/swift/container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/swift creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/metering.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/router.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/vpnservice.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/network_gateway.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/provider_net.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/security_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/rbac_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/l2_gateway_connection.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/subnetpool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/floatingip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/neutron.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/segment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/extraroute.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/firewall.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc copying build/lib/heat/engine/resources/openstack/neutron/sfc/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc copying build/lib/heat/engine/resources/openstack/neutron/sfc/flow_classifier.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc copying build/lib/heat/engine/resources/openstack/neutron/sfc/port_chain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc copying build/lib/heat/engine/resources/openstack/neutron/sfc/port_pair.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc copying build/lib/heat/engine/resources/openstack/neutron/sfc/port_pair_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas copying build/lib/heat/engine/resources/openstack/neutron/taas/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas copying build/lib/heat/engine/resources/openstack/neutron/taas/tap_flow.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas copying build/lib/heat/engine/resources/openstack/neutron/taas/tap_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas copying build/lib/heat/engine/resources/openstack/neutron/l2_gateway.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/net.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/address_scope.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/subnet.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/port.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/health_monitor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/l7rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/pool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/l7policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/pool_member.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/listener.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/lbaas/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas copying build/lib/heat/engine/resources/openstack/neutron/qos.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/trunk.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron copying build/lib/heat/engine/resources/openstack/neutron/security_group_rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral copying build/lib/heat/engine/resources/openstack/mistral/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral copying build/lib/heat/engine/resources/openstack/mistral/external_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral copying build/lib/heat/engine/resources/openstack/mistral/cron_trigger.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral copying build/lib/heat/engine/resources/openstack/mistral/workflow.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/qos_specs.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/encrypted_volume_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/volume_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder copying build/lib/heat/engine/resources/openstack/cinder/volume.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican copying build/lib/heat/engine/resources/openstack/barbican/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican copying build/lib/heat/engine/resources/openstack/barbican/container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican copying build/lib/heat/engine/resources/openstack/barbican/secret.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican copying build/lib/heat/engine/resources/openstack/barbican/order.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum copying build/lib/heat/engine/resources/openstack/magnum/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum copying build/lib/heat/engine/resources/openstack/magnum/cluster_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum copying build/lib/heat/engine/resources/openstack/magnum/bay.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum copying build/lib/heat/engine/resources/openstack/magnum/cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum copying build/lib/heat/engine/resources/openstack/magnum/baymodel.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/host_aggregate.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/floatingip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/keypair.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/server_network_mixin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/server_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/server.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova copying build/lib/heat/engine/resources/openstack/nova/flavor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/test_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/structured_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/software_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/none_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/autoscaling_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/delay.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/scaling_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/instance_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/swiftsignal.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/ha_restarter.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/access_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/cloud_watch.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/deployed_server.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/value.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/resource_chain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/software_component.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/wait_condition_handle.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/cloud_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/random_string.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/remote_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/wait_condition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/resource_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/software_deployment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat copying build/lib/heat/engine/resources/openstack/heat/multi_part.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila copying build/lib/heat/engine/resources/openstack/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila copying build/lib/heat/engine/resources/openstack/manila/share.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila copying build/lib/heat/engine/resources/openstack/manila/share_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila copying build/lib/heat/engine/resources/openstack/manila/share_network.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila copying build/lib/heat/engine/resources/openstack/manila/security_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/receiver.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/res_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/node.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/profile.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin copying build/lib/heat/engine/resources/openstack/senlin/cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zun copying build/lib/heat/engine/resources/openstack/zun/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zun copying build/lib/heat/engine/resources/openstack/zun/container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zun creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove copying build/lib/heat/engine/resources/openstack/trove/instance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove copying build/lib/heat/engine/resources/openstack/trove/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove copying build/lib/heat/engine/resources/openstack/trove/cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh copying build/lib/heat/engine/resources/openstack/aodh/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh copying build/lib/heat/engine/resources/openstack/aodh/composite_alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh copying build/lib/heat/engine/resources/openstack/aodh/alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/gnocchi copying build/lib/heat/engine/resources/openstack/aodh/gnocchi/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/gnocchi copying build/lib/heat/engine/resources/openstack/aodh/gnocchi/alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/gnocchi creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar copying build/lib/heat/engine/resources/openstack/zaqar/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar copying build/lib/heat/engine/resources/openstack/zaqar/subscription.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar copying build/lib/heat/engine/resources/openstack/zaqar/queue.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar copying build/lib/heat/engine/resources/openstack/blazar/lease.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar copying build/lib/heat/engine/resources/openstack/blazar/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar copying build/lib/heat/engine/resources/openstack/blazar/host.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/image.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/templates.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/job_binary.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/job.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/data_source.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara copying build/lib/heat/engine/resources/openstack/sahara/cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca copying build/lib/heat/engine/resources/openstack/monasca/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca copying build/lib/heat/engine/resources/openstack/monasca/notification.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca copying build/lib/heat/engine/resources/openstack/monasca/alarm_definition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/domain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/role_assignments.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/role.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/region.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/endpoint.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/openstack/keystone/project.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone copying build/lib/heat/engine/resources/volume_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources copying build/lib/heat/engine/stk_defn.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/service_software_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/conditions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/scheduler.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine copying build/lib/heat/engine/support.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn copying build/lib/heat/engine/cfn/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn copying build/lib/heat/engine/cfn/functions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn copying build/lib/heat/engine/cfn/parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn copying build/lib/heat/engine/cfn/template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot copying build/lib/heat/engine/hot/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot copying build/lib/heat/engine/hot/functions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot copying build/lib/heat/engine/hot/parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot copying build/lib/heat/engine/hot/template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot copying build/lib/heat/engine/node_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients copying build/lib/heat/engine/clients/client_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients copying build/lib/heat/engine/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/glance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/cinder.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/senlin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/monasca.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/barbican.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/swift.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/sahara.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/heat_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/aodh.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron copying build/lib/heat/engine/clients/os/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron copying build/lib/heat/engine/clients/os/neutron/lbaas_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron copying build/lib/heat/engine/clients/os/neutron/taas_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron copying build/lib/heat/engine/clients/os/neutron/neutron_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron copying build/lib/heat/engine/clients/os/mistral.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/nova.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/openstacksdk.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/manila.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/octavia.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/magnum.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/designate.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/blazar.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/zun.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/trove.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os copying build/lib/heat/engine/clients/os/zaqar.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone copying build/lib/heat/engine/clients/os/keystone/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone copying build/lib/heat/engine/clients/os/keystone/heat_keystoneclient.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone copying build/lib/heat/engine/clients/os/keystone/keystone_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone copying build/lib/heat/engine/clients/os/keystone/fake_keystoneclient.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone copying build/lib/heat/engine/clients/default_client_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients copying build/lib/heat/engine/clients/microversion_mixin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients copying build/lib/heat/engine/clients/progress.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients copying build/lib/heat/engine/clients/client_exception.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit copying build/lib/heat/cloudinit/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit copying build/lib/heat/cloudinit/boothook.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit copying build/lib/heat/cloudinit/loguserdata.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit copying build/lib/heat/cloudinit/config -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit copying build/lib/heat/cloudinit/part_handler.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_nokey.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_noauth.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/templates/WordPress_Single_Instance.template -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/templates/Neutron.template -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/templates/Neutron.yaml -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/templates/README -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/templates/WordPress_Single_Instance.yaml -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/templates copying build/lib/heat/tests/common.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_serializers.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_support.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_lock.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_rsrc_defn.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_crypt.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_hot.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/generic_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence copying build/lib/heat/tests/convergence/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/message_processor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/event_loop.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/engine_wrapper.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/testutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/worker_wrapper.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/scenario.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/message_queue.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/fake_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/scenario_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/processes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/framework/reality.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework copying build/lib/heat/tests/convergence/test_converge.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_replace_invert_deps.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/basic_create.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_add_rollback_early.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_remove.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/basic_update_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_user_replace.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_add_rollback.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_add.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_replace_rollback.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_replace_missed_cleanup_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_remove_rollback.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_user_replace_rollback.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_user_replace_rollback_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_replace_missed_cleanup.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/create_early_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/basic_create_rollback.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_interrupt_create.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_replace.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/multiple_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/update_add_concurrent.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/convergence/scenarios/disjoint_create.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios copying build/lib/heat/tests/test_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_dbinstance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_nested_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_instance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_instance_network.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_eip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_waitcondition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_volume.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_network_interface.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_security_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/aws/test_s3.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws copying build/lib/heat/tests/test_notifications.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_environment_format.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_attributes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_event.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_metadata_refresh.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/testing-overview.txt -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_timeutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_function.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/cmd copying build/lib/heat/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/cmd copying build/lib/heat/tests/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/cmd copying build/lib/heat/tests/test_template_format.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_environment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/test_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/test_sqlalchemy_types.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/test_sqlalchemy_filters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/test_migrations.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/db/test_sqlalchemy_api.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db copying build/lib/heat/tests/test_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/policy copying build/lib/heat/tests/policy/notallowed.json -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/policy copying build/lib/heat/tests/policy/deny_stack_user.json -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/policy copying build/lib/heat/tests/policy/check_admin.json -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/policy copying build/lib/heat/tests/policy/resources.json -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/policy copying build/lib/heat/tests/utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_identifier.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_short_id.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/middleware copying build/lib/heat/tests/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/middleware copying build/lib/heat/tests/api/middleware/test_version_negotiation_middleware.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/middleware copying build/lib/heat/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws copying build/lib/heat/tests/api/aws/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws copying build/lib/heat/tests/api/aws/test_api_ec2token.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws copying build/lib/heat/tests/api/aws/test_api_aws.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_views_stacks_view.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_events.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_resources.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_software_deployments.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_build_info.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_stacks.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_services.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_routes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_software_configs.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_views_common.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/tools.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_util.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/openstack_v1/test_actions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1 copying build/lib/heat/tests/api/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/cfn copying build/lib/heat/tests/api/cfn/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/cfn copying build/lib/heat/tests/api/cfn/test_api_cfn_v1.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/cfn creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_engine_worker.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_create.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_service_engine.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_adopt.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_software_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_action.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_snapshot.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_events.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_resources.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_stack_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/service/test_threadgroup_mgr.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service copying build/lib/heat/tests/engine/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_check_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_node_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_scheduler.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_sync_point.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_resource_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/tools.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_dependencies.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/engine/test_plugin_manager.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine copying build/lib/heat/tests/test_engine_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_properties.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_convg_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_version.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_engine_api_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_env_util.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_plugin_loader.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_auth_url.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_rpc_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_translation_rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_resource_properties_data.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_context.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_loguserdata.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_rolling_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_new_capacity.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_heat_scaling_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/inline_templates.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_heat_scaling_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_lbutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_scaling_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_scaling_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_scaling_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/autoscaling/test_launch_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling copying build/lib/heat/tests/test_fault_middleware.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_validate.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_urlfetch.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_server_tags.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_lifecycle_plugin_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_param_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_rpc_worker_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_template_files.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_vpc.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_properties_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/fakes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_auth_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_auth_password.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_grouputils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_empty_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_rpc_listener_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/glance copying build/lib/heat/tests/openstack/glance/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/glance copying build/lib/heat/tests/openstack/glance/test_image.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/glance copying build/lib/heat/tests/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate copying build/lib/heat/tests/openstack/designate/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate copying build/lib/heat/tests/openstack/designate/test_zone.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate copying build/lib/heat/tests/openstack/designate/test_recordset.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/inline_templates.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_pool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_listener.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia copying build/lib/heat/tests/openstack/octavia/test_pool_member.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/swift copying build/lib/heat/tests/openstack/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/swift copying build/lib/heat/tests/openstack/swift/test_container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/swift creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_network_gateway.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_subnetpool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_firewall.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_rbac_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_metering.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_port.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/inline_templates.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_floating_ip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_address_scope.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_segment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_provider_net.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_vpnservice.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_security_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_subnet.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_extraroute.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_l2_gateway_connection.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_qos.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_net.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_taas copying build/lib/heat/tests/openstack/neutron/test_taas/test_tap_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_taas copying build/lib/heat/tests/openstack/neutron/test_taas/test_tap_flow.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_taas copying build/lib/heat/tests/openstack/neutron/test_neutron_l2_gateway.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_router.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_neutron_trunk.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_l7policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_loadbalancer.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_pool.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_health_monitor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_l7rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_listener.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/lbaas/test_pool_member.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas copying build/lib/heat/tests/openstack/neutron/test_neutron_security_group_rule.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron copying build/lib/heat/tests/openstack/neutron/test_quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc copying build/lib/heat/tests/openstack/neutron/test_sfc/test_port_pair_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc copying build/lib/heat/tests/openstack/neutron/test_sfc/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc copying build/lib/heat/tests/openstack/neutron/test_sfc/test_port_pair.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc copying build/lib/heat/tests/openstack/neutron/test_sfc/test_port_chain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc copying build/lib/heat/tests/openstack/neutron/test_sfc/test_flow_classifier.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral copying build/lib/heat/tests/openstack/mistral/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral copying build/lib/heat/tests/openstack/mistral/test_external_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral copying build/lib/heat/tests/openstack/mistral/test_workflow.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral copying build/lib/heat/tests/openstack/mistral/test_cron_trigger.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_volume_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_volume_type_encryption.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_qos_specs.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_volume.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_volume_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder copying build/lib/heat/tests/openstack/cinder/test_quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican copying build/lib/heat/tests/openstack/barbican/test_secret.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican copying build/lib/heat/tests/openstack/barbican/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican copying build/lib/heat/tests/openstack/barbican/test_container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican copying build/lib/heat/tests/openstack/barbican/test_order.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum copying build/lib/heat/tests/openstack/magnum/test_cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum copying build/lib/heat/tests/openstack/magnum/test_bay.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum copying build/lib/heat/tests/openstack/magnum/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum copying build/lib/heat/tests/openstack/magnum/test_cluster_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_host_aggregate.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_floatingip.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_flavor.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_keypair.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_server.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/fakes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_server_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova copying build/lib/heat/tests/openstack/nova/test_quota.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_remote_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_delay.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_random_string.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_none_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_multi_part.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_instance_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_resource_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_structured_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_waitcondition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_instance_group_update_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_resource_chain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_software_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_value.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_cloud_config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_deployed_server.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_software_deployment.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_swiftsignal.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat copying build/lib/heat/tests/openstack/heat/test_software_component.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila copying build/lib/heat/tests/openstack/manila/test_share_type.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila copying build/lib/heat/tests/openstack/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila copying build/lib/heat/tests/openstack/manila/test_share_network.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila copying build/lib/heat/tests/openstack/manila/test_share.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila copying build/lib/heat/tests/openstack/manila/test_security_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/test_cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/test_profile.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/test_policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/test_node.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin copying build/lib/heat/tests/openstack/senlin/test_receiver.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zun copying build/lib/heat/tests/openstack/zun/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zun copying build/lib/heat/tests/openstack/zun/test_container.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zun creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove copying build/lib/heat/tests/openstack/trove/test_cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove copying build/lib/heat/tests/openstack/trove/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove copying build/lib/heat/tests/openstack/trove/test_instance.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh copying build/lib/heat/tests/openstack/aodh/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh copying build/lib/heat/tests/openstack/aodh/test_alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh copying build/lib/heat/tests/openstack/aodh/test_composite_alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh copying build/lib/heat/tests/openstack/aodh/test_gnocchi_alarm.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar copying build/lib/heat/tests/openstack/zaqar/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar copying build/lib/heat/tests/openstack/zaqar/test_queue.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar copying build/lib/heat/tests/openstack/zaqar/test_subscription.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar copying build/lib/heat/tests/openstack/blazar/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar copying build/lib/heat/tests/openstack/blazar/test_host.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar copying build/lib/heat/tests/openstack/blazar/test_lease.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_cluster.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_job.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_templates.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_data_source.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_image.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara copying build/lib/heat/tests/openstack/sahara/test_job_binary.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca copying build/lib/heat/tests/openstack/monasca/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca copying build/lib/heat/tests/openstack/monasca/test_notification.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca copying build/lib/heat/tests/openstack/monasca/test_alarm_definition.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_region.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_domain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_role_assignments.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_role.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_endpoint.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_project.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_user.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/openstack/keystone/test_service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone copying build/lib/heat/tests/test_common_service_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_common_exception.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_provider_template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_stack_collect_attributes.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_signal.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests copying build/lib/heat/tests/test_exception.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_blazar_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_zun_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_manila_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_swift_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_neutron_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_barbican_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_monasca_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_designate_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_aodh_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_magnum_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_nova_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_glance_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_mistral_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_octavia_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_cinder_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_zaqar_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_senlin_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_sdk_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_sahara_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_progress.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_heat_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_clients.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients copying build/lib/heat/tests/clients/test_keystone_client.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/constraints copying build/lib/heat/tests/constraints/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/constraints copying build/lib/heat/tests/constraints/test_common_constraints.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/constraints creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/actions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/software_deployments.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/resource_types.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/service.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/build_info.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/events.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/stacks.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/software_configs.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies copying build/lib/heat/policies/cloudformation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/hacking copying build/lib/heat/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/hacking copying build/lib/heat/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/hacking creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/cooldown.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/rolling_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/template.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/scalingutil.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling copying build/lib/heat/scaling/lbutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/endpoint_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/serializers.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/crypt.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/i18n.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/short_id.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/policy.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/timeutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/password_gen.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/auth_password.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/service_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/environment_util.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/noauth.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/environment_format.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/pluginutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/auth_plugin.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/profiler.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/cache.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/context.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/identifier.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/param_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/lifecycle_plugin_utils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/custom_backend_auth.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/grouputils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/messaging.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/urlfetch.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/exception.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/auth_url.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/netutils.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/plugin_loader.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/template_format.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common copying build/lib/heat/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/en_GB creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/en_GB/LC_MESSAGES copying build/lib/heat_integrationtests/locale/en_GB/LC_MESSAGES/heat_integrationtests.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ko_KR/LC_MESSAGES copying build/lib/heat_integrationtests/locale/ko_KR/LC_MESSAGES/heat_integrationtests.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/de creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/de/LC_MESSAGES copying build/lib/heat_integrationtests/locale/de/LC_MESSAGES/heat_integrationtests.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ja creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ja/LC_MESSAGES copying build/lib/heat_integrationtests/locale/ja/LC_MESSAGES/heat_integrationtests.po -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/locale/ja/LC_MESSAGES copying build/lib/heat_integrationtests/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/prepare_test_env.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/cleanup_test_env.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/config-generator.conf -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/prepare_test_network.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/README.rst -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_software_deployment_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_template_resource.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_immutable_parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_aws_stack.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_create_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_conditions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_default_parameters.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_env_merge.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_instance_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_resource_group.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_conditional_exposure.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_notifications.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_validation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_admin_actions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_heat_autoscaling.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_autoscaling.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_delete.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_resource_chain.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_nested_get_attr.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_versionnegotiation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_preview_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_cancel_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_swiftsignal_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/functional_base.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_stack_cancel.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_purge.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_update_restricted.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_replace_deprecated.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_translation.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_simultaneous_update.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_snapshot_restore.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/functional/test_template_versions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional copying build/lib/heat_integrationtests/pre_test_hook.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests copying build/lib/heat_integrationtests/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common copying build/lib/heat_integrationtests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common copying build/lib/heat_integrationtests/common/config.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common copying build/lib/heat_integrationtests/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common copying build/lib/heat_integrationtests/common/test.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common copying build/lib/heat_integrationtests/common/clients.py -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/worker_api.py to worker_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/worker_client.py to worker_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/rpc/listener_client.py to listener_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/resource_data.py to resource_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/user_creds.py to user_creds.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/stack_lock.py to stack_lock.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/raw_template_files.py to raw_template_files.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/resource_properties_data.py to resource_properties_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/software_config.py to software_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/sync_point.py to sync_point.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/stack_tag.py to stack_tag.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/software_deployment.py to software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/objects/raw_template.py to raw_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/all.py to all.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/api_cfn.py to api_cfn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cmd/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/072_raw_template_files.py to 072_raw_template_files.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/081_placeholder.py to 081_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/078_placeholder.py to 078_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/074_placeholder.py to 074_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/084_placeholder.py to 084_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/086_drop_watch_rule_watch_data_tables.py to 086_drop_watch_rule_watch_data_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/075_placeholder.py to 075_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/076_placeholder.py to 076_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/083_placeholder.py to 083_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/080_resource_attrs_data.py to 080_resource_attrs_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/071_mitaka.py to 071_mitaka.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/073_resource_data_fk_ondelete_cascade.py to 073_resource_data_fk_ondelete_cascade.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/077_placeholder.py to 077_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/085_placeholder.py to 085_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/082_placeholder.py to 082_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/versions/079_resource_properties_data.py to 079_resource_properties_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/db/sqlalchemy/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/heat_api.py to heat_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/httpd/heat_api_cfn.py to heat_api_cfn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware/version_negotiation.py to version_negotiation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/middleware/fault.py to fault.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws/ec2token.py to ec2token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/aws/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/actions.py to actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/software_deployments.py to software_deployments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views/views_common.py to views_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/views/stacks_view.py to stacks_view.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/stacks.py to stacks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/openstack/v1/software_configs.py to software_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1/stacks.py to stacks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/api/cfn/v1/signal.py to signal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/output.py to output.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/timestamp.py to timestamp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/translation.py to translation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/stack_lock.py to stack_lock.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraints.py to constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/lifecycle_plugin.py to lifecycle_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/sync_point.py to sync_point.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/function.py to function.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/properties.py to properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/parent_rsrc.py to parent_rsrc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/parameter_groups.py to parameter_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/plugin_manager.py to plugin_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/dependencies.py to dependencies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraint/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/constraint/common_constraints.py to common_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/update.py to update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/properties_group.py to properties_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/check_resource.py to check_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/environment.py to environment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/attributes.py to attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/software_config_io.py to software_config_io.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/worker.py to worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/parameters.py to parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/notification/autoscaling.py to autoscaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/template_common.py to template_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/template_files.py to template_files.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/rsrc_defn.py to rsrc_defn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/stack_resource.py to stack_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/signal_responder.py to signal_responder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/stack_user.py to stack_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/template_resource.py to template_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/iam/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/iam/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/lb/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/lb/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/instance.py to instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/route_table.py to route_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/vpc.py to vpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/internet_gateway.py to internet_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/eip.py to eip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/network_interface.py to network_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/ec2/subnet.py to subnet.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling/autoscaling_group.py to autoscaling_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling/scaling_policy.py to scaling_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/autoscaling/launch_config.py to launch_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/s3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/s3/s3.py to s3.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn/wait_condition_handle.py to wait_condition_handle.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/aws/cfn/wait_condition.py to wait_condition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/server_base.py to server_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/scheduler_hints.py to scheduler_hints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/alarm_base.py to alarm_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/wait_condition.py to wait_condition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/glance/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/glance/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate/zone.py to zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate/recordset.py to recordset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/designate/record.py to record.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/pool_member.py to pool_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/octavia_base.py to octavia_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/octavia/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/swift/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/metering.py to metering.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/vpnservice.py to vpnservice.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/network_gateway.py to network_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/provider_net.py to provider_net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/rbac_policy.py to rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/l2_gateway_connection.py to l2_gateway_connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/subnetpool.py to subnetpool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/floatingip.py to floatingip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/neutron.py to neutron.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/extraroute.py to extraroute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/firewall.py to firewall.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc/flow_classifier.py to flow_classifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc/port_chain.py to port_chain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc/port_pair.py to port_pair.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/sfc/port_pair_group.py to port_pair_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas/tap_flow.py to tap_flow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/taas/tap_service.py to tap_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/l2_gateway.py to l2_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/net.py to net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/address_scope.py to address_scope.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/subnet.py to subnet.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/l7rule.py to l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/l7policy.py to l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/pool_member.py to pool_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/lbaas/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/qos.py to qos.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/loadbalancer.py to loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/trunk.py to trunk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/neutron/security_group_rule.py to security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral/external_resource.py to external_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral/cron_trigger.py to cron_trigger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/mistral/workflow.py to workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/qos_specs.py to qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/encrypted_volume_type.py to encrypted_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/volume_type.py to volume_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/cinder/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican/secret.py to secret.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/barbican/order.py to order.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum/cluster_template.py to cluster_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum/bay.py to bay.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/magnum/baymodel.py to baymodel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/host_aggregate.py to host_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/floatingip.py to floatingip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/keypair.py to keypair.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/server_network_mixin.py to server_network_mixin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/server_group.py to server_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/nova/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/structured_config.py to structured_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/software_config.py to software_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/none_resource.py to none_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/autoscaling_group.py to autoscaling_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/delay.py to delay.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/scaling_policy.py to scaling_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/instance_group.py to instance_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/swiftsignal.py to swiftsignal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/ha_restarter.py to ha_restarter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/access_policy.py to access_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/cloud_watch.py to cloud_watch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/deployed_server.py to deployed_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/value.py to value.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/resource_chain.py to resource_chain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/software_component.py to software_component.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/wait_condition_handle.py to wait_condition_handle.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/cloud_config.py to cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/random_string.py to random_string.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/remote_stack.py to remote_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/wait_condition.py to wait_condition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/resource_group.py to resource_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/software_deployment.py to software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/heat/multi_part.py to multi_part.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila/share.py to share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila/share_type.py to share_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila/share_network.py to share_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/manila/security_service.py to security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/receiver.py to receiver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/res_base.py to res_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/senlin/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zun/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zun/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove/instance.py to instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/trove/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/composite_alarm.py to composite_alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/alarm.py to alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/gnocchi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/aodh/gnocchi/alarm.py to alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar/subscription.py to subscription.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/zaqar/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar/lease.py to lease.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/blazar/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/job_binary.py to job_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/data_source.py to data_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/sahara/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca/notification.py to notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/monasca/alarm_definition.py to alarm_definition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/role_assignments.py to role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/openstack/keystone/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/resources/volume_base.py to volume_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/stk_defn.py to stk_defn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/service_software_config.py to service_software_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/conditions.py to conditions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/support.py to support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn/functions.py to functions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn/parameters.py to parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/cfn/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot/functions.py to functions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot/parameters.py to parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/hot/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/node_data.py to node_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/client_plugin.py to client_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/glance.py to glance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/senlin.py to senlin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/monasca.py to monasca.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/barbican.py to barbican.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/sahara.py to sahara.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/heat_plugin.py to heat_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/aodh.py to aodh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron/lbaas_constraints.py to lbaas_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron/taas_constraints.py to taas_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/neutron/neutron_constraints.py to neutron_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/mistral.py to mistral.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/openstacksdk.py to openstacksdk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/manila.py to manila.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/octavia.py to octavia.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/magnum.py to magnum.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/designate.py to designate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/blazar.py to blazar.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/zun.py to zun.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/trove.py to trove.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/zaqar.py to zaqar.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone/heat_keystoneclient.py to heat_keystoneclient.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone/keystone_constraints.py to keystone_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/os/keystone/fake_keystoneclient.py to fake_keystoneclient.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/default_client_plugin.py to default_client_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/microversion_mixin.py to microversion_mixin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/progress.py to progress.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/engine/clients/client_exception.py to client_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit/loguserdata.py to loguserdata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/cloudinit/part_handler.py to part_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_nokey.py to test_nokey.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_noauth.py to test_noauth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_serializers.py to test_common_serializers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_support.py to test_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_lock.py to test_stack_lock.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_rsrc_defn.py to test_rsrc_defn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_crypt.py to test_crypt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_hot.py to test_hot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/generic_resource.py to generic_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/message_processor.py to message_processor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/event_loop.py to event_loop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/engine_wrapper.py to engine_wrapper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/testutils.py to testutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/worker_wrapper.py to worker_wrapper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/scenario.py to scenario.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/message_queue.py to message_queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/fake_resource.py to fake_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/scenario_template.py to scenario_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/processes.py to processes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/framework/reality.py to reality.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/test_converge.py to test_converge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_replace_invert_deps.py to update_replace_invert_deps.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/basic_create.py to basic_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_add_rollback_early.py to update_add_rollback_early.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_remove.py to update_remove.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/basic_update_delete.py to basic_update_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_user_replace.py to update_user_replace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_add_rollback.py to update_add_rollback.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_add.py to update_add.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_replace_rollback.py to update_replace_rollback.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_replace_missed_cleanup_delete.py to update_replace_missed_cleanup_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_remove_rollback.py to update_remove_rollback.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_user_replace_rollback.py to update_user_replace_rollback.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_user_replace_rollback_update.py to update_user_replace_rollback_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_replace_missed_cleanup.py to update_replace_missed_cleanup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/create_early_delete.py to create_early_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/basic_create_rollback.py to basic_create_rollback.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_interrupt_create.py to update_interrupt_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_replace.py to update_replace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/multiple_update.py to multiple_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/update_add_concurrent.py to update_add_concurrent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/convergence/scenarios/disjoint_create.py to disjoint_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_constraints.py to test_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_dbinstance.py to test_dbinstance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_nested_stack.py to test_nested_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_instance.py to test_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_instance_network.py to test_instance_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_eip.py to test_eip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_waitcondition.py to test_waitcondition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_loadbalancer.py to test_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_network_interface.py to test_network_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/aws/test_s3.py to test_s3.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_notifications.py to test_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_environment_format.py to test_environment_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_attributes.py to test_attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_event.py to test_event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_metadata_refresh.py to test_metadata_refresh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_delete.py to test_stack_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_timeutils.py to test_timeutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_function.py to test_function.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/cmd/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_template_format.py to test_template_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_environment.py to test_environment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_parameters.py to test_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_resource.py to test_stack_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/test_sqlalchemy_types.py to test_sqlalchemy_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/test_sqlalchemy_filters.py to test_sqlalchemy_filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/db/test_sqlalchemy_api.py to test_sqlalchemy_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_template.py to test_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_policy.py to test_common_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_identifier.py to test_identifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_short_id.py to test_short_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/middleware/test_version_negotiation_middleware.py to test_version_negotiation_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws/test_api_ec2token.py to test_api_ec2token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/aws/test_api_aws.py to test_api_aws.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_views_stacks_view.py to test_views_stacks_view.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_events.py to test_events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_resources.py to test_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_software_deployments.py to test_software_deployments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_build_info.py to test_build_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_stacks.py to test_stacks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_routes.py to test_routes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_software_configs.py to test_software_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_views_common.py to test_views_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/openstack_v1/test_actions.py to test_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/cfn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/api/cfn/test_api_cfn_v1.py to test_api_cfn_v1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_engine_worker.py to test_engine_worker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_create.py to test_stack_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_service_engine.py to test_service_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_adopt.py to test_stack_adopt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_delete.py to test_stack_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_software_config.py to test_software_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_action.py to test_stack_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_snapshot.py to test_stack_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_events.py to test_stack_events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_resources.py to test_stack_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_stack_update.py to test_stack_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/service/test_threadgroup_mgr.py to test_threadgroup_mgr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_check_resource.py to test_check_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_node_data.py to test_node_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_scheduler.py to test_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_sync_point.py to test_sync_point.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_resource_type.py to test_resource_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_dependencies.py to test_dependencies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/engine/test_plugin_manager.py to test_plugin_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_engine_service.py to test_engine_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_properties.py to test_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_convg_stack.py to test_convg_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_engine_api_utils.py to test_engine_api_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_env_util.py to test_common_env_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_plugin_loader.py to test_plugin_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_auth_url.py to test_auth_url.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_rpc_client.py to test_rpc_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_translation_rule.py to test_translation_rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_resource_properties_data.py to test_resource_properties_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_context.py to test_common_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_loguserdata.py to test_loguserdata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_rolling_update.py to test_rolling_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_new_capacity.py to test_new_capacity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_heat_scaling_policy.py to test_heat_scaling_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/inline_templates.py to inline_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_heat_scaling_group.py to test_heat_scaling_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_lbutils.py to test_lbutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_scaling_template.py to test_scaling_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_scaling_group.py to test_scaling_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_scaling_policy.py to test_scaling_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/autoscaling/test_launch_config.py to test_launch_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_fault_middleware.py to test_fault_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_validate.py to test_validate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_urlfetch.py to test_urlfetch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_server_tags.py to test_server_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_lifecycle_plugin_utils.py to test_lifecycle_plugin_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_param_utils.py to test_common_param_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_rpc_worker_client.py to test_rpc_worker_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_template_files.py to test_template_files.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_vpc.py to test_vpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_properties_group.py to test_properties_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_user.py to test_stack_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_auth_plugin.py to test_common_auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_auth_password.py to test_auth_password.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_update.py to test_stack_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_grouputils.py to test_grouputils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_empty_stack.py to test_empty_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_rpc_listener_client.py to test_rpc_listener_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/glance/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/glance/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/designate/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/inline_templates.py to inline_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_loadbalancer.py to test_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/octavia/test_pool_member.py to test_pool_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/swift/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_loadbalancer.py to test_neutron_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_network_gateway.py to test_neutron_network_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_subnetpool.py to test_neutron_subnetpool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_firewall.py to test_neutron_firewall.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron.py to test_neutron.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_rbac_policy.py to test_neutron_rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_metering.py to test_neutron_metering.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_port.py to test_neutron_port.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/inline_templates.py to inline_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_floating_ip.py to test_neutron_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_segment.py to test_neutron_segment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_provider_net.py to test_neutron_provider_net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_vpnservice.py to test_neutron_vpnservice.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_security_group.py to test_neutron_security_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_subnet.py to test_neutron_subnet.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_extraroute.py to test_extraroute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_l2_gateway_connection.py to test_neutron_l2_gateway_connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_qos.py to test_qos.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_net.py to test_neutron_net.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_taas/test_tap_service.py to test_tap_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_taas/test_tap_flow.py to test_tap_flow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_l2_gateway.py to test_neutron_l2_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_router.py to test_neutron_router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_trunk.py to test_neutron_trunk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_loadbalancer.py to test_loadbalancer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/lbaas/test_pool_member.py to test_pool_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_neutron_security_group_rule.py to test_neutron_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc/test_port_pair_group.py to test_port_pair_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc/test_port_pair.py to test_port_pair.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc/test_port_chain.py to test_port_chain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/neutron/test_sfc/test_flow_classifier.py to test_flow_classifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral/test_external_resource.py to test_external_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral/test_workflow.py to test_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/mistral/test_cron_trigger.py to test_cron_trigger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_volume_utils.py to test_volume_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_volume_type_encryption.py to test_volume_type_encryption.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_qos_specs.py to test_qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/cinder/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican/test_secret.py to test_secret.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/barbican/test_order.py to test_order.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum/test_bay.py to test_bay.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/magnum/test_cluster_template.py to test_cluster_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_host_aggregate.py to test_host_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_floatingip.py to test_floatingip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/nova/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_remote_stack.py to test_remote_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_delay.py to test_delay.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_random_string.py to test_random_string.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_none_resource.py to test_none_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_multi_part.py to test_multi_part.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_instance_group.py to test_instance_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_resource_group.py to test_resource_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_structured_config.py to test_structured_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_waitcondition.py to test_waitcondition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_instance_group_update_policy.py to test_instance_group_update_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_resource_chain.py to test_resource_chain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_software_config.py to test_software_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_value.py to test_value.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_cloud_config.py to test_cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_deployed_server.py to test_deployed_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_software_deployment.py to test_software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_swiftsignal.py to test_swiftsignal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/heat/test_software_component.py to test_software_component.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila/test_share_type.py to test_share_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila/test_share_network.py to test_share_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila/test_share.py to test_share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/manila/test_security_service.py to test_security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/test_profile.py to test_profile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/senlin/test_receiver.py to test_receiver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zun/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zun/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/trove/test_instance.py to test_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh/test_alarm.py to test_alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh/test_composite_alarm.py to test_composite_alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/aodh/test_gnocchi_alarm.py to test_gnocchi_alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar/test_queue.py to test_queue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/zaqar/test_subscription.py to test_subscription.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/blazar/test_lease.py to test_lease.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_job.py to test_job.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_templates.py to test_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_data_source.py to test_data_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/sahara/test_job_binary.py to test_job_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/monasca/test_alarm_definition.py to test_alarm_definition.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_role_assignments.py to test_role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/openstack/keystone/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_service_utils.py to test_common_service_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_common_exception.py to test_common_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_provider_template.py to test_provider_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_stack_collect_attributes.py to test_stack_collect_attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_signal.py to test_signal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_blazar_client.py to test_blazar_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_zun_client.py to test_zun_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_manila_client.py to test_manila_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_swift_client.py to test_swift_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_neutron_client.py to test_neutron_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_barbican_client.py to test_barbican_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_monasca_client.py to test_monasca_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_designate_client.py to test_designate_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_aodh_client.py to test_aodh_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_magnum_client.py to test_magnum_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_nova_client.py to test_nova_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_glance_client.py to test_glance_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_mistral_client.py to test_mistral_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_octavia_client.py to test_octavia_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_cinder_client.py to test_cinder_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_zaqar_client.py to test_zaqar_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_senlin_client.py to test_senlin_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_sdk_client.py to test_sdk_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_sahara_client.py to test_sahara_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_progress.py to test_progress.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_heat_client.py to test_heat_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/clients/test_keystone_client.py to test_keystone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/constraints/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/tests/constraints/test_common_constraints.py to test_common_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/actions.py to actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/software_deployments.py to software_deployments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/resource_types.py to resource_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/stacks.py to stacks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/software_configs.py to software_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/policies/cloudformation.py to cloudformation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/cooldown.py to cooldown.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/rolling_update.py to rolling_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/scalingutil.py to scalingutil.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/scaling/lbutils.py to lbutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/endpoint_utils.py to endpoint_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/serializers.py to serializers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/crypt.py to crypt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/short_id.py to short_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/timeutils.py to timeutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/password_gen.py to password_gen.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/auth_password.py to auth_password.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/service_utils.py to service_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/environment_util.py to environment_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/environment_format.py to environment_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/pluginutils.py to pluginutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/auth_plugin.py to auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/identifier.py to identifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/param_utils.py to param_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/lifecycle_plugin_utils.py to lifecycle_plugin_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/custom_backend_auth.py to custom_backend_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/grouputils.py to grouputils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/messaging.py to messaging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/urlfetch.py to urlfetch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/auth_url.py to auth_url.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/netutils.py to netutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/plugin_loader.py to plugin_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/template_format.py to template_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/common/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_software_deployment_group.py to test_software_deployment_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_template_resource.py to test_template_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_immutable_parameters.py to test_immutable_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_aws_stack.py to test_aws_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_create_update.py to test_create_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_conditions.py to test_conditions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_default_parameters.py to test_default_parameters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_env_merge.py to test_env_merge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_instance_group.py to test_instance_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_resource_group.py to test_resource_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_conditional_exposure.py to test_conditional_exposure.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_notifications.py to test_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_validation.py to test_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_admin_actions.py to test_admin_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_heat_autoscaling.py to test_heat_autoscaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_autoscaling.py to test_autoscaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_delete.py to test_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_resource_chain.py to test_resource_chain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_nested_get_attr.py to test_nested_get_attr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_versionnegotiation.py to test_versionnegotiation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_preview_update.py to test_preview_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_cancel_update.py to test_cancel_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_swiftsignal_update.py to test_swiftsignal_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/functional_base.py to functional_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_stack_cancel.py to test_stack_cancel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_purge.py to test_purge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_update_restricted.py to test_update_restricted.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_replace_deprecated.py to test_replace_deprecated.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_translation.py to test_translation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_simultaneous_update.py to test_simultaneous_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_snapshot_restore.py to test_snapshot_restore.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/functional/test_template_versions.py to test_template_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat_integrationtests/common/clients.py to clients.pyc writing byte-compilation script '/tmp/tmpK9wPPG.py' /usr/bin/python2 -O /tmp/tmpK9wPPG.py removing /tmp/tmpK9wPPG.py running install_data creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/templates copying etc/heat/templates/AWS_RDS_DBInstance.yaml -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/templates/ copying etc/heat/templates/AWS_CloudWatch_Alarm.yaml -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/templates/ copying etc/heat/api-paste.ini -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/environment.d copying etc/heat/environment.d/default.yaml -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/environment.d/ running install_egg_info running egg_info writing openstack_heat.egg-info/PKG-INFO writing top-level names to openstack_heat.egg-info/top_level.txt writing dependency_links to openstack_heat.egg-info/dependency_links.txt writing entry points to openstack_heat.egg-info/entry_points.txt writing pbr to openstack_heat.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_heat.egg-info/SOURCES.txt' Copying openstack_heat.egg-info to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_heat-13.1.0-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin copying build/scripts-2.7/heat-keystone-setup -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin copying build/scripts-2.7/heat-db-setup -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin copying build/scripts-2.7/heat-keystone-setup-domain -> /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin/heat-keystone-setup to 755 changing mode of /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin/heat-db-setup to 755 changing mode of /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin/heat-keystone-setup-domain to 755 /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing heat-wsgi-api-cfn script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-wsgi-api script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-status script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-api-cfn script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-manage script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-engine script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-all script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin Installing heat-api script to /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin + sed -i -e '/^#!/,1 d' /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//usr/lib/python2.7/site-packages/heat/db/sqlalchemy/migrate_repo/manage.py + mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//var/log/heat/ + mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//var/run/heat/ + install -p -D -m 644 /builddir/build/SOURCES/heat.logrotate /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/etc/logrotate.d/openstack-heat + install -p -D -m 644 /builddir/build/SOURCES/openstack-heat-api.service /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/systemd/system/openstack-heat-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-heat-api-cfn.service /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/systemd/system/openstack-heat-api-cfn.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-heat-engine.service /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/systemd/system/openstack-heat-engine.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-heat-api.service /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/systemd/system/openstack-heat-all.service + mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//var/lib/heat/ + mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//etc/heat/ + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.ec2token.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.signal.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.fault.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.version_negotiation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.actions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.build_info.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.events.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.resources.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.services.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.software_configs.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.software_deployments.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.util.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.stacks_view.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.views_common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_password.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_url.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.cache.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.context.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.crypt.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.custom_backend_auth.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.endpoint_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.environment_format.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.environment_util.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.grouputils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.i18n.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.identifier.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.lifecycle_plugin_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.messaging.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.netutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.noauth.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.param_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.password_gen.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.plugin_loader.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.pluginutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.policy.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.profiler.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.serializers.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.service_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.short_id.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.template_format.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.timeutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.urlfetch.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.wsgi.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.filters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migration.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.models.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.types.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migrate_repo.manage.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migrate_repo.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.attributes.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.check_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.conditions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.dependencies.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.environment.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.event.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.function.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.lifecycle_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.node_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.output.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parameter_groups.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parent_rsrc.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.plugin_manager.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.properties.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.properties_group.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.rsrc_defn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.scheduler.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.service_software_config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.software_config_io.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stack_lock.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.status.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stk_defn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.support.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.sync_point.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template_common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template_files.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.timestamp.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.translation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.update.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.worker.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.functions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.client_exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.client_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.default_client_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.microversion_mixin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.progress.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.aodh.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.barbican.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.blazar.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.cinder.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.designate.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.glance.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.heat_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.magnum.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.manila.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.mistral.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.monasca.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.nova.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.octavia.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.openstacksdk.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.sahara.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.senlin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.swift.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.trove.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.zaqar.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.zun.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.fake_keystoneclient.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.heat_keystoneclient.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.keystone_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.lbaas_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.neutron_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.taas_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraint.common_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraint.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.functions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.autoscaling.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.alarm_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.scheduler_hints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.server_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.signal_responder.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.stack_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.stack_user.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.template_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.volume_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.wait_condition.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.event.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.fields.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.raw_template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.raw_template_files.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource_properties_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.snapshot.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.software_config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.software_deployment.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack_lock.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack_tag.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.sync_point.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.user_creds.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.actions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.build_info.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.cloudformation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.events.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.resource_types.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.software_configs.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.software_deployments.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.listener_client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.worker_api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.worker_client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.cooldown.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.lbutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.rolling_update.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.scalingutil.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/openstack-heat-13.1.0/.gitreview found adding role devstack-doc to link to https://docs.openstack.org/devstack/latest/%s adding role diskimage-builder-doc to link to https://docs.openstack.org/diskimage-builder/latest/%s adding role keystone-doc to link to https://docs.openstack.org/keystone/latest/%s adding role keystoneauth-doc to link to https://docs.openstack.org/keystoneauth/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.reports-doc to link to https://docs.openstack.org/oslo.reports/latest/%s adding role python-barbicanclient-doc to link to https://docs.openstack.org/python-barbicanclient/latest/%s adding role python-heatclient-doc to link to https://docs.openstack.org/python-heatclient/latest/%s adding role python-openstackclient-doc to link to https://docs.openstack.org/python-openstackclient/latest/%s [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/../../config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/_static/heat.conf.sample WARNING:stevedore.named:Could not load heat.engine.resources, heat.common.config, heat.engine.clients, heat.common.crypt, heat.common.context, heat.common.wsgi, keystonemiddleware.auth_token, heat.engine.clients.os.keystone.heat_keystoneclient, heat.engine.notification, heat.api.aws.ec2token [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/../../etc/heat/heat-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/_static/heat.policy.yaml.sample WARNING:stevedore.named:Could not load heat building [mo]: targets for 0 po files that are out of date building [html]: targets for 71 source files that are out of date updating environment: 283 added, 0 changed, 0 removed reading sources... [ 0%] admin/auth-model reading sources... [ 0%] admin/index reading sources... [ 1%] admin/introduction reading sources... [ 1%] admin/stack-domain-users reading sources... [ 1%] api/heat reading sources... [ 2%] api/heat.api reading sources... [ 2%] api/heat.api.aws reading sources... [ 2%] api/heat.api.aws.ec2token reading sources... [ 3%] api/heat.api.aws.exception reading sources... [ 3%] api/heat.api.aws.utils reading sources... [ 3%] api/heat.api.cfn reading sources... [ 4%] api/heat.api.cfn.v1 reading sources... [ 4%] api/heat.api.cfn.v1.signal reading sources... [ 4%] api/heat.api.cfn.v1.stacks reading sources... [ 5%] api/heat.api.cfn.versions reading sources... [ 5%] api/heat.api.middleware reading sources... [ 6%] api/heat.api.middleware.fault reading sources... [ 6%] api/heat.api.middleware.version_negotiation reading sources... [ 6%] api/heat.api.openstack reading sources... [ 7%] api/heat.api.openstack.v1 reading sources... [ 7%] api/heat.api.openstack.v1.actions reading sources... [ 7%] api/heat.api.openstack.v1.build_info reading sources... [ 8%] api/heat.api.openstack.v1.events reading sources... [ 8%] api/heat.api.openstack.v1.resources reading sources... [ 8%] api/heat.api.openstack.v1.services reading sources... [ 9%] api/heat.api.openstack.v1.software_configs reading sources... [ 9%] api/heat.api.openstack.v1.software_deployments reading sources... [ 9%] api/heat.api.openstack.v1.stacks reading sources... [ 10%] api/heat.api.openstack.v1.util reading sources... [ 10%] api/heat.api.openstack.v1.views reading sources... [ 10%] api/heat.api.openstack.v1.views.stacks_view reading sources... [ 11%] api/heat.api.openstack.v1.views.views_common reading sources... [ 11%] api/heat.api.openstack.versions reading sources... [ 12%] api/heat.api.versions reading sources... [ 12%] api/heat.common reading sources... [ 12%] api/heat.common.auth_password reading sources... [ 13%] api/heat.common.auth_plugin reading sources... [ 13%] api/heat.common.auth_url reading sources... [ 13%] api/heat.common.cache reading sources... [ 14%] api/heat.common.config reading sources... [ 14%] api/heat.common.context reading sources... [ 14%] api/heat.common.crypt reading sources... [ 15%] api/heat.common.custom_backend_auth reading sources... [ 15%] api/heat.common.endpoint_utils reading sources... [ 15%] api/heat.common.environment_format reading sources... [ 16%] api/heat.common.environment_util reading sources... [ 16%] api/heat.common.exception reading sources... [ 16%] api/heat.common.grouputils reading sources... [ 17%] api/heat.common.i18n reading sources... [ 17%] api/heat.common.identifier reading sources... [ 18%] api/heat.common.lifecycle_plugin_utils reading sources... [ 18%] api/heat.common.messaging reading sources... [ 18%] api/heat.common.netutils reading sources... [ 19%] api/heat.common.noauth reading sources... [ 19%] api/heat.common.param_utils reading sources... [ 19%] api/heat.common.password_gen reading sources... [ 20%] api/heat.common.plugin_loader reading sources... [ 20%] api/heat.common.pluginutils reading sources... [ 20%] api/heat.common.policy reading sources... [ 21%] api/heat.common.profiler reading sources... [ 21%] api/heat.common.serializers reading sources... [ 21%] api/heat.common.service_utils reading sources... [ 22%] api/heat.common.short_id reading sources... [ 22%] api/heat.common.template_format reading sources... [ 22%] api/heat.common.timeutils reading sources... [ 23%] api/heat.common.urlfetch reading sources... [ 23%] api/heat.common.wsgi reading sources... [ 24%] api/heat.db reading sources... [ 24%] api/heat.db.sqlalchemy reading sources... [ 24%] api/heat.db.sqlalchemy.api reading sources... [ 25%] api/heat.db.sqlalchemy.filters reading sources... [ 25%] api/heat.db.sqlalchemy.migrate_repo reading sources... [ 25%] api/heat.db.sqlalchemy.migrate_repo.manage reading sources... [ 26%] api/heat.db.sqlalchemy.migration reading sources... [ 26%] api/heat.db.sqlalchemy.models reading sources... [ 26%] api/heat.db.sqlalchemy.types reading sources... [ 27%] api/heat.db.sqlalchemy.utils reading sources... [ 27%] api/heat.engine reading sources... [ 27%] api/heat.engine.api reading sources... [ 28%] api/heat.engine.attributes reading sources... [ 28%] api/heat.engine.cfn reading sources... [ 28%] api/heat.engine.cfn.functions reading sources... [ 29%] api/heat.engine.cfn.parameters reading sources... [ 29%] api/heat.engine.cfn.template reading sources... [ 30%] api/heat.engine.check_resource reading sources... [ 30%] api/heat.engine.clients reading sources... [ 30%] api/heat.engine.clients.client_exception reading sources... [ 31%] api/heat.engine.clients.client_plugin reading sources... [ 31%] api/heat.engine.clients.default_client_plugin reading sources... [ 31%] api/heat.engine.clients.microversion_mixin reading sources... [ 32%] api/heat.engine.clients.os reading sources... [ 32%] api/heat.engine.clients.os.aodh reading sources... [ 32%] api/heat.engine.clients.os.barbican reading sources... [ 33%] api/heat.engine.clients.os.blazar reading sources... [ 33%] api/heat.engine.clients.os.cinder reading sources... [ 33%] api/heat.engine.clients.os.designate reading sources... [ 34%] api/heat.engine.clients.os.glance reading sources... [ 34%] api/heat.engine.clients.os.heat_plugin reading sources... [ 34%] api/heat.engine.clients.os.keystone reading sources... [ 35%] api/heat.engine.clients.os.keystone.fake_keystoneclient reading sources... [ 35%] api/heat.engine.clients.os.keystone.heat_keystoneclient reading sources... [ 36%] api/heat.engine.clients.os.keystone.keystone_constraints reading sources... [ 36%] api/heat.engine.clients.os.magnum reading sources... [ 36%] api/heat.engine.clients.os.manila reading sources... [ 37%] api/heat.engine.clients.os.mistral reading sources... [ 37%] api/heat.engine.clients.os.monasca reading sources... [ 37%] api/heat.engine.clients.os.neutron reading sources... [ 38%] api/heat.engine.clients.os.neutron.lbaas_constraints reading sources... [ 38%] api/heat.engine.clients.os.neutron.neutron_constraints reading sources... [ 38%] api/heat.engine.clients.os.neutron.taas_constraints reading sources... [ 39%] api/heat.engine.clients.os.nova reading sources... [ 39%] api/heat.engine.clients.os.octavia reading sources... [ 39%] api/heat.engine.clients.os.openstacksdk reading sources... [ 40%] api/heat.engine.clients.os.sahara reading sources... [ 40%] api/heat.engine.clients.os.senlin reading sources... [ 40%] api/heat.engine.clients.os.swift reading sources... [ 41%] api/heat.engine.clients.os.trove reading sources... [ 41%] api/heat.engine.clients.os.zaqar reading sources... [ 42%] api/heat.engine.clients.os.zun reading sources... [ 42%] api/heat.engine.clients.progress reading sources... [ 42%] api/heat.engine.conditions reading sources... [ 43%] api/heat.engine.constraint reading sources... [ 43%] api/heat.engine.constraint.common_constraints reading sources... [ 43%] api/heat.engine.constraints reading sources... [ 44%] api/heat.engine.dependencies reading sources... [ 44%] api/heat.engine.environment reading sources... [ 44%] api/heat.engine.event reading sources... [ 45%] api/heat.engine.function reading sources... [ 45%] api/heat.engine.hot reading sources... [ 45%] api/heat.engine.hot.functions reading sources... [ 46%] api/heat.engine.hot.parameters reading sources... [ 46%] api/heat.engine.hot.template reading sources... [ 46%] api/heat.engine.lifecycle_plugin reading sources... [ 47%] api/heat.engine.node_data reading sources... [ 47%] api/heat.engine.notification reading sources... [ 48%] api/heat.engine.notification.autoscaling reading sources... [ 48%] api/heat.engine.notification.stack reading sources... [ 48%] api/heat.engine.output reading sources... [ 49%] api/heat.engine.parameter_groups reading sources... [ 49%] api/heat.engine.parameters reading sources... [ 49%] api/heat.engine.parent_rsrc reading sources... [ 50%] api/heat.engine.plugin_manager reading sources... [ 50%] api/heat.engine.properties reading sources... [ 50%] api/heat.engine.properties_group reading sources... [ 51%] api/heat.engine.resource reading sources... [ 51%] api/heat.engine.resources reading sources... [ 51%] api/heat.engine.resources.alarm_base reading sources... [ 52%] api/heat.engine.resources.scheduler_hints reading sources... [ 52%] api/heat.engine.resources.server_base reading sources... [ 53%] api/heat.engine.resources.signal_responder reading sources... [ 53%] api/heat.engine.resources.stack_resource reading sources... [ 53%] api/heat.engine.resources.stack_user reading sources... [ 54%] api/heat.engine.resources.template_resource reading sources... [ 54%] api/heat.engine.resources.volume_base reading sources... [ 54%] api/heat.engine.resources.wait_condition reading sources... [ 55%] api/heat.engine.rsrc_defn reading sources... [ 55%] api/heat.engine.scheduler reading sources... [ 55%] api/heat.engine.service reading sources... [ 56%] api/heat.engine.service_software_config reading sources... [ 56%] api/heat.engine.software_config_io reading sources... [ 56%] api/heat.engine.stack reading sources... [ 57%] api/heat.engine.stack_lock reading sources... [ 57%] api/heat.engine.status reading sources... [ 57%] api/heat.engine.stk_defn reading sources... [ 58%] api/heat.engine.support reading sources... [ 58%] api/heat.engine.sync_point reading sources... [ 59%] api/heat.engine.template reading sources... [ 59%] api/heat.engine.template_common reading sources... [ 59%] api/heat.engine.template_files reading sources... [ 60%] api/heat.engine.timestamp reading sources... [ 60%] api/heat.engine.translation reading sources... [ 60%] api/heat.engine.update reading sources... [ 61%] api/heat.engine.worker reading sources... [ 61%] api/heat.objects reading sources... [ 61%] api/heat.objects.base reading sources... [ 62%] api/heat.objects.event reading sources... [ 62%] api/heat.objects.fields reading sources... [ 62%] api/heat.objects.raw_template reading sources... [ 63%] api/heat.objects.raw_template_files reading sources... [ 63%] api/heat.objects.resource reading sources... [ 63%] api/heat.objects.resource_data reading sources... [ 64%] api/heat.objects.resource_properties_data reading sources... [ 64%] api/heat.objects.service reading sources... [ 65%] api/heat.objects.snapshot reading sources... [ 65%] api/heat.objects.software_config reading sources... [ 65%] api/heat.objects.software_deployment reading sources... [ 66%] api/heat.objects.stack reading sources... [ 66%] api/heat.objects.stack_lock reading sources... [ 66%] api/heat.objects.stack_tag reading sources... [ 67%] api/heat.objects.sync_point reading sources... [ 67%] api/heat.objects.user_creds reading sources... [ 67%] api/heat.policies reading sources... [ 68%] api/heat.policies.actions reading sources... [ 68%] api/heat.policies.base reading sources... [ 68%] api/heat.policies.build_info reading sources... [ 69%] api/heat.policies.cloudformation reading sources... [ 69%] api/heat.policies.events reading sources... [ 69%] api/heat.policies.resource reading sources... [ 70%] api/heat.policies.resource_types reading sources... [ 70%] api/heat.policies.service reading sources... [ 71%] api/heat.policies.software_configs reading sources... [ 71%] api/heat.policies.software_deployments reading sources... [ 71%] api/heat.policies.stacks reading sources... [ 72%] api/heat.rpc reading sources... [ 72%] api/heat.rpc.api reading sources... [ 72%] api/heat.rpc.client reading sources... [ 73%] api/heat.rpc.listener_client reading sources... [ 73%] api/heat.rpc.worker_api reading sources... [ 73%] api/heat.rpc.worker_client reading sources... [ 74%] api/heat.scaling reading sources... [ 74%] api/heat.scaling.cooldown reading sources... [ 74%] api/heat.scaling.lbutils reading sources... [ 75%] api/heat.scaling.rolling_update reading sources... [ 75%] api/heat.scaling.scalingutil reading sources... [ 75%] api/heat.scaling.template reading sources... [ 76%] api/index reading sources... [ 76%] api/modules reading sources... [ 77%] configuration/config-options loading config file config-generator.conf WARNING:stevedore.named:Could not load heat.engine.resources, heat.common.config, heat.engine.clients, heat.common.crypt, heat.common.context, heat.common.wsgi, keystonemiddleware.auth_token, heat.engine.clients.os.keystone.heat_keystoneclient, heat.engine.notification, heat.api.aws.ec2token reading sources... [ 77%] configuration/index reading sources... [ 77%] configuration/logs reading sources... [ 78%] configuration/sample_config reading sources... [ 78%] configuration/sample_policy reading sources... [ 78%] contributing/blueprints reading sources... [ 79%] contributing/index reading sources... [ 79%] developing_guides/architecture reading sources... [ 79%] developing_guides/gmr reading sources... [ 80%] developing_guides/index reading sources... [ 80%] developing_guides/pluginguide reading sources... [ 80%] developing_guides/rally_on_gates reading sources... [ 81%] developing_guides/schedulerhints reading sources... [ 81%] developing_guides/supportstatus reading sources... [ 81%] getting_started/create_a_stack reading sources... [ 82%] getting_started/index reading sources... [ 82%] getting_started/jeos_building reading sources... [ 83%] getting_started/on_devstack reading sources... [ 83%] getting_started/on_fedora reading sources... [ 83%] getting_started/on_other reading sources... [ 84%] getting_started/on_ubuntu reading sources... [ 84%] getting_started/standalone reading sources... [ 84%] glossary reading sources... [ 85%] index reading sources... [ 85%] install/get_started reading sources... [ 85%] install/index reading sources... [ 86%] install/install reading sources... [ 86%] install/install-debian reading sources... [ 86%] install/install-obs reading sources... [ 87%] install/install-rdo reading sources... [ 87%] install/install-ubuntu reading sources... [ 87%] install/launch-instance reading sources... [ 88%] install/next-steps reading sources... [ 88%] install/verify reading sources... [ 89%] man/heat-api reading sources... [ 89%] man/heat-api-cfn reading sources... [ 89%] man/heat-db-setup reading sources... [ 90%] man/heat-engine reading sources... [ 90%] man/heat-keystone-setup reading sources... [ 90%] man/heat-keystone-setup-domain reading sources... [ 91%] man/heat-manage reading sources... [ 91%] man/heat-status reading sources... [ 91%] man/index reading sources... [ 92%] operating_guides/httpd reading sources... [ 92%] operating_guides/scale_deployment reading sources... [ 92%] operating_guides/upgrades_guide reading sources... [ 93%] template_guide/advanced_topics reading sources... [ 93%] template_guide/basic_resources reading sources... [ 93%] template_guide/cfn WARNING:heat.engine.plugins.heat_docker.resources.docker_container:Docker plug-in loaded, but docker lib not installed. reading sources... [ 94%] template_guide/composition reading sources... [ 94%] template_guide/contrib reading sources... [ 95%] template_guide/environment reading sources... [ 95%] template_guide/existing_templates reading sources... [ 95%] template_guide/feature_guide reading sources... [ 96%] template_guide/functions reading sources... [ 96%] template_guide/hello_world reading sources... [ 96%] template_guide/hot_guide reading sources... [ 97%] template_guide/hot_spec reading sources... [ 97%] template_guide/index reading sources... [ 97%] template_guide/multi-clouds reading sources... [ 98%] template_guide/openstack reading sources... [ 98%] template_guide/software_deployment reading sources... [ 98%] template_guide/unsupported reading sources... [ 99%] templates/cfn/WordPress_Single_Instance reading sources... [ 99%] templates/hot/hello_world reading sources... [100%] templates/index WARNING: autodoc: failed to import module u'blazar' from module u'heat.engine.clients.os'; the following exception was raised: No module named blazarclient WARNING: autodoc: failed to import module u'octavia' from module u'heat.engine.clients.os'; the following exception was raised: No module named octaviaclient.api WARNING: autodoc: failed to import module u'zun' from module u'heat.engine.clients.os'; the following exception was raised: No module named zunclient looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin/auth-model [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/heat/tree/doc/source' [openstackdocstheme] bug_project (from user) '989' [openstackdocstheme] bug_project looks like a number, setting use_storyboard [openstackdocstheme] bug_tag 'docs' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/auth-model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/auth-model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/auth-model' writing output... [ 0%] admin/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 1%] admin/introduction [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/introduction.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/introduction.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/introduction' writing output... [ 1%] admin/stack-domain-users [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/stack-domain-users.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/stack-domain-users.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/stack-domain-users' writing output... [ 1%] api/heat [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat' writing output... [ 2%] api/heat.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api' writing output... [ 2%] api/heat.api.aws [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.aws.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.aws.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.aws' writing output... [ 2%] api/heat.api.aws.ec2token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.aws.ec2token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.aws.ec2token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.aws.ec2token' writing output... [ 3%] api/heat.api.aws.exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.aws.exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.aws.exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.aws.exception' writing output... [ 3%] api/heat.api.aws.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.aws.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.aws.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.aws.utils' writing output... [ 3%] api/heat.api.cfn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.cfn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.cfn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.cfn' writing output... [ 4%] api/heat.api.cfn.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.cfn.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.cfn.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.cfn.v1' writing output... [ 4%] api/heat.api.cfn.v1.signal [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.cfn.v1.signal.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.cfn.v1.signal.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.cfn.v1.signal' writing output... [ 4%] api/heat.api.cfn.v1.stacks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.cfn.v1.stacks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.cfn.v1.stacks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.cfn.v1.stacks' writing output... [ 5%] api/heat.api.cfn.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.cfn.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.cfn.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.cfn.versions' writing output... [ 5%] api/heat.api.middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.middleware' writing output... [ 6%] api/heat.api.middleware.fault [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.middleware.fault.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.middleware.fault.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.middleware.fault' writing output... [ 6%] api/heat.api.middleware.version_negotiation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.middleware.version_negotiation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.middleware.version_negotiation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.middleware.version_negotiation' writing output... [ 6%] api/heat.api.openstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack' writing output... [ 7%] api/heat.api.openstack.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1' writing output... [ 7%] api/heat.api.openstack.v1.actions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.actions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.actions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.actions' writing output... [ 7%] api/heat.api.openstack.v1.build_info [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.build_info.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.build_info.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.build_info' writing output... [ 8%] api/heat.api.openstack.v1.events [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.events.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.events.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.events' writing output... [ 8%] api/heat.api.openstack.v1.resources [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.resources.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.resources.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.resources' writing output... [ 8%] api/heat.api.openstack.v1.services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.services' writing output... [ 9%] api/heat.api.openstack.v1.software_configs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.software_configs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.software_configs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.software_configs' writing output... [ 9%] api/heat.api.openstack.v1.software_deployments [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.software_deployments.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.software_deployments.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.software_deployments' writing output... [ 9%] api/heat.api.openstack.v1.stacks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.stacks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.stacks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.stacks' writing output... [ 10%] api/heat.api.openstack.v1.util [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.util.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.util.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.util' writing output... [ 10%] api/heat.api.openstack.v1.views [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.views.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.views.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.views' writing output... [ 10%] api/heat.api.openstack.v1.views.stacks_view [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.views.stacks_view.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.views.stacks_view.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.views.stacks_view' writing output... [ 11%] api/heat.api.openstack.v1.views.views_common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.v1.views.views_common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.v1.views.views_common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.v1.views.views_common' writing output... [ 11%] api/heat.api.openstack.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.openstack.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.openstack.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.openstack.versions' writing output... [ 12%] api/heat.api.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.api.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.api.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.api.versions' writing output... [ 12%] api/heat.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common' writing output... [ 12%] api/heat.common.auth_password [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.auth_password.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.auth_password.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.auth_password' writing output... [ 13%] api/heat.common.auth_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.auth_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.auth_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.auth_plugin' writing output... [ 13%] api/heat.common.auth_url [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.auth_url.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.auth_url.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.auth_url' writing output... [ 13%] api/heat.common.cache [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.cache.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.cache.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.cache' writing output... [ 14%] api/heat.common.config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.config' writing output... [ 14%] api/heat.common.context [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.context.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.context.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.context' writing output... [ 14%] api/heat.common.crypt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.crypt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.crypt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.crypt' writing output... [ 15%] api/heat.common.custom_backend_auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.custom_backend_auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.custom_backend_auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.custom_backend_auth' writing output... [ 15%] api/heat.common.endpoint_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.endpoint_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.endpoint_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.endpoint_utils' writing output... [ 15%] api/heat.common.environment_format [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.environment_format.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.environment_format.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.environment_format' writing output... [ 16%] api/heat.common.environment_util [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.environment_util.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.environment_util.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.environment_util' writing output... [ 16%] api/heat.common.exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.exception' writing output... [ 16%] api/heat.common.grouputils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.grouputils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.grouputils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.grouputils' writing output... [ 17%] api/heat.common.i18n [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.i18n.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.i18n.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.i18n' writing output... [ 17%] api/heat.common.identifier [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.identifier.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.identifier.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.identifier' writing output... [ 18%] api/heat.common.lifecycle_plugin_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.lifecycle_plugin_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.lifecycle_plugin_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.lifecycle_plugin_utils' writing output... [ 18%] api/heat.common.messaging [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.messaging.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.messaging.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.messaging' writing output... [ 18%] api/heat.common.netutils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.netutils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.netutils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.netutils' writing output... [ 19%] api/heat.common.noauth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.noauth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.noauth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.noauth' writing output... [ 19%] api/heat.common.param_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.param_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.param_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.param_utils' writing output... [ 19%] api/heat.common.password_gen [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.password_gen.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.password_gen.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.password_gen' writing output... [ 20%] api/heat.common.plugin_loader [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.plugin_loader.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.plugin_loader.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.plugin_loader' writing output... [ 20%] api/heat.common.pluginutils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.pluginutils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.pluginutils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.pluginutils' writing output... [ 20%] api/heat.common.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.policy' writing output... [ 21%] api/heat.common.profiler [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.profiler.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.profiler.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.profiler' writing output... [ 21%] api/heat.common.serializers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.serializers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.serializers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.serializers' writing output... [ 21%] api/heat.common.service_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.service_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.service_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.service_utils' writing output... [ 22%] api/heat.common.short_id [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.short_id.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.short_id.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.short_id' writing output... [ 22%] api/heat.common.template_format [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.template_format.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.template_format.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.template_format' writing output... [ 22%] api/heat.common.timeutils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.timeutils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.timeutils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.timeutils' writing output... [ 23%] api/heat.common.urlfetch [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.urlfetch.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.urlfetch.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.urlfetch' writing output... [ 23%] api/heat.common.wsgi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.common.wsgi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.common.wsgi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.common.wsgi' writing output... [ 24%] api/heat.db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db' writing output... [ 24%] api/heat.db.sqlalchemy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy' writing output... [ 24%] api/heat.db.sqlalchemy.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.api' writing output... [ 25%] api/heat.db.sqlalchemy.filters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.filters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.filters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.filters' writing output... [ 25%] api/heat.db.sqlalchemy.migrate_repo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.migrate_repo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.migrate_repo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.migrate_repo' writing output... [ 25%] api/heat.db.sqlalchemy.migrate_repo.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.migrate_repo.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.migrate_repo.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.migrate_repo.manage' writing output... [ 26%] api/heat.db.sqlalchemy.migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.migration' writing output... [ 26%] api/heat.db.sqlalchemy.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.models' writing output... [ 26%] api/heat.db.sqlalchemy.types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.types' writing output... [ 27%] api/heat.db.sqlalchemy.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.db.sqlalchemy.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.db.sqlalchemy.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.db.sqlalchemy.utils' writing output... [ 27%] api/heat.engine [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine' writing output... [ 27%] api/heat.engine.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.api' writing output... [ 28%] api/heat.engine.attributes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.attributes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.attributes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.attributes' writing output... [ 28%] api/heat.engine.cfn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.cfn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.cfn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.cfn' writing output... [ 28%] api/heat.engine.cfn.functions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.cfn.functions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.cfn.functions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.cfn.functions' writing output... [ 29%] api/heat.engine.cfn.parameters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.cfn.parameters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.cfn.parameters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.cfn.parameters' writing output... [ 29%] api/heat.engine.cfn.template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.cfn.template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.cfn.template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.cfn.template' writing output... [ 30%] api/heat.engine.check_resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.check_resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.check_resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.check_resource' writing output... [ 30%] api/heat.engine.clients [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients' writing output... [ 30%] api/heat.engine.clients.client_exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.client_exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.client_exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.client_exception' writing output... [ 31%] api/heat.engine.clients.client_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.client_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.client_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.client_plugin' writing output... [ 31%] api/heat.engine.clients.default_client_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.default_client_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.default_client_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.default_client_plugin' writing output... [ 31%] api/heat.engine.clients.microversion_mixin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.microversion_mixin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.microversion_mixin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.microversion_mixin' writing output... [ 32%] api/heat.engine.clients.os [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os' writing output... [ 32%] api/heat.engine.clients.os.aodh [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.aodh.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.aodh.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.aodh' writing output... [ 32%] api/heat.engine.clients.os.barbican [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.barbican.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.barbican.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.barbican' writing output... [ 33%] api/heat.engine.clients.os.blazar [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.blazar.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.blazar.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.blazar' writing output... [ 33%] api/heat.engine.clients.os.cinder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.cinder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.cinder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.cinder' writing output... [ 33%] api/heat.engine.clients.os.designate [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.designate.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.designate.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.designate' writing output... [ 34%] api/heat.engine.clients.os.glance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.glance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.glance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.glance' writing output... [ 34%] api/heat.engine.clients.os.heat_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.heat_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.heat_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.heat_plugin' writing output... [ 34%] api/heat.engine.clients.os.keystone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.keystone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.keystone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.keystone' writing output... [ 35%] api/heat.engine.clients.os.keystone.fake_keystoneclient [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.keystone.fake_keystoneclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.keystone.fake_keystoneclient.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.keystone.fake_keystoneclient' writing output... [ 35%] api/heat.engine.clients.os.keystone.heat_keystoneclient [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.keystone.heat_keystoneclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.keystone.heat_keystoneclient.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.keystone.heat_keystoneclient' writing output... [ 36%] api/heat.engine.clients.os.keystone.keystone_constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.keystone.keystone_constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.keystone.keystone_constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.keystone.keystone_constraints' writing output... [ 36%] api/heat.engine.clients.os.magnum [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.magnum.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.magnum.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.magnum' writing output... [ 36%] api/heat.engine.clients.os.manila [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.manila.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.manila.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.manila' writing output... [ 37%] api/heat.engine.clients.os.mistral [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.mistral.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.mistral.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.mistral' writing output... [ 37%] api/heat.engine.clients.os.monasca [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.monasca.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.monasca.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.monasca' writing output... [ 37%] api/heat.engine.clients.os.neutron [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.neutron.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.neutron.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.neutron' writing output... [ 38%] api/heat.engine.clients.os.neutron.lbaas_constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.neutron.lbaas_constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.neutron.lbaas_constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.neutron.lbaas_constraints' writing output... [ 38%] api/heat.engine.clients.os.neutron.neutron_constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.neutron.neutron_constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.neutron.neutron_constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.neutron.neutron_constraints' writing output... [ 38%] api/heat.engine.clients.os.neutron.taas_constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.neutron.taas_constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.neutron.taas_constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.neutron.taas_constraints' writing output... [ 39%] api/heat.engine.clients.os.nova [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.nova.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.nova.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.nova' writing output... [ 39%] api/heat.engine.clients.os.octavia [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.octavia.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.octavia.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.octavia' writing output... [ 39%] api/heat.engine.clients.os.openstacksdk [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.openstacksdk.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.openstacksdk.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.openstacksdk' writing output... [ 40%] api/heat.engine.clients.os.sahara [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.sahara.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.sahara.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.sahara' writing output... [ 40%] api/heat.engine.clients.os.senlin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.senlin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.senlin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.senlin' writing output... [ 40%] api/heat.engine.clients.os.swift [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.swift.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.swift.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.swift' writing output... [ 41%] api/heat.engine.clients.os.trove [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.trove.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.trove.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.trove' writing output... [ 41%] api/heat.engine.clients.os.zaqar [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.zaqar.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.zaqar.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.zaqar' writing output... [ 42%] api/heat.engine.clients.os.zun [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.os.zun.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.os.zun.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.os.zun' writing output... [ 42%] api/heat.engine.clients.progress [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.clients.progress.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.clients.progress.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.clients.progress' writing output... [ 42%] api/heat.engine.conditions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.conditions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.conditions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.conditions' writing output... [ 43%] api/heat.engine.constraint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.constraint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.constraint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.constraint' writing output... [ 43%] api/heat.engine.constraint.common_constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.constraint.common_constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.constraint.common_constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.constraint.common_constraints' writing output... [ 43%] api/heat.engine.constraints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.constraints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.constraints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.constraints' writing output... [ 44%] api/heat.engine.dependencies [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.dependencies.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.dependencies.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.dependencies' writing output... [ 44%] api/heat.engine.environment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.environment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.environment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.environment' writing output... [ 44%] api/heat.engine.event [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.event.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.event.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.event' writing output... [ 45%] api/heat.engine.function [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.function.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.function.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.function' writing output... [ 45%] api/heat.engine.hot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.hot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.hot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.hot' writing output... [ 45%] api/heat.engine.hot.functions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.hot.functions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.hot.functions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.hot.functions' writing output... [ 46%] api/heat.engine.hot.parameters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.hot.parameters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.hot.parameters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.hot.parameters' writing output... [ 46%] api/heat.engine.hot.template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.hot.template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.hot.template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.hot.template' writing output... [ 46%] api/heat.engine.lifecycle_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.lifecycle_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.lifecycle_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.lifecycle_plugin' writing output... [ 47%] api/heat.engine.node_data [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.node_data.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.node_data.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.node_data' writing output... [ 47%] api/heat.engine.notification [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.notification.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.notification.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.notification' writing output... [ 48%] api/heat.engine.notification.autoscaling [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.notification.autoscaling.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.notification.autoscaling.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.notification.autoscaling' writing output... [ 48%] api/heat.engine.notification.stack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.notification.stack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.notification.stack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.notification.stack' writing output... [ 48%] api/heat.engine.output [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.output.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.output.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.output' writing output... [ 49%] api/heat.engine.parameter_groups [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.parameter_groups.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.parameter_groups.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.parameter_groups' writing output... [ 49%] api/heat.engine.parameters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.parameters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.parameters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.parameters' writing output... [ 49%] api/heat.engine.parent_rsrc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.parent_rsrc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.parent_rsrc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.parent_rsrc' writing output... [ 50%] api/heat.engine.plugin_manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.plugin_manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.plugin_manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.plugin_manager' writing output... [ 50%] api/heat.engine.properties [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.properties.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.properties.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.properties' writing output... [ 50%] api/heat.engine.properties_group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.properties_group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.properties_group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.properties_group' writing output... [ 51%] api/heat.engine.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resource' writing output... [ 51%] api/heat.engine.resources [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources' writing output... [ 51%] api/heat.engine.resources.alarm_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.alarm_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.alarm_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.alarm_base' writing output... [ 52%] api/heat.engine.resources.scheduler_hints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.scheduler_hints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.scheduler_hints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.scheduler_hints' writing output... [ 52%] api/heat.engine.resources.server_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.server_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.server_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.server_base' writing output... [ 53%] api/heat.engine.resources.signal_responder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.signal_responder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.signal_responder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.signal_responder' writing output... [ 53%] api/heat.engine.resources.stack_resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.stack_resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.stack_resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.stack_resource' writing output... [ 53%] api/heat.engine.resources.stack_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.stack_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.stack_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.stack_user' writing output... [ 54%] api/heat.engine.resources.template_resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.template_resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.template_resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.template_resource' writing output... [ 54%] api/heat.engine.resources.volume_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.volume_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.volume_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.volume_base' writing output... [ 54%] api/heat.engine.resources.wait_condition [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.resources.wait_condition.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.resources.wait_condition.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.resources.wait_condition' writing output... [ 55%] api/heat.engine.rsrc_defn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.rsrc_defn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.rsrc_defn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.rsrc_defn' writing output... [ 55%] api/heat.engine.scheduler [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.scheduler.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.scheduler.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.scheduler' writing output... [ 55%] api/heat.engine.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.service' writing output... [ 56%] api/heat.engine.service_software_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.service_software_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.service_software_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.service_software_config' writing output... [ 56%] api/heat.engine.software_config_io [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.software_config_io.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.software_config_io.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.software_config_io' writing output... [ 56%] api/heat.engine.stack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.stack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.stack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.stack' writing output... [ 57%] api/heat.engine.stack_lock [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.stack_lock.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.stack_lock.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.stack_lock' writing output... [ 57%] api/heat.engine.status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.status' writing output... [ 57%] api/heat.engine.stk_defn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.stk_defn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.stk_defn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.stk_defn' writing output... [ 58%] api/heat.engine.support [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.support.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.support.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.support' writing output... [ 58%] api/heat.engine.sync_point [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.sync_point.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.sync_point.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.sync_point' writing output... [ 59%] api/heat.engine.template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.template' writing output... [ 59%] api/heat.engine.template_common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.template_common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.template_common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.template_common' writing output... [ 59%] api/heat.engine.template_files [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.template_files.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.template_files.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.template_files' writing output... [ 60%] api/heat.engine.timestamp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.timestamp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.timestamp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.timestamp' writing output... [ 60%] api/heat.engine.translation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.translation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.translation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.translation' writing output... [ 60%] api/heat.engine.update [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.update.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.update.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.update' writing output... [ 61%] api/heat.engine.worker [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.engine.worker.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.engine.worker.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.engine.worker' writing output... [ 61%] api/heat.objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects' writing output... [ 61%] api/heat.objects.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.base' writing output... [ 62%] api/heat.objects.event [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.event.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.event.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.event' writing output... [ 62%] api/heat.objects.fields [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.fields.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.fields.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.fields' writing output... [ 62%] api/heat.objects.raw_template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.raw_template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.raw_template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.raw_template' writing output... [ 63%] api/heat.objects.raw_template_files [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.raw_template_files.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.raw_template_files.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.raw_template_files' writing output... [ 63%] api/heat.objects.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.resource' writing output... [ 63%] api/heat.objects.resource_data [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.resource_data.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.resource_data.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.resource_data' writing output... [ 64%] api/heat.objects.resource_properties_data [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.resource_properties_data.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.resource_properties_data.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.resource_properties_data' writing output... [ 64%] api/heat.objects.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.service' writing output... [ 65%] api/heat.objects.snapshot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.snapshot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.snapshot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.snapshot' writing output... [ 65%] api/heat.objects.software_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.software_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.software_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.software_config' writing output... [ 65%] api/heat.objects.software_deployment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.software_deployment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.software_deployment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.software_deployment' writing output... [ 66%] api/heat.objects.stack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.stack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.stack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.stack' writing output... [ 66%] api/heat.objects.stack_lock [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.stack_lock.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.stack_lock.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.stack_lock' writing output... [ 66%] api/heat.objects.stack_tag [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.stack_tag.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.stack_tag.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.stack_tag' writing output... [ 67%] api/heat.objects.sync_point [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.sync_point.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.sync_point.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.sync_point' writing output... [ 67%] api/heat.objects.user_creds [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.objects.user_creds.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.objects.user_creds.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.objects.user_creds' writing output... [ 67%] api/heat.policies [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies' writing output... [ 68%] api/heat.policies.actions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.actions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.actions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.actions' writing output... [ 68%] api/heat.policies.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.base' writing output... [ 68%] api/heat.policies.build_info [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.build_info.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.build_info.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.build_info' writing output... [ 69%] api/heat.policies.cloudformation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.cloudformation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.cloudformation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.cloudformation' writing output... [ 69%] api/heat.policies.events [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.events.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.events.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.events' writing output... [ 69%] api/heat.policies.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.resource' writing output... [ 70%] api/heat.policies.resource_types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.resource_types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.resource_types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.resource_types' writing output... [ 70%] api/heat.policies.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.service' writing output... [ 71%] api/heat.policies.software_configs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.software_configs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.software_configs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.software_configs' writing output... [ 71%] api/heat.policies.software_deployments [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.software_deployments.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.software_deployments.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.software_deployments' writing output... [ 71%] api/heat.policies.stacks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.policies.stacks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.policies.stacks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.policies.stacks' writing output... [ 72%] api/heat.rpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc' writing output... [ 72%] api/heat.rpc.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc.api' writing output... [ 72%] api/heat.rpc.client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc.client' writing output... [ 73%] api/heat.rpc.listener_client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.listener_client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.listener_client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc.listener_client' writing output... [ 73%] api/heat.rpc.worker_api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.worker_api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.worker_api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc.worker_api' writing output... [ 73%] api/heat.rpc.worker_client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.rpc.worker_client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.rpc.worker_client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.rpc.worker_client' writing output... [ 74%] api/heat.scaling [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling' writing output... [ 74%] api/heat.scaling.cooldown [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.cooldown.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.cooldown.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling.cooldown' writing output... [ 74%] api/heat.scaling.lbutils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.lbutils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.lbutils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling.lbutils' writing output... [ 75%] api/heat.scaling.rolling_update [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.rolling_update.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.rolling_update.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling.rolling_update' writing output... [ 75%] api/heat.scaling.scalingutil [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.scalingutil.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.scalingutil.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling.scalingutil' writing output... [ 75%] api/heat.scaling.template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/heat.scaling.template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/heat.scaling.template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/heat.scaling.template' writing output... [ 76%] api/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/index' writing output... [ 76%] api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/modules' writing output... [ 77%] configuration/config-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/config-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/config-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/config-options' writing output... [ 77%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 77%] configuration/logs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/logs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/logs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/logs' writing output... [ 78%] configuration/sample_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample_config' writing output... [ 78%] configuration/sample_policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample_policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample_policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample_policy' writing output... [ 78%] contributing/blueprints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributing/blueprints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributing/blueprints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributing/blueprints' writing output... [ 79%] contributing/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributing/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributing/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributing/index' writing output... [ 79%] developing_guides/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/architecture' writing output... [ 79%] developing_guides/gmr [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/gmr.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/gmr.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/gmr' writing output... [ 80%] developing_guides/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/index' writing output... [ 80%] developing_guides/pluginguide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/pluginguide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/pluginguide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/pluginguide' writing output... [ 80%] developing_guides/rally_on_gates [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/rally_on_gates.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/rally_on_gates.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/rally_on_gates' writing output... [ 81%] developing_guides/schedulerhints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/schedulerhints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/schedulerhints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/schedulerhints' writing output... [ 81%] developing_guides/supportstatus [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/developing_guides/supportstatus.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/developing_guides/supportstatus.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'developing_guides/supportstatus' writing output... [ 81%] getting_started/create_a_stack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/create_a_stack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/create_a_stack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/create_a_stack' writing output... [ 82%] getting_started/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/index' writing output... [ 82%] getting_started/jeos_building [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/jeos_building.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/jeos_building.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/jeos_building' writing output... [ 83%] getting_started/on_devstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/on_devstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/on_devstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/on_devstack' writing output... [ 83%] getting_started/on_fedora [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/on_fedora.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/on_fedora.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/on_fedora' writing output... [ 83%] getting_started/on_other [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/on_other.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/on_other.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/on_other' writing output... [ 84%] getting_started/on_ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/on_ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/on_ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/on_ubuntu' writing output... [ 84%] getting_started/standalone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started/standalone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started/standalone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started/standalone' writing output... [ 84%] glossary [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/glossary.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/glossary.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'glossary' writing output... [ 85%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 85%] install/get_started [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get_started.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get_started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get_started' writing output... [ 85%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 86%] install/install [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install' writing output... [ 86%] install/install-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-debian' writing output... [ 86%] install/install-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-obs' writing output... [ 87%] install/install-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-rdo' writing output... [ 87%] install/install-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-ubuntu' writing output... [ 87%] install/launch-instance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/launch-instance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/launch-instance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/launch-instance' writing output... [ 88%] install/next-steps [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/next-steps.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/next-steps.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/next-steps' writing output... [ 88%] install/verify [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/verify.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/verify.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/verify' writing output... [ 89%] man/heat-api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-api' writing output... [ 89%] man/heat-api-cfn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-api-cfn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-api-cfn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-api-cfn' writing output... [ 89%] man/heat-db-setup [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-db-setup.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-db-setup.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-db-setup' writing output... [ 90%] man/heat-engine [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-engine.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-engine.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-engine' writing output... [ 90%] man/heat-keystone-setup [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-keystone-setup.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-keystone-setup.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-keystone-setup' writing output... [ 90%] man/heat-keystone-setup-domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-keystone-setup-domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-keystone-setup-domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-keystone-setup-domain' writing output... [ 91%] man/heat-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-manage' writing output... [ 91%] man/heat-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/heat-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/heat-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/heat-status' writing output... [ 91%] man/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/man/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/man/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'man/index' writing output... [ 92%] operating_guides/httpd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/operating_guides/httpd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/operating_guides/httpd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'operating_guides/httpd' writing output... [ 92%] operating_guides/scale_deployment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/operating_guides/scale_deployment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/operating_guides/scale_deployment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'operating_guides/scale_deployment' writing output... [ 92%] operating_guides/upgrades_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/operating_guides/upgrades_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/operating_guides/upgrades_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'operating_guides/upgrades_guide' writing output... [ 93%] template_guide/advanced_topics [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/advanced_topics.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/advanced_topics.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/advanced_topics' writing output... [ 93%] template_guide/basic_resources [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/basic_resources.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/basic_resources.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/basic_resources' writing output... [ 93%] template_guide/cfn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/cfn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/cfn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/cfn' writing output... [ 94%] template_guide/composition [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/composition.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/composition.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/composition' writing output... [ 94%] template_guide/contrib [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/contrib.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/contrib.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/contrib' writing output... [ 95%] template_guide/environment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/environment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/environment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/environment' writing output... [ 95%] template_guide/existing_templates [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/existing_templates.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/existing_templates.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/existing_templates' writing output... [ 95%] template_guide/feature_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/feature_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/feature_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/feature_guide' writing output... [ 96%] template_guide/functions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/functions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/functions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/functions' writing output... [ 96%] template_guide/hello_world [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/hello_world.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/hello_world.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/hello_world' writing output... [ 96%] template_guide/hot_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/hot_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/hot_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/hot_guide' writing output... [ 97%] template_guide/hot_spec [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/hot_spec.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/hot_spec.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/hot_spec' writing output... [ 97%] template_guide/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/index' writing output... [ 97%] template_guide/multi-clouds [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/multi-clouds.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/multi-clouds.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/multi-clouds' writing output... [ 98%] template_guide/openstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/openstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/openstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/openstack' writing output... [ 98%] template_guide/software_deployment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/software_deployment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/software_deployment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/software_deployment' writing output... [ 98%] template_guide/unsupported [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/template_guide/unsupported.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/template_guide/unsupported.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'template_guide/unsupported' writing output... [ 99%] templates/cfn/WordPress_Single_Instance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/templates/cfn/WordPress_Single_Instance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/templates/cfn/WordPress_Single_Instance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'templates/cfn/WordPress_Single_Instance' writing output... [ 99%] templates/hot/hello_world [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/templates/hot/hello_world.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/templates/hot/hello_world.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'templates/hot/hello_world' writing output... [100%] templates/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/templates/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/templates/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'templates/index' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' highlighting module code... [ 0%] heat.api.aws.ec2token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/aws/ec2token' highlighting module code... [ 1%] heat.api.aws.exception [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/aws/exception' highlighting module code... [ 1%] heat.api.aws.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/aws/utils' highlighting module code... [ 2%] heat.api.cfn [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/cfn' highlighting module code... [ 2%] heat.api.cfn.v1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/cfn/v1' highlighting module code... [ 3%] heat.api.cfn.v1.signal [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/cfn/v1/signal' highlighting module code... [ 3%] heat.api.cfn.v1.stacks [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/cfn/v1/stacks' highlighting module code... [ 4%] heat.api.middleware.fault [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/middleware/fault' highlighting module code... [ 4%] heat.api.middleware.version_negotiation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/middleware/version_negotiation' highlighting module code... [ 5%] heat.api.openstack [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack' highlighting module code... [ 5%] heat.api.openstack.v1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1' highlighting module code... [ 6%] heat.api.openstack.v1.actions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/actions' highlighting module code... [ 6%] heat.api.openstack.v1.build_info [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/build_info' highlighting module code... [ 7%] heat.api.openstack.v1.events [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/events' highlighting module code... [ 7%] heat.api.openstack.v1.resources [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/resources' highlighting module code... [ 8%] heat.api.openstack.v1.services [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/services' highlighting module code... [ 8%] heat.api.openstack.v1.software_configs [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/software_configs' highlighting module code... [ 9%] heat.api.openstack.v1.software_deployments [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/software_deployments' highlighting module code... [ 9%] heat.api.openstack.v1.stacks [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/stacks' highlighting module code... [ 10%] heat.api.openstack.v1.util [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/util' highlighting module code... [ 10%] heat.api.openstack.v1.views.stacks_view [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/views/stacks_view' highlighting module code... [ 11%] heat.api.openstack.v1.views.views_common [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/openstack/v1/views/views_common' highlighting module code... [ 12%] heat.api.versions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/api/versions' highlighting module code... [ 12%] heat.common.auth_password [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/auth_password' highlighting module code... [ 13%] heat.common.auth_plugin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/auth_plugin' highlighting module code... [ 13%] heat.common.auth_url [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/auth_url' highlighting module code... [ 14%] heat.common.cache [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/cache' highlighting module code... [ 14%] heat.common.config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/config' highlighting module code... [ 15%] heat.common.context [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/context' highlighting module code... [ 15%] heat.common.crypt [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/crypt' highlighting module code... [ 16%] heat.common.custom_backend_auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/custom_backend_auth' highlighting module code... [ 16%] heat.common.endpoint_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/endpoint_utils' highlighting module code... [ 17%] heat.common.environment_format [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/environment_format' highlighting module code... [ 17%] heat.common.environment_util [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/environment_util' highlighting module code... [ 18%] heat.common.exception [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/exception' highlighting module code... [ 18%] heat.common.grouputils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/grouputils' highlighting module code... [ 19%] heat.common.i18n [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/i18n' highlighting module code... [ 19%] heat.common.identifier [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/identifier' highlighting module code... [ 20%] heat.common.lifecycle_plugin_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/lifecycle_plugin_utils' highlighting module code... [ 20%] heat.common.messaging [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/messaging' highlighting module code... [ 21%] heat.common.netutils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/netutils' highlighting module code... [ 21%] heat.common.noauth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/noauth' highlighting module code... [ 22%] heat.common.param_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/param_utils' highlighting module code... [ 23%] heat.common.password_gen [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/password_gen' highlighting module code... [ 23%] heat.common.plugin_loader [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/plugin_loader' highlighting module code... [ 24%] heat.common.pluginutils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/pluginutils' highlighting module code... [ 24%] heat.common.policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/policy' highlighting module code... [ 25%] heat.common.profiler [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/profiler' highlighting module code... [ 25%] heat.common.serializers [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/serializers' highlighting module code... [ 26%] heat.common.service_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/service_utils' highlighting module code... [ 26%] heat.common.short_id [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/short_id' highlighting module code... [ 27%] heat.common.template_format [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/template_format' highlighting module code... [ 27%] heat.common.timeutils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/timeutils' highlighting module code... [ 28%] heat.common.urlfetch [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/urlfetch' highlighting module code... [ 28%] heat.common.wsgi [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/common/wsgi' highlighting module code... [ 29%] heat.db.sqlalchemy.api [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/api' highlighting module code... [ 29%] heat.db.sqlalchemy.filters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/filters' highlighting module code... [ 30%] heat.db.sqlalchemy.migration [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/migration' highlighting module code... [ 30%] heat.db.sqlalchemy.models [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/models' highlighting module code... [ 31%] heat.db.sqlalchemy.types [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/types' highlighting module code... [ 31%] heat.db.sqlalchemy.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/db/sqlalchemy/utils' highlighting module code... [ 32%] heat.engine.api [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/api' highlighting module code... [ 32%] heat.engine.attributes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/attributes' highlighting module code... [ 33%] heat.engine.cfn.functions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/cfn/functions' highlighting module code... [ 34%] heat.engine.cfn.parameters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/cfn/parameters' highlighting module code... [ 34%] heat.engine.cfn.template [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/cfn/template' highlighting module code... [ 35%] heat.engine.check_resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/check_resource' highlighting module code... [ 35%] heat.engine.clients [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients' highlighting module code... [ 36%] heat.engine.clients.client_exception [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/client_exception' highlighting module code... [ 36%] heat.engine.clients.client_plugin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/client_plugin' highlighting module code... [ 37%] heat.engine.clients.default_client_plugin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/default_client_plugin' highlighting module code... [ 37%] heat.engine.clients.microversion_mixin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/microversion_mixin' highlighting module code... [ 38%] heat.engine.clients.os.aodh [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/aodh' highlighting module code... [ 38%] heat.engine.clients.os.barbican [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/barbican' highlighting module code... [ 39%] heat.engine.clients.os.cinder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/cinder' highlighting module code... [ 39%] heat.engine.clients.os.designate [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/designate' highlighting module code... [ 40%] heat.engine.clients.os.glance [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/glance' highlighting module code... [ 40%] heat.engine.clients.os.heat_plugin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/heat_plugin' highlighting module code... [ 41%] heat.engine.clients.os.keystone [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/keystone' highlighting module code... [ 41%] heat.engine.clients.os.keystone.fake_keystoneclient [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/keystone/fake_keystoneclient' highlighting module code... [ 42%] heat.engine.clients.os.keystone.heat_keystoneclient [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/keystone/heat_keystoneclient' highlighting module code... [ 42%] heat.engine.clients.os.keystone.keystone_constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/keystone/keystone_constraints' highlighting module code... [ 43%] heat.engine.clients.os.magnum [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/magnum' highlighting module code... [ 43%] heat.engine.clients.os.manila [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/manila' highlighting module code... [ 44%] heat.engine.clients.os.mistral [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/mistral' highlighting module code... [ 45%] heat.engine.clients.os.monasca [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/monasca' highlighting module code... [ 45%] heat.engine.clients.os.neutron [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/neutron' highlighting module code... [ 46%] heat.engine.clients.os.neutron.lbaas_constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/neutron/lbaas_constraints' highlighting module code... [ 46%] heat.engine.clients.os.neutron.neutron_constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/neutron/neutron_constraints' highlighting module code... [ 47%] heat.engine.clients.os.neutron.taas_constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/neutron/taas_constraints' highlighting module code... [ 47%] heat.engine.clients.os.nova [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/nova' highlighting module code... [ 48%] heat.engine.clients.os.openstacksdk [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/openstacksdk' highlighting module code... [ 48%] heat.engine.clients.os.sahara [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/sahara' highlighting module code... [ 49%] heat.engine.clients.os.senlin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/senlin' highlighting module code... [ 49%] heat.engine.clients.os.swift [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/swift' highlighting module code... [ 50%] heat.engine.clients.os.trove [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/trove' highlighting module code... [ 50%] heat.engine.clients.os.zaqar [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/os/zaqar' highlighting module code... [ 51%] heat.engine.clients.progress [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/clients/progress' highlighting module code... [ 51%] heat.engine.conditions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/conditions' highlighting module code... [ 52%] heat.engine.constraint.common_constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/constraint/common_constraints' highlighting module code... [ 52%] heat.engine.constraints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/constraints' highlighting module code... [ 53%] heat.engine.dependencies [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/dependencies' highlighting module code... [ 53%] heat.engine.environment [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/environment' highlighting module code... [ 54%] heat.engine.event [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/event' highlighting module code... [ 54%] heat.engine.function [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/function' highlighting module code... [ 55%] heat.engine.hot.functions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/hot/functions' highlighting module code... [ 56%] heat.engine.hot.parameters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/hot/parameters' highlighting module code... [ 56%] heat.engine.hot.template [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/hot/template' highlighting module code... [ 57%] heat.engine.lifecycle_plugin [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/lifecycle_plugin' highlighting module code... [ 57%] heat.engine.node_data [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/node_data' highlighting module code... [ 58%] heat.engine.notification [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/notification' highlighting module code... [ 58%] heat.engine.notification.autoscaling [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/notification/autoscaling' highlighting module code... [ 59%] heat.engine.notification.stack [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/notification/stack' highlighting module code... [ 59%] heat.engine.output [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/output' highlighting module code... [ 60%] heat.engine.parameter_groups [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/parameter_groups' highlighting module code... [ 60%] heat.engine.parameters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/parameters' highlighting module code... [ 61%] heat.engine.parent_rsrc [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/parent_rsrc' highlighting module code... [ 61%] heat.engine.plugin_manager [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/plugin_manager' highlighting module code... [ 62%] heat.engine.properties [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/properties' highlighting module code... [ 62%] heat.engine.properties_group [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/properties_group' highlighting module code... [ 63%] heat.engine.resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resource' highlighting module code... [ 63%] heat.engine.resources [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources' highlighting module code... [ 64%] heat.engine.resources.alarm_base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/alarm_base' highlighting module code... [ 64%] heat.engine.resources.scheduler_hints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/scheduler_hints' highlighting module code... [ 65%] heat.engine.resources.server_base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/server_base' highlighting module code... [ 65%] heat.engine.resources.signal_responder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/signal_responder' highlighting module code... [ 66%] heat.engine.resources.stack_resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/stack_resource' highlighting module code... [ 67%] heat.engine.resources.stack_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/stack_user' highlighting module code... [ 67%] heat.engine.resources.template_resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/template_resource' highlighting module code... [ 68%] heat.engine.resources.volume_base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/volume_base' highlighting module code... [ 68%] heat.engine.resources.wait_condition [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/resources/wait_condition' highlighting module code... [ 69%] heat.engine.rsrc_defn [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/rsrc_defn' highlighting module code... [ 69%] heat.engine.scheduler [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/scheduler' highlighting module code... [ 70%] heat.engine.service [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/service' highlighting module code... [ 70%] heat.engine.service_software_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/service_software_config' highlighting module code... [ 71%] heat.engine.software_config_io [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/software_config_io' highlighting module code... [ 71%] heat.engine.stack [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/stack' highlighting module code... [ 72%] heat.engine.stack_lock [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/stack_lock' highlighting module code... [ 72%] heat.engine.status [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/status' highlighting module code... [ 73%] heat.engine.stk_defn [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/stk_defn' highlighting module code... [ 73%] heat.engine.support [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/support' highlighting module code... [ 74%] heat.engine.sync_point [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/sync_point' highlighting module code... [ 74%] heat.engine.template [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/template' highlighting module code... [ 75%] heat.engine.template_common [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/template_common' highlighting module code... [ 75%] heat.engine.template_files [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/template_files' highlighting module code... [ 76%] heat.engine.timestamp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/timestamp' highlighting module code... [ 76%] heat.engine.translation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/translation' highlighting module code... [ 77%] heat.engine.update [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/update' highlighting module code... [ 78%] heat.engine.worker [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/engine/worker' highlighting module code... [ 78%] heat.objects.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/base' highlighting module code... [ 79%] heat.objects.event [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/event' highlighting module code... [ 79%] heat.objects.fields [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/fields' highlighting module code... [ 80%] heat.objects.raw_template [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/raw_template' highlighting module code... [ 80%] heat.objects.raw_template_files [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/raw_template_files' highlighting module code... [ 81%] heat.objects.resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/resource' highlighting module code... [ 81%] heat.objects.resource_data [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/resource_data' highlighting module code... [ 82%] heat.objects.resource_properties_data [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/resource_properties_data' highlighting module code... [ 82%] heat.objects.service [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/service' highlighting module code... [ 83%] heat.objects.snapshot [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/snapshot' highlighting module code... [ 83%] heat.objects.software_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/software_config' highlighting module code... [ 84%] heat.objects.software_deployment [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/software_deployment' highlighting module code... [ 84%] heat.objects.stack [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/stack' highlighting module code... [ 85%] heat.objects.stack_lock [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/stack_lock' highlighting module code... [ 85%] heat.objects.stack_tag [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/stack_tag' highlighting module code... [ 86%] heat.objects.sync_point [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/sync_point' highlighting module code... [ 86%] heat.objects.user_creds [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/objects/user_creds' highlighting module code... [ 87%] heat.policies [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies' highlighting module code... [ 87%] heat.policies.actions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/actions' highlighting module code... [ 88%] heat.policies.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/base' highlighting module code... [ 89%] heat.policies.build_info [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/build_info' highlighting module code... [ 89%] heat.policies.cloudformation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/cloudformation' highlighting module code... [ 90%] heat.policies.events [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/events' highlighting module code... [ 90%] heat.policies.resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/resource' highlighting module code... [ 91%] heat.policies.resource_types [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/resource_types' highlighting module code... [ 91%] heat.policies.service [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/service' highlighting module code... [ 92%] heat.policies.software_configs [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/software_configs' highlighting module code... [ 92%] heat.policies.software_deployments [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/software_deployments' highlighting module code... [ 93%] heat.policies.stacks [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/policies/stacks' highlighting module code... [ 93%] heat.rpc.client [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/rpc/client' highlighting module code... [ 94%] heat.rpc.listener_client [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/rpc/listener_client' highlighting module code... [ 94%] heat.rpc.worker_client [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/rpc/worker_client' highlighting module code... [ 95%] heat.scaling.cooldown [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/scaling/cooldown' highlighting module code... [ 95%] heat.scaling.lbutils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/scaling/lbutils' highlighting module code... [ 96%] heat.scaling.rolling_update [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/scaling/rolling_update' highlighting module code... [ 96%] heat.scaling.scalingutil [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/scaling/scalingutil' highlighting module code... [ 97%] heat.scaling.template [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/heat/scaling/template' highlighting module code... [ 97%] oslo_i18n._message [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/oslo_i18n/_message' highlighting module code... [ 98%] oslo_versionedobjects.fields [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/oslo_versionedobjects/fields' highlighting module code... [ 98%] sqlalchemy.orm.attributes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/sqlalchemy/orm/attributes' highlighting module code... [ 99%] sqlalchemy.sql.schema [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/sqlalchemy/sql/schema' highlighting module code... [100%] sqlalchemy.sql.sqltypes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/sqlalchemy/sql/sqltypes' [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/index' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in doc/build/html. + sphinx-build-2 -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.ec2token.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.aws.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.signal.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.cfn.v1.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.fault.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.version_negotiation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.middleware.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.versions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.actions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.build_info.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.events.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.resources.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.services.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.software_configs.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.software_deployments.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.util.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.stacks_view.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.views_common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.api.openstack.v1.views.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_password.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.auth_url.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.cache.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.context.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.crypt.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.custom_backend_auth.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.endpoint_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.environment_format.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.environment_util.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.grouputils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.i18n.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.identifier.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.lifecycle_plugin_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.messaging.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.netutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.noauth.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.param_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.password_gen.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.plugin_loader.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.pluginutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.policy.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.profiler.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.serializers.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.service_utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.short_id.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.template_format.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.timeutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.urlfetch.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.wsgi.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.filters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migration.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.models.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.types.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.utils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migrate_repo.manage.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.db.sqlalchemy.migrate_repo.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.attributes.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.check_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.conditions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.dependencies.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.environment.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.event.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.function.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.lifecycle_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.node_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.output.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parameter_groups.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.parent_rsrc.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.plugin_manager.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.properties.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.properties_group.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.rsrc_defn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.scheduler.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.service_software_config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.software_config_io.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stack_lock.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.status.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.stk_defn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.support.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.sync_point.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template_common.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.template_files.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.timestamp.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.translation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.update.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.worker.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.functions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.cfn.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.client_exception.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.client_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.default_client_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.microversion_mixin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.progress.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.aodh.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.barbican.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.blazar.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.cinder.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.designate.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.glance.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.heat_plugin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.magnum.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.manila.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.mistral.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.monasca.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.nova.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.octavia.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.openstacksdk.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.sahara.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.senlin.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.swift.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.trove.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.zaqar.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.zun.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.fake_keystoneclient.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.heat_keystoneclient.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.keystone_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.keystone.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.lbaas_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.neutron_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.taas_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.clients.os.neutron.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraint.common_constraints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.constraint.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.functions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.parameters.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.hot.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.autoscaling.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.notification.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.alarm_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.scheduler_hints.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.server_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.signal_responder.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.stack_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.stack_user.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.template_resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.volume_base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.wait_condition.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.engine.resources.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.event.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.fields.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.raw_template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.raw_template_files.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.resource_properties_data.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.snapshot.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.software_config.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.software_deployment.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack_lock.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.stack_tag.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.sync_point.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.user_creds.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.objects.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.actions.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.base.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.build_info.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.cloudformation.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.events.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.resource.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.resource_types.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.service.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.software_configs.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.software_deployments.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.stacks.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.policies.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.listener_client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.worker_api.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.worker_client.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.rpc.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.cooldown.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.lbutils.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.rolling_update.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.scalingutil.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.template.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/heat.scaling.rst. Creating file /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/openstack-heat-13.1.0/.gitreview found adding role devstack-doc to link to https://docs.openstack.org/devstack/latest/%s adding role diskimage-builder-doc to link to https://docs.openstack.org/diskimage-builder/latest/%s adding role keystone-doc to link to https://docs.openstack.org/keystone/latest/%s adding role keystoneauth-doc to link to https://docs.openstack.org/keystoneauth/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.reports-doc to link to https://docs.openstack.org/oslo.reports/latest/%s adding role python-barbicanclient-doc to link to https://docs.openstack.org/python-barbicanclient/latest/%s adding role python-heatclient-doc to link to https://docs.openstack.org/python-heatclient/latest/%s adding role python-openstackclient-doc to link to https://docs.openstack.org/python-openstackclient/latest/%s [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/../../config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/_static/heat.conf.sample WARNING:stevedore.named:Could not load heat.engine.resources, heat.common.config, heat.engine.clients, heat.common.crypt, heat.common.context, heat.common.wsgi, keystonemiddleware.auth_token, heat.engine.clients.os.keystone.heat_keystoneclient, heat.engine.notification, heat.api.aws.ec2token [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/../../etc/heat/heat-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-heat-13.1.0/doc/source/_static/heat.policy.yaml.sample WARNING:stevedore.named:Could not load heat building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 283 added, 0 changed, 0 removed reading sources... [ 0%] admin/auth-model reading sources... [ 0%] admin/index reading sources... [ 1%] admin/introduction reading sources... [ 1%] admin/stack-domain-users reading sources... [ 1%] api/heat reading sources... [ 2%] api/heat.api reading sources... [ 2%] api/heat.api.aws reading sources... [ 2%] api/heat.api.aws.ec2token reading sources... [ 3%] api/heat.api.aws.exception reading sources... [ 3%] api/heat.api.aws.utils reading sources... [ 3%] api/heat.api.cfn reading sources... [ 4%] api/heat.api.cfn.v1 reading sources... [ 4%] api/heat.api.cfn.v1.signal reading sources... [ 4%] api/heat.api.cfn.v1.stacks reading sources... [ 5%] api/heat.api.cfn.versions reading sources... [ 5%] api/heat.api.middleware reading sources... [ 6%] api/heat.api.middleware.fault reading sources... [ 6%] api/heat.api.middleware.version_negotiation reading sources... [ 6%] api/heat.api.openstack reading sources... [ 7%] api/heat.api.openstack.v1 reading sources... [ 7%] api/heat.api.openstack.v1.actions reading sources... [ 7%] api/heat.api.openstack.v1.build_info reading sources... [ 8%] api/heat.api.openstack.v1.events reading sources... [ 8%] api/heat.api.openstack.v1.resources reading sources... [ 8%] api/heat.api.openstack.v1.services reading sources... [ 9%] api/heat.api.openstack.v1.software_configs reading sources... [ 9%] api/heat.api.openstack.v1.software_deployments reading sources... [ 9%] api/heat.api.openstack.v1.stacks reading sources... [ 10%] api/heat.api.openstack.v1.util reading sources... [ 10%] api/heat.api.openstack.v1.views reading sources... [ 10%] api/heat.api.openstack.v1.views.stacks_view reading sources... [ 11%] api/heat.api.openstack.v1.views.views_common reading sources... [ 11%] api/heat.api.openstack.versions reading sources... [ 12%] api/heat.api.versions reading sources... [ 12%] api/heat.common reading sources... [ 12%] api/heat.common.auth_password reading sources... [ 13%] api/heat.common.auth_plugin reading sources... [ 13%] api/heat.common.auth_url reading sources... [ 13%] api/heat.common.cache reading sources... [ 14%] api/heat.common.config reading sources... [ 14%] api/heat.common.context reading sources... [ 14%] api/heat.common.crypt reading sources... [ 15%] api/heat.common.custom_backend_auth reading sources... [ 15%] api/heat.common.endpoint_utils reading sources... [ 15%] api/heat.common.environment_format reading sources... [ 16%] api/heat.common.environment_util reading sources... [ 16%] api/heat.common.exception reading sources... [ 16%] api/heat.common.grouputils reading sources... [ 17%] api/heat.common.i18n reading sources... [ 17%] api/heat.common.identifier reading sources... [ 18%] api/heat.common.lifecycle_plugin_utils reading sources... [ 18%] api/heat.common.messaging reading sources... [ 18%] api/heat.common.netutils reading sources... [ 19%] api/heat.common.noauth reading sources... [ 19%] api/heat.common.param_utils reading sources... [ 19%] api/heat.common.password_gen reading sources... [ 20%] api/heat.common.plugin_loader reading sources... [ 20%] api/heat.common.pluginutils reading sources... [ 20%] api/heat.common.policy reading sources... [ 21%] api/heat.common.profiler reading sources... [ 21%] api/heat.common.serializers reading sources... [ 21%] api/heat.common.service_utils reading sources... [ 22%] api/heat.common.short_id reading sources... [ 22%] api/heat.common.template_format reading sources... [ 22%] api/heat.common.timeutils reading sources... [ 23%] api/heat.common.urlfetch reading sources... [ 23%] api/heat.common.wsgi reading sources... [ 24%] api/heat.db reading sources... [ 24%] api/heat.db.sqlalchemy reading sources... [ 24%] api/heat.db.sqlalchemy.api reading sources... [ 25%] api/heat.db.sqlalchemy.filters reading sources... [ 25%] api/heat.db.sqlalchemy.migrate_repo reading sources... [ 25%] api/heat.db.sqlalchemy.migrate_repo.manage reading sources... [ 26%] api/heat.db.sqlalchemy.migration reading sources... [ 26%] api/heat.db.sqlalchemy.models reading sources... [ 26%] api/heat.db.sqlalchemy.types reading sources... [ 27%] api/heat.db.sqlalchemy.utils reading sources... [ 27%] api/heat.engine reading sources... [ 27%] api/heat.engine.api reading sources... [ 28%] api/heat.engine.attributes reading sources... [ 28%] api/heat.engine.cfn reading sources... [ 28%] api/heat.engine.cfn.functions reading sources... [ 29%] api/heat.engine.cfn.parameters reading sources... [ 29%] api/heat.engine.cfn.template reading sources... [ 30%] api/heat.engine.check_resource reading sources... [ 30%] api/heat.engine.clients reading sources... [ 30%] api/heat.engine.clients.client_exception reading sources... [ 31%] api/heat.engine.clients.client_plugin reading sources... [ 31%] api/heat.engine.clients.default_client_plugin reading sources... [ 31%] api/heat.engine.clients.microversion_mixin reading sources... [ 32%] api/heat.engine.clients.os reading sources... [ 32%] api/heat.engine.clients.os.aodh reading sources... [ 32%] api/heat.engine.clients.os.barbican reading sources... [ 33%] api/heat.engine.clients.os.blazar reading sources... [ 33%] api/heat.engine.clients.os.cinder reading sources... [ 33%] api/heat.engine.clients.os.designate reading sources... [ 34%] api/heat.engine.clients.os.glance reading sources... [ 34%] api/heat.engine.clients.os.heat_plugin reading sources... [ 34%] api/heat.engine.clients.os.keystone reading sources... [ 35%] api/heat.engine.clients.os.keystone.fake_keystoneclient reading sources... [ 35%] api/heat.engine.clients.os.keystone.heat_keystoneclient reading sources... [ 36%] api/heat.engine.clients.os.keystone.keystone_constraints reading sources... [ 36%] api/heat.engine.clients.os.magnum reading sources... [ 36%] api/heat.engine.clients.os.manila reading sources... [ 37%] api/heat.engine.clients.os.mistral reading sources... [ 37%] api/heat.engine.clients.os.monasca reading sources... [ 37%] api/heat.engine.clients.os.neutron reading sources... [ 38%] api/heat.engine.clients.os.neutron.lbaas_constraints reading sources... [ 38%] api/heat.engine.clients.os.neutron.neutron_constraints reading sources... [ 38%] api/heat.engine.clients.os.neutron.taas_constraints reading sources... [ 39%] api/heat.engine.clients.os.nova reading sources... [ 39%] api/heat.engine.clients.os.octavia reading sources... [ 39%] api/heat.engine.clients.os.openstacksdk reading sources... [ 40%] api/heat.engine.clients.os.sahara reading sources... [ 40%] api/heat.engine.clients.os.senlin reading sources... [ 40%] api/heat.engine.clients.os.swift reading sources... [ 41%] api/heat.engine.clients.os.trove reading sources... [ 41%] api/heat.engine.clients.os.zaqar reading sources... [ 42%] api/heat.engine.clients.os.zun reading sources... [ 42%] api/heat.engine.clients.progress reading sources... [ 42%] api/heat.engine.conditions reading sources... [ 43%] api/heat.engine.constraint reading sources... [ 43%] api/heat.engine.constraint.common_constraints reading sources... [ 43%] api/heat.engine.constraints reading sources... [ 44%] api/heat.engine.dependencies reading sources... [ 44%] api/heat.engine.environment reading sources... [ 44%] api/heat.engine.event reading sources... [ 45%] api/heat.engine.function reading sources... [ 45%] api/heat.engine.hot reading sources... [ 45%] api/heat.engine.hot.functions reading sources... [ 46%] api/heat.engine.hot.parameters reading sources... [ 46%] api/heat.engine.hot.template reading sources... [ 46%] api/heat.engine.lifecycle_plugin reading sources... [ 47%] api/heat.engine.node_data reading sources... [ 47%] api/heat.engine.notification reading sources... [ 48%] api/heat.engine.notification.autoscaling reading sources... [ 48%] api/heat.engine.notification.stack reading sources... [ 48%] api/heat.engine.output reading sources... [ 49%] api/heat.engine.parameter_groups reading sources... [ 49%] api/heat.engine.parameters reading sources... [ 49%] api/heat.engine.parent_rsrc reading sources... [ 50%] api/heat.engine.plugin_manager reading sources... [ 50%] api/heat.engine.properties reading sources... [ 50%] api/heat.engine.properties_group reading sources... [ 51%] api/heat.engine.resource reading sources... [ 51%] api/heat.engine.resources reading sources... [ 51%] api/heat.engine.resources.alarm_base reading sources... [ 52%] api/heat.engine.resources.scheduler_hints reading sources... [ 52%] api/heat.engine.resources.server_base reading sources... [ 53%] api/heat.engine.resources.signal_responder reading sources... [ 53%] api/heat.engine.resources.stack_resource reading sources... [ 53%] api/heat.engine.resources.stack_user reading sources... [ 54%] api/heat.engine.resources.template_resource reading sources... [ 54%] api/heat.engine.resources.volume_base reading sources... [ 54%] api/heat.engine.resources.wait_condition reading sources... [ 55%] api/heat.engine.rsrc_defn reading sources... [ 55%] api/heat.engine.scheduler reading sources... [ 55%] api/heat.engine.service reading sources... [ 56%] api/heat.engine.service_software_config reading sources... [ 56%] api/heat.engine.software_config_io reading sources... [ 56%] api/heat.engine.stack reading sources... [ 57%] api/heat.engine.stack_lock reading sources... [ 57%] api/heat.engine.status reading sources... [ 57%] api/heat.engine.stk_defn reading sources... [ 58%] api/heat.engine.support reading sources... [ 58%] api/heat.engine.sync_point reading sources... [ 59%] api/heat.engine.template reading sources... [ 59%] api/heat.engine.template_common reading sources... [ 59%] api/heat.engine.template_files reading sources... [ 60%] api/heat.engine.timestamp reading sources... [ 60%] api/heat.engine.translation reading sources... [ 60%] api/heat.engine.update reading sources... [ 61%] api/heat.engine.worker reading sources... [ 61%] api/heat.objects reading sources... [ 61%] api/heat.objects.base reading sources... [ 62%] api/heat.objects.event reading sources... [ 62%] api/heat.objects.fields reading sources... [ 62%] api/heat.objects.raw_template reading sources... [ 63%] api/heat.objects.raw_template_files reading sources... [ 63%] api/heat.objects.resource reading sources... [ 63%] api/heat.objects.resource_data reading sources... [ 64%] api/heat.objects.resource_properties_data reading sources... [ 64%] api/heat.objects.service reading sources... [ 65%] api/heat.objects.snapshot reading sources... [ 65%] api/heat.objects.software_config reading sources... [ 65%] api/heat.objects.software_deployment reading sources... [ 66%] api/heat.objects.stack reading sources... [ 66%] api/heat.objects.stack_lock reading sources... [ 66%] api/heat.objects.stack_tag reading sources... [ 67%] api/heat.objects.sync_point reading sources... [ 67%] api/heat.objects.user_creds reading sources... [ 67%] api/heat.policies reading sources... [ 68%] api/heat.policies.actions reading sources... [ 68%] api/heat.policies.base reading sources... [ 68%] api/heat.policies.build_info reading sources... [ 69%] api/heat.policies.cloudformation reading sources... [ 69%] api/heat.policies.events reading sources... [ 69%] api/heat.policies.resource reading sources... [ 70%] api/heat.policies.resource_types reading sources... [ 70%] api/heat.policies.service reading sources... [ 71%] api/heat.policies.software_configs reading sources... [ 71%] api/heat.policies.software_deployments reading sources... [ 71%] api/heat.policies.stacks reading sources... [ 72%] api/heat.rpc reading sources... [ 72%] api/heat.rpc.api reading sources... [ 72%] api/heat.rpc.client reading sources... [ 73%] api/heat.rpc.listener_client reading sources... [ 73%] api/heat.rpc.worker_api reading sources... [ 73%] api/heat.rpc.worker_client reading sources... [ 74%] api/heat.scaling reading sources... [ 74%] api/heat.scaling.cooldown reading sources... [ 74%] api/heat.scaling.lbutils reading sources... [ 75%] api/heat.scaling.rolling_update reading sources... [ 75%] api/heat.scaling.scalingutil reading sources... [ 75%] api/heat.scaling.template reading sources... [ 76%] api/index reading sources... [ 76%] api/modules reading sources... [ 77%] configuration/config-options loading config file config-generator.conf WARNING:stevedore.named:Could not load heat.engine.resources, heat.common.config, heat.engine.clients, heat.common.crypt, heat.common.context, heat.common.wsgi, keystonemiddleware.auth_token, heat.engine.clients.os.keystone.heat_keystoneclient, heat.engine.notification, heat.api.aws.ec2token reading sources... [ 77%] configuration/index reading sources... [ 77%] configuration/logs reading sources... [ 78%] configuration/sample_config reading sources... [ 78%] configuration/sample_policy reading sources... [ 78%] contributing/blueprints reading sources... [ 79%] contributing/index reading sources... [ 79%] developing_guides/architecture reading sources... [ 79%] developing_guides/gmr reading sources... [ 80%] developing_guides/index reading sources... [ 80%] developing_guides/pluginguide reading sources... [ 80%] developing_guides/rally_on_gates reading sources... [ 81%] developing_guides/schedulerhints reading sources... [ 81%] developing_guides/supportstatus reading sources... [ 81%] getting_started/create_a_stack reading sources... [ 82%] getting_started/index reading sources... [ 82%] getting_started/jeos_building reading sources... [ 83%] getting_started/on_devstack reading sources... [ 83%] getting_started/on_fedora reading sources... [ 83%] getting_started/on_other reading sources... [ 84%] getting_started/on_ubuntu reading sources... [ 84%] getting_started/standalone reading sources... [ 84%] glossary reading sources... [ 85%] index reading sources... [ 85%] install/get_started reading sources... [ 85%] install/index reading sources... [ 86%] install/install reading sources... [ 86%] install/install-debian reading sources... [ 86%] install/install-obs reading sources... [ 87%] install/install-rdo reading sources... [ 87%] install/install-ubuntu reading sources... [ 87%] install/launch-instance reading sources... [ 88%] install/next-steps reading sources... [ 88%] install/verify reading sources... [ 89%] man/heat-api reading sources... [ 89%] man/heat-api-cfn reading sources... [ 89%] man/heat-db-setup reading sources... [ 90%] man/heat-engine reading sources... [ 90%] man/heat-keystone-setup reading sources... [ 90%] man/heat-keystone-setup-domain reading sources... [ 91%] man/heat-manage reading sources... [ 91%] man/heat-status reading sources... [ 91%] man/index reading sources... [ 92%] operating_guides/httpd reading sources... [ 92%] operating_guides/scale_deployment reading sources... [ 92%] operating_guides/upgrades_guide reading sources... [ 93%] template_guide/advanced_topics reading sources... [ 93%] template_guide/basic_resources reading sources... [ 93%] template_guide/cfn WARNING:heat.engine.plugins.heat_docker.resources.docker_container:Docker plug-in loaded, but docker lib not installed. reading sources... [ 94%] template_guide/composition reading sources... [ 94%] template_guide/contrib reading sources... [ 95%] template_guide/environment reading sources... [ 95%] template_guide/existing_templates reading sources... [ 95%] template_guide/feature_guide reading sources... [ 96%] template_guide/functions reading sources... [ 96%] template_guide/hello_world reading sources... [ 96%] template_guide/hot_guide reading sources... [ 97%] template_guide/hot_spec reading sources... [ 97%] template_guide/index reading sources... [ 97%] template_guide/multi-clouds reading sources... [ 98%] template_guide/openstack reading sources... [ 98%] template_guide/software_deployment reading sources... [ 98%] template_guide/unsupported reading sources... [ 99%] templates/cfn/WordPress_Single_Instance reading sources... [ 99%] templates/hot/hello_world reading sources... [100%] templates/index WARNING: autodoc: failed to import module u'blazar' from module u'heat.engine.clients.os'; the following exception was raised: No module named blazarclient looking for now-outdated files... WARNING: autodoc: failed to import module u'octavia' from module u'heat.engine.clients.os'; the following exception was raised: No module named octaviaclient.api WARNING: autodoc: failed to import module u'zun' from module u'heat.engine.clients.os'; the following exception was raised: No module named zunclient none found pickling environment... done checking consistency... done writing... heat-api.1 { } heat-api-cfn.1 { } heat-db-setup.1 { } heat-engine.1 { } heat-keystone-setup.1 { } heat-keystone-setup-domain.1 { } heat-manage.1 { } heat-status.1 { } build succeeded, 3 warnings. The manual pages are in doc/build/man. + mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/heat-api-cfn.1 doc/build/man/heat-api.1 doc/build/man/heat-db-setup.1 doc/build/man/heat-engine.1 doc/build/man/heat-keystone-setup-domain.1 doc/build/man/heat-keystone-setup.1 doc/build/man/heat-manage.1 doc/build/man/heat-status.1 /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/man/man1/ + rm -f /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//usr/bin/heat-db-setup + rm -f /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//usr/share/man/man1/heat-db-setup.1 + rm -rf /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/var/lib/heat/.dummy + rm -f /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/bin/cinder-keystone-setup + install -p -D -m 640 etc/heat/heat.conf.sample /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//etc/heat/heat.conf + install -p -D -m 640 /builddir/build/SOURCES/heat-dist.conf /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/heat/heat-dist.conf + echo '[revision]' + echo heat_revision=13.1.0 + mv /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/api-paste.ini /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//usr/share/heat/api-paste-dist.ini + mv /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/environment.d /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//etc/heat + mv /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat/templates /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch//etc/heat + rmdir /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/etc/heat + install -d -m 755 /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/de/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/es/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/fr/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/it/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ja/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ko_KR/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/pt_BR/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/ru/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_CN/LC_MESSAGES/heat.po /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/zh_TW/LC_MESSAGES/heat.po + rm -f '/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/heat/locale /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch heat --all-name + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/openstack-heat-13.1.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-heat-tests-13.1.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AgTl1E + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/licenses/python2-heat-tests-13.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/licenses/python2-heat-tests-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/licenses/python2-heat-tests-13.1.0 + exit 0 Provides: python-heat-tests = 1:13.1.0-1.el7 python2-heat-tests = 1:13.1.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 2.7 Obsoletes: python-heat-tests < 1:13.1.0-1.el7 Processing files: openstack-heat-common-13.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9A5eCZ + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-common-13.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-common-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-common-13.1.0 + exit 0 Provides: config(openstack-heat-common) = 1:13.1.0-1.el7 openstack-heat-common = 1:13.1.0-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires: /bin/bash /usr/bin/python2 python(abi) = 2.7 Obsoletes: openstack-heat-api-cloudwatch < 1:10.0.0 Processing files: openstack-heat-engine-13.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IiIHFN + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-engine-13.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-engine-13.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-engine-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-engine-13.1.0 + cp -pr doc/build/html/man/heat-engine.html /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-engine-13.1.0 + exit 0 Provides: openstack-heat-engine = 1:13.1.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: openstack-heat-api-13.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.P9AbRB + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-13.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-13.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-13.1.0 + cp -pr doc/build/html/man/heat-api.html /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-13.1.0 + exit 0 Provides: openstack-heat-api = 1:13.1.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: openstack-heat-api-cfn-13.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cc10cq + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-cfn-13.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-cfn-13.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-cfn-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-cfn-13.1.0 + cp -pr doc/build/html/man/heat-api-cfn.html /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-api-cfn-13.1.0 + exit 0 Provides: openstack-heat-api-cfn = 1:13.1.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: openstack-heat-monolith-13.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Psr3Ie + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-monolith-13.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-monolith-13.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-monolith-13.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch/usr/share/doc/openstack-heat-monolith-13.1.0 + exit 0 Provides: openstack-heat-monolith = 1:13.1.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-heat-tests-13.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-heat-common-13.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-heat-engine-13.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-heat-api-13.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-heat-api-cfn-13.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-heat-monolith-13.1.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xk6HJj + umask 022 + cd /builddir/build/BUILD + cd openstack-heat-13.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-heat-13.1.0-1.el7.noarch + exit 0 Child return code was: 0