Skip to content
Snippets Groups Projects
  1. Mar 09, 2022
  2. Feb 15, 2021
  3. May 12, 2020
    • Monty Taylor's avatar
      Remove all of the os_ prefixes · 52905480
      Monty Taylor authored
      The 2.10 transition has a routing.yml file that points each
      individual module from ansible/ansible to a new location. That means
      we can put:
      
          os_server:
            redirect: openstack.cloud.server
      
      into lib/ansible/config/routing.yml in ansible/ansible and have
      the result be the end user's playbooks still working with the
      old names while providing new names that are less ugly.
      
      This adds a routing file to our collection repo, as well as the
      script used to generate the new mapping.
      
      Change-Id: Ia5d18282b14ad0d86a347343be8bb477ae47130a
      52905480
  4. Mar 10, 2020
  5. Mar 05, 2020
Loading