Merge "Update docs URL"

This commit is contained in:
Jenkins
2016-07-14 05:42:07 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -90,8 +90,8 @@ schema_fixture = {
"properties": { "properties": {
"architecture": { "architecture": {
"description": "Operating system architecture as specified in " "description": "Operating system architecture as specified in "
"http://docs.openstack.org/trunk/openstack-compute" "http://docs.openstack.org/user-guide/common"
"/admin/content/adding-images.html", "/cli_manage_images.html",
"is_base": "false", "is_base": "false",
"type": "string" "type": "string"
}, },

View File

@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
_doc_url = "http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html" # noqa _doc_url = "http://docs.openstack.org/user-guide/common/cli_manage_images.html" # noqa
# NOTE(flaper87): Keep a copy of the current default schema so that # NOTE(flaper87): Keep a copy of the current default schema so that
# we can react on cases where there's no connection to an OpenStack # we can react on cases where there's no connection to an OpenStack
# deployment. See #1481729 # deployment. See #1481729