Skip to content
Snippets Groups Projects
Select Git revision
  • cff2228149989e629a2ee2a91a233e953421b93e
  • 5.3 default protected
  • LabCourse
  • dev/custom-clothes-test
  • feature/MH-audio2face
  • feature/add-new-animations
  • fix/investigate-sync-issues
  • WIP/MA_Dasbach_Bystander
  • thesis/MA_Kuehlem
  • deprecated/4.27
  • thesis/MA_drupp_city-guide
  • thesis/BA_pgriesser_handshake
  • thesis/BA_rschaefer
  • deprecated/4.26
  • thesis/MA_Ye
  • thesis/BA_tsittart
  • thesis/MA_amoedder_natural_gaze_sim
  • thesis/MA_tyroller_backchannels
  • thesis/BA_dvonk_influence-maps
  • thesis/MA_dkuznietsov_emotional-speech
  • fix/random
21 results

InfluenceMap_BuiltData.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