Sync baremetal openstack with upstream
Change-Id: I125fc08e2cc4433aeaa470de48823dd4434c2030
Related-PROD: PROD-33018
diff --git a/openstack/baremetal/apiversions/doc.go b/openstack/baremetal/apiversions/doc.go
new file mode 100644
index 0000000..93b5adc
--- /dev/null
+++ b/openstack/baremetal/apiversions/doc.go
@@ -0,0 +1,13 @@
+/*
+Package apiversions provides information about the versions supported by a specific Ironic API.
+
+ Example to list versions
+
+ allVersions, err := apiversions.List(client.ServiceClient()).AllPages()
+
+ Example to get a specific version
+
+ actual, err := apiversions.Get(client.ServiceClient(), "v1").Extract()
+
+*/
+package apiversions