summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Invalid link of doc referenceDao Cong Tien2018-07-111-1/+1
| | | | Change-Id: I50a3d722179c2a0a6fbe6e6309c030a122e54301
* Update links in READMEXiaojueGuan2018-06-121-2/+2
| | | | | | Change the outdated links to the latest links in README Change-Id: Ia3480724d5db282ab71e1b9940b9ef2d871e2f44
* fix link to openstacksdk in deprecation blockArtem Goncharov2018-05-041-1/+1
| | | | | | deprecation link on the os-client-config doc index is broken. Fix it Change-Id: Ifb46ef9da16f04f66fea2c1f4f0daac194bb2689
* Replace guts with openstack.config1.31.0Monty Taylor2018-04-273-353/+10
| | | | | | | | | | | | | | | | | | | The code has been moved into openstacksdk. Make os-client-config a thin wrapper around that code. The legacy client code needs to stay, as it was removed in openstacksdk. We also have to plumb os_client_config.defaults and os_client_config.cloud_region.CloudRegion in so that users get the os-client-config versions from the openstacksdk methods that return the relevant objects. Support for per-service region_name has been dropped. This was never used anywhere and was added for compatibility with openstacksdk Profile objects. Since Profile objects are no more, we can remove it. It never made any sense. Change-Id: I7180e20aa675c0ccbe3718493a6eff2be7e1b8b6
* Remove DataCentred from list of vendors1.30.0Nick Jones2018-04-121-13/+0
| | | | | | | | DataCentred's cloud service was shut down late 2017, and so this vendor should be removed from the list. Change-Id: Id10cbed6eaa02cafaf5d220032014b2a3f58ad82 Signed-off-by: Nick Jones <nick@stackhpc.com>
* Add Limestone Networks vendor infoLogan V2018-03-291-0/+16
| | | | | | | Adds the Limestone Networks provider info for the Dallas and Salt Lake regions. Change-Id: Id457ea68938aea955162dc42a112568b2e55b850
* Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
| | | | Change-Id: I57d01dc43bfe41e85724a8cb88c225cd69318b6c
* Add missing auth url from betacloud to docsChristian Berendt2018-02-011-0/+2
| | | | Change-Id: Ic9f04683292438e56d8b61ab8528ed2d4f3f9d34
* Updated from global requirementsOpenStack Proposal Bot2018-01-311-0/+3
| | | | Change-Id: I9625bc6ae94f37b8a07206ae931ed1ec60f75198
* Merge "Split docs requirements and update tox.ini"Zuul2018-01-313-8/+12
|\
| * Split docs requirements and update tox.iniMonty Taylor2018-01-313-8/+12
| | | | | | | | | | | | Get ourselves up to date with the latest in PTI hotness. Change-Id: Ied98273dcfa0b9622d603a8e9a8e2146fb1e081f
* | Add betacloud to the vendorsChristian Berendt2017-12-111-0/+14
|/ | | | Change-Id: I599156ee4e2ff52e4db5669fce6cacd22447c3b0
* Fix doc typoMonty Taylor2017-10-211-1/+1
| | | | | | The word is 'router'. Change-Id: Icf27d930f877d57f2b09a4e4e201c89f1d64b2a8
* Added nat_source flag for networks.Monty Taylor2017-10-211-0/+7
| | | | | | | | | In some more complex clouds there can not only be more than one valid network on a server that NAT can attach to, there can also be more than one valid network from which to get a NAT address. Allow flagging a network so that it can be found. Change-Id: I3d8dd6d734a1013d2d4a43e11c3538c3a345820b
* use openstackdocstheme html context1.28.0Doug Hellmann2017-06-291-1/+8
| | | | | | | | | | Set some of the new config values and enable openstackdocstheme as an extension so it will inject values into the page context as it writes each documentation page. This ensures the pages link to the right bug tracker, etc. Change-Id: Id9cc61e81aa43f4b69883d338090716005477d0a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* switch from oslosphinx to openstackdocsthemeDoug Hellmann2017-06-221-1/+4
| | | | | Change-Id: Ie45909df0b5a118d0200a1ee71277f4dbfe41d08 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* rearrange existing documentation to follow the new standard layoutDoug Hellmann2017-06-2210-8/+519
| | | | | | Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: Ib68812eda4ab0ce09c6d438f9f236111d61ef38b Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Docs: add a note about rackspace API keysJim Rollenhagen2017-03-291-0/+8
| | | | | | | Some users are forced to use these instead of passwords (whether because they use 2-factor auth or by policy). Document it so they know how. Change-Id: I558c2e8d3e8b0fad0a96a361232f14443e82a35f
* OVH supports qcow2Clark Boylan2017-03-131-1/+1
| | | | | | | OVH supports qcow2 images too. Update the docs and vendor json file to reflect this. You can continue to use raw images just fine as well. Change-Id: Ic7dc4c70c681947a0475bbabf5621672825dfb3c
* Add support for indicating required floating IPsMonty Taylor2017-02-081-0/+1
| | | | | | | | | | | | | | | | | | | Some clouds require that users add a floating IP to a server if the user wants that server to be able to talk to things that are not on the cloud. Some clouds do not require this and instead give servers a directly attached IP. The only way a user can know is to boot a server, then ask neutron for the port associated with that server, then find the network the port came from and then try to infer whether or not that network has the ability to route packets northbound. Of course, networks don't actually communicate that quality directly, (router:external doesn't mean a network routes externally, it means the network can have a router attached to it to provide floating ips) so it's still hit and miss. Where we can, save the user the stress and strain of not knowing how their cloud wants them to get an externally routable IP. Change-Id: I1baf804ce28bc1997b2347c4648c5cc56c750ead
* Add OpenTelekomCloud to the vendorsMonty Taylor2017-01-171-0/+15
| | | | Change-Id: I82fad53ad2078f58ba14e16a7199b7b730a37457
* Add fuga.io to vendorsMonty Taylor2016-11-051-0/+14
| | | | Change-Id: I1704b6e26a3c56b519544ad8ee6d3fd80a2a752a
* Update ECS image_api_version to 1Monty Taylor2016-10-191-0/+1
| | | | | | Turns out they don't run v2. Change-Id: Icd503f2b035400fbb39903b3fe2542ec14b86e93
* Don't build releasenotes in normal docs buildMonty Taylor2016-09-021-1/+2
| | | | | | | | The release notes system exists in parallel and publishes to http://docs.openstack.org/releasenotes/os-client-config/. When we build them in the normal doc build, it causes problems for distro packagers. Change-Id: I6b084a1ad6836beac991d03c5f134203512150ac
* Clean up vendor support listMonty Taylor2016-08-251-55/+29
| | | | | | | | | | | | The IBM Cloud isn't really a thing at that address yet (jumped the gun) OSIC probably shouldn't have been added either (turns out there are like 8 OSIC clouds currently, and they're test clouds. Also, update the location on the RegionOne clouds, and rename "Human Name" to "Location" - which is the useful information in that column anyway. Change-Id: I04451836330aacc3e2b91cfbe7d7d9bba7a47346
* Add support for configuring split-stack networks1.20.0Monty Taylor2016-08-181-1/+12
| | | | | | | | | | | | | | | Some clouds, like OSIC and v1 of DreamCompute, have a split stack network. This means that a single Neutron Network has both an IPv4 and an IPv6 subnet, but that the IPv4 subnet is a private/RFC-1918 and the IPv6 subnet is a Global network. As any inferrance information is attached to the Network, it's impossible to properly categorize IP addresses that are on the Server in such a scenario. Add support for ipv4 and ipv6 versions of the current routes_externally config value, with each of them defaulting to the value of the un-specialized routes_externally. Change-Id: I1e87a1423d20eac31175f44f5f7b38dfcf3a11cb
* Update Internap informationMathieu Gagné2016-08-051-1/+2
| | | | | | | * Add sin01 and sjc01 regions * Add support for Glance v2 Change-Id: Iaf4ad7c807a28c24040b928f65f4aadc1a234d6e
* Merge "Add the new DreamCompute cloud"Jenkins2016-08-031-0/+17
|\
| * Add the new DreamCompute cloudMonty Taylor2016-08-031-0/+17
| | | | | | | | | | | | | | | | | | | | | | It does things the happy way - direct routing of IPv4 and IPv6. However, it's a respin, so we're naming it dreamcompute rather than dreamhost so that users don't get broken by the shift. Remove dreamhost from the docs - people looking at documentation should be using the new region. Change-Id: I92eb38635c4389d2e9326fab038137a673497fa8
* | Update citycloud to list new regionsMonty Taylor2016-08-021-1/+4
|/ | | | | | Frankfurt, Buffalo and Los Angeles - oh my! Change-Id: I17d6f46de2a9af82f221b971a359d53eb471f8fa
* Clarify one-per-cloud network valuesMonty Taylor2016-04-021-2/+4
| | | | | | | Make it clear in the docs that default_interface and nat_destination can each be set only once per cloud. Change-Id: Ic862b9f4dc31580c4e192f13f100428bbec7faa2
* Flesh out netowrk config listMonty Taylor2016-04-022-0/+48
| | | | | | | | Add support for indicating default_interface. Also, add some validation and normalization code, some interface methods and, shockingly, documentation. Change-Id: Ib45b68894585ac02821d5d2376510fd7a8e8ee40
* Merge "Add osic vendor profile"Jenkins2016-03-101-0/+13
|\
| * Add osic vendor profileClark Boylan2016-03-101-0/+13
| | | | | | | | | | | | | | The new osic cloud is a thing. Add a vendor profile here to simplify using it. Change-Id: Iecd473c93cd1e1d8e2bf9a785f257a47df10351e
* | Remove HP and RunAbove from vendor profilesMonty Taylor2016-02-101-31/+0
|/ | | | | | | | HP has already shut down its public cloud. RunAbove is shutting down 17th February as part of the migration to OVH.com. Neither are therefore valid vendors any longer. Change-Id: I8d305ca2b1cbaf67e6711eedaa1a4c5668a42be7
* Add support for zetta.ioSteve Martinelli2016-01-311-0/+14
| | | | | | | zetta has an openstack cloud, let's add support for it. Change-Id: I86cda3e42fff468786b2809bb367ad59241bb397 Closes-Bug: 1537959
* Add IBM Public CloudMonty Taylor2016-01-061-0/+13
| | | | | | IBM Cloud has a public Openstack Cloud. We should support it. Change-Id: If0bc29c41869494b2a4da944f7792cbe0f217f0e
* Update auth urls and identity API versionsMonty Taylor2016-01-061-2/+2
| | | | | | | Most of the clouds, it turns out, support unversioned auth_url as well as keystone v3. Change-Id: I088d008cd2732f137c8a1bbbd9c0a43f7d382f92
* Merge "Update volume API default version from v1 to v2"Jenkins2016-01-041-0/+11
|\
| * Update volume API default version from v1 to v2Yaguang Tang2015-12-311-0/+11
| | | | | | | | | | | | | | | | | | Cinder has deprecated API version v1 since Juno release, and there is a blueprint to remove v1 API support which is in progress. We should default to v2 API when it's there. Closes-Bug: 1467589 Change-Id: I83aef4c681cbe342c445f02436fcd40cf1222f23
* | Use reno for release notesMonty Taylor2015-12-303-1/+8
|/ | | | | | | | The OpenStack Release team has created a great release notes management tool that integrates with Sphinx. Start using it. For reference on how to use it, see http://docs.openstack.org/developer/reno/ Change-Id: I8153ec7861b508297a28a1916771776dee2deafe
* Update vexxhost to Identity v3Monty Taylor2015-12-061-1/+4
| | | | | | | | | There is a discovery URL for vexxhost for keystone v3. Also, there is a new vexxhost domain for it. Also, vexxhost has DNS running designate v1. And make the region list a list of one region, because there is a second region coming soon. Change-Id: Ie72c19976646f41c713124659e69725df59e1580
* Add BHS1 to OVH1.12.0James E. Blair2015-11-251-0/+1
| | | | Change-Id: I0ef175edccbbc3e24803d02ab6809cfe1a68e0e8
* Update conoha's vendor profile to include SJCMonty Taylor2015-11-031-1/+1
| | | | | | Turns out the lon region is not really a thing. Change-Id: Ib315c301d5f8b589006a61d2a255a6b295b1b9a5
* Update auro to indicate move to neutronMonty Taylor2015-11-021-3/+1
| | | | | | Auro runs neutron now. Update the config and the docs to reflect that. Change-Id: I4d2fd12b6f3d93f9e1d201b687145f1fe022e593
* Fix typo in Catalyst region configsXav Paice2015-11-031-1/+1
| | | | | | Small typo making one region not useful for customers (my bad!). Change-Id: If2680b521f92789f2621aa1249b304666fcde95b
* Aligned a few words in the docsMonty Taylor2015-10-271-5/+5
| | | | | | | | We say "not supported" when the cloud doens't do something, but there were two places where we used other words. Fix them. Also, make the image properties a blockquote. Change-Id: Id933f7d38d706c6fb3ed9f59ad10c2e1e2d73c43
* Sort vendor listMonty Taylor2015-10-271-120/+120
| | | | | | | We've got enough of them that the arbitrary sort order was a bit weird. Sort alphabetically. Change-Id: I6d4ec563f03d1b25bad7d8337db90007a562e97c
* Add conoha public cloudMonty Taylor2015-10-271-0/+15
| | | | Change-Id: I05a716bc54c98390a7cbeb352338a7c6cd7e86c3
* Merge "Add Rackspace LON region"Jenkins2015-10-161-2/+3
|\