Update docs URL

Change-Id: Id8b1b97a85534c4398b3c49648c6e2f2df3ee20e
Related:-Bug: #1602266
This commit is contained in:
KATO Tomoyuki 2016-07-13 08:59:29 +09:00
parent f2c02830f6
commit b660d3247a
2 changed files with 3 additions and 3 deletions
glanceclient

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

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# 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
# we can react on cases where there's no connection to an OpenStack
# deployment. See #1481729