Skip to content
Snippets Groups Projects
Select Git revision
  • 3c6bce0998e4ddfcfb521044697ab3698c139fc7
  • 5.4 default protected
  • 5.6-fix-android-build-dependencies
  • fix/stuck-in-geometry
  • 5.5
  • dev/5.5
  • dev/5.4
  • dev/5.6
  • dev/5.3_downgrade
  • feature/experimenttime_hack
  • 5.3 protected
  • _IntenSelect5.3
  • IntenSelect5.3
  • 4.27 protected
  • 4.26 protected
  • 5.0 protected
  • 4.22 protected
  • 4.21 protected
  • UE5.4-2024.1
  • UE5.5-1
  • UE5.4-2024.1-rc1
  • UE5.3-2023.1-rc3
  • UE5.3-2023.1-rc2
  • UE5.3-2023.1-rc
24 results

Frame.uasset

Blame
  • clouds-example.yaml 990 B
    # This is a clouds.yaml file, which can be used by OpenStack tools as a source
    # of configuration on how to connect to a cloud. If this is your only cloud,
    # just put this file in ~/.config/openstack/clouds.yaml and tools like
    # python-openstackclient will just work with no further config. (You will need
    # to add your password to the auth section)
    # If you have more than one cloud account, add the cloud entry to the clouds
    # section of your existing file and you can refer to them by name with
    # OS_CLOUD=openstack or --os-cloud=openstack
    clouds:
      openstack:
        auth:
          # auth_url: https://private-cloud.example.com:5000/v3
          # auth_url: https://private-cloud2.example.com:5000/v3
          auth_url: https://10.32.4.29:5000/v3
          username: "CloudComp0"
          password: "demo"
          # project_id: bba62cf6bf0b447491829d207e1b05f9
          project_name: "CloudComp0"
          user_domain_name: "Default"
        region_name: "RegionOne"
        interface: "public"
        identity_api_version: 3