词条 | OpenStack | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
释义 |
| title = OpenStack | name = OpenStack | logo = OpenStack® Logo 2016.svg | logo size = 200px | screenshot = | caption = | collapsible = | author = | developer = | released = {{Start date and age|2010|10|21|df=yes}} | discontinued = | latest release version = Rocky (2018.08.30)[1] | latest release date = {{Start date and age|df=yes|2018|08|30}} | latest preview version = | latest preview date = | status = | repo = {{URL|https://git.openstack.org/}} | programming language = Python | operating system = Cross-platform | platform = | size = | language = | genre = Cloud computing | license = Apache License 2.0 | website = {{URL|https://www.openstack.org/}} | frequently updated = }} OpenStack is a free and open-source software platform for cloud computing, mostly deployed as infrastructure-as-a-service (IaaS), whereby virtual servers and other resources are made available to customers.[2] The software platform consists of interrelated components that control diverse, multi-vendor hardware pools of processing, storage, and networking resources throughout a data center. Users either manage it through a web-based dashboard, through command-line tools, or through RESTful web services. OpenStack began in 2010 as a joint project of Rackspace Hosting and NASA. {{As of|2016}}, it is managed by the OpenStack Foundation, a non-profit corporate entity established in September 2012[3] to promote OpenStack software and its community.[4] More than 500 companies have joined the project.[5][6][7][8][9][10][11][12][13][14][15] HistoryIn July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack.[16][17] The mission statement was "to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable".[18] The OpenStack project intended to help organizations offer cloud-computing services running on standard hardware. The community's first official release, code-named Austin, appeared three months later on {{release date|df=yes|2010|10|21}},[19] with plans to release regular updates of the software every few months. The early code came from NASA's Nebula platform as well as from Rackspace's Cloud Files platform. The original cloud architecture was designed by the NASA Ames Web Manager, Megan A. Eskey,[20] and was a 2009 open source architecture called OpenNASA v2.0.[21] The cloud stack and open stack modules were merged and released as open source by the NASA Nebula[22] team in concert with Rackspace. In 2011, developers of the Ubuntu Linux distribution adopted OpenStack[23] with an unsupported technology preview of the OpenStack "Bexar" release for Ubuntu 11.04 "Natty Narwhal".[24] Ubuntu's sponsor Canonical then introduced full support for OpenStack clouds, starting with OpenStack's Cactus release.{{fact|date=January 2018}} OpenStack became available in Debian Sid from the Openstack "Cactus" release in 2011, and the first release of Debian including OpenStack was Debian 7.0 (code name "Wheezy"), including OpenStack 2012.1 (code name: "Essex").[25][26] In October 2011, SUSE announced the public preview of the industry's first fully configured OpenStack powered appliance based on the "Diablo" OpenStack release.[27] In August 2012, SUSE announced its commercially supported enterprise OpenStack distribution based on the "Essex" release.[28] In November 2012, The UK’s Government Digital Service (GDS) launched Inside Government[29] based on the OpenNASA v2.0 Government as a Platform (GaaP) model. In 2012, Red Hat announced a preview of their OpenStack distribution,[30] beginning with the "Essex" release. After another preview release, Red Hat introduced commercial support for OpenStack with the "Grizzly" release, in July 2013.[31] The OpenStack organization has grown rapidly and is supported by more than 540 companies.[32] In 2012 NASA withdrew from OpenStack as an active contributor, and instead made the strategic decision to use Amazon Web Services for cloud-based services.[33] In July 2013, NASA released an internal audit citing lack of technical progress and other factors as the agency's primary reason for dropping out as an active developer of the project and instead focus on the use of public clouds.[34] This report is contradicted in part by remarks made by Ames Research Center CIO, Ray Obrien.[35] In December 2013, Oracle announced it had joined OpenStack as a Sponsor and planned to bring OpenStack to Oracle Solaris, Oracle Linux, and many of its products.[36] It followed by announcing Oracle OpenStack distributions for Oracle Solaris[37][38] and for Oracle Linux using Icehouse on 24 September 2014.[39] In May 2014, HP announced HP Helion and released a preview of HP Helion OpenStack Community, beginning with the IceHouse release. HP has operated HP Helion Public Cloud on OpenStack since 2012.[40] At the 2014 Interop and Tech Field Day, software-defined networking was demonstrated by Avaya using Shortest path bridging and OpenStack as an automated campus, extending automation from the data center to the end device, removing manual provisioning from service delivery.[41][42] As of March 2015, NASA still makes use of OpenStack private cloud[43] and has RFPs out for OpenStack public cloud support.[44] OpenStack developmentThe OpenStack community collaborates around a six-month, time-based release cycle with frequent development milestones.[45] During the planning phase of each release, the community would gather for an OpenStack Design Summit to facilitate developer working sessions and to assemble plans.[46] These Design Summits would coincide with the OpenStack Summit conference. Starting with the Pike development cycle the design meetup activity has been separated out into a separate Project Teams Gathering (PTG) event.[47] This was done to avoid the developer distractions caused by presentations and customer meetings that were happening at the OpenStack Summit and to allow the design discussions to happen ahead of the start of the next cycle. Recent OpenStack Summits have taken place in Vancouver on 21-25 May 2018[48], Sydney on 6-8 November 2017[49], Boston on 8-11 May 2017,[50] Austin on 25–29 April 2016,[51] and Barcelona on 25–28 October 2016.[52] Earlier OpenStack Summits have taken place also in Tokyo in October 2015,[53] Vancouver in May 2015,[54] and Paris in November 2014.[55] The summit in May 2014 in Atlanta drew 4,500 attendees — a 50% increase from the Hong Kong summit six months earlier.[56][57] ComponentsOpenStack has a modular architecture with various code names for its components.[58] {{Anchor|Nova}}Compute (Nova)OpenStack Compute (Nova) is a cloud computing fabric controller, which is the main part of an IaaS system. It is designed to manage and automate pools of computer resources and can work with widely available virtualization technologies, as well as bare metal and high-performance computing (HPC) configurations. KVM, VMware, and Xen are available choices for hypervisor technology (virtual machine monitor), together with Hyper-V and Linux container technology such as LXC.[59][60] It is written in Python and uses many external libraries such as Eventlet (for concurrent programming), Kombu (for AMQP communication), and SQLAlchemy (for database access).[61] Compute's architecture is designed to scale horizontally on standard hardware with no proprietary hardware or software requirements and provide the ability to integrate with legacy systems and third-party technologies. Due to its widespread integration into enterprise-level infrastructures, monitoring OpenStack performance in general, and Nova performance in particular, scaling has become an increasingly important issue. Monitoring end-to-end performance requires tracking metrics from Nova, Keystone, Neutron, Cinder, Swift and other services, in addition to monitoring RabbitMQ which is used by OpenStack services for message passing.[62][63] All these services generate their own log files, which, especially in enterprise-level infrastructures, also should be monitored.[64] {{Anchor|Neutron}}Networking (Neutron)OpenStack Networking (Neutron) is a system for managing networks and IP addresses. OpenStack Networking ensures the network is not a bottleneck or limiting factor in a cloud deployment,{{Citation needed|date=March 2016}} and gives users self-service ability, even over network configurations. OpenStack Networking provides networking models for different applications or user groups. Standard models include flat networks or VLANs that separate servers and traffic. OpenStack Networking manages IP addresses, allowing for dedicated static IP addresses or DHCP. Floating IP addresses let traffic be dynamically rerouted to any resources in the IT infrastructure, so users can redirect traffic during maintenance or in case of a failure. Users can create their own networks, control traffic, and connect servers and devices to one or more networks. Administrators can use software-defined networking (SDN) technologies like OpenFlow to support high levels of multi-tenancy and massive scale. OpenStack networking provides an extension framework that can deploy and manage additional network services—such as intrusion detection systems (IDS), load balancing, firewalls, and virtual private networks (VPN). {{Anchor|Cinder}}Block storage (Cinder)OpenStack Block Storage (Cinder) provides persistent block-level storage devices for use with OpenStack compute instances. The block storage system manages the creation, attaching and detaching of the block devices to servers. Block storage volumes are fully integrated into OpenStack Compute and the Dashboard allowing for cloud users to manage their own storage needs. In addition to local Linux server storage, it can use storage platforms including Ceph, CloudByte, Coraid, EMC (ScaleIO, VMAX, VNX and XtremIO), GlusterFS, Hitachi Data Systems, IBM Storage (IBM DS8000, Storwize family, SAN Volume Controller, XIV Storage System, and GPFS), Linux LIO, NetApp, Nexenta, Nimble Storage, Scality, SolidFire, HP (StoreVirtual and 3PAR StoreServ families), INFINIDAT (InfiniBox) and Pure Storage. Block storage is appropriate for performance sensitive scenarios such as database storage, expandable file systems, or providing a server with access to raw block level storage. Snapshot management provides powerful functionality for backing up data stored on block storage volumes. Snapshots can be restored or used to create a new block storage volume. {{Anchor|Keystone}}Identity (Keystone)OpenStack Identity (Keystone) provides a central directory of users mapped to the OpenStack services they can access. It acts as a common authentication system across the cloud operating system and can integrate with existing backend directory services like LDAP. It supports multiple forms of authentication including standard username and password credentials, token-based systems and AWS-style (i.e. Amazon Web Services) logins. Additionally, the catalog provides a queryable list of all of the services deployed in an OpenStack cloud in a single registry. Users and third-party tools can programmatically determine which resources they can access. {{Anchor|Glance}}Image (Glance)OpenStack Image (Glance) provides discovery, registration, and delivery services for disk and server images. Stored images can be used as a template. It can also be used to store and catalog an unlimited number of backups. The Image Service can store disk and server images in a variety of back-ends, including Swift. The Image Service API provides a standard REST interface for querying information about disk images and lets clients stream the images to new servers. Glance adds many enhancements to existing legacy infrastructures. For example, if integrated with VMware, Glance introduces advanced features to the vSphere family such as vMotion, high availability and dynamic resource scheduling (DRS). vMotion is the live migration of a running VM, from one physical server to another, without service interruption. Thus, it enables a dynamic and automated self-optimizing datacenter, allowing hardware maintenance for the underperforming servers without downtimes.[65][66] Other OpenStack modules that need to interact with Images, for example Heat, must communicate with the images metadata through Glance. Also, Nova can present information about the images, and configure a variation on an image to produce an instance. However, Glance is the only module that can add, delete, share, or duplicate images.[67] {{Anchor|Swift}}Object storage (Swift)OpenStack Object Storage (Swift) is a scalable redundant storage system. Objects and files are written to multiple disk drives spread throughout servers in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters scale horizontally simply by adding new servers. Should a server or hard drive fail, OpenStack replicates its content from other active nodes to new locations in the cluster. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used. In August 2009, Rackspace started the development of the precursor to OpenStack Object Storage, as a complete replacement for the Cloud Files product. The initial development team consisted of nine developers.[68] SwiftStack, an object storage software company, is currently the leading developer for Swift with significant contributions from HP, Red Hat, NTT, NEC, IBM and more.[69] {{Anchor|Horizon}}Dashboard (Horizon)OpenStack Dashboard (Horizon) provides administrators and users with a graphical interface to access, provision, and automate deployment of cloud-based resources. The design accommodates third party products and services, such as billing, monitoring, and additional management tools. The dashboard is also brand-able for service providers and other commercial vendors who want to make use of it. The dashboard is one of several ways users can interact with OpenStack resources. Developers can automate access or build tools to manage resources using the native OpenStack API or the EC2 compatibility API. {{Anchor|Heat}}Orchestration (Heat)Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.[70] {{Anchor|Mistral}}Workflow (Mistral)Mistral is a service that manages workflows. User typically writes a workflow using workflow language based on YAML and uploads the workflow definition to Mistral via its REST API. Then user can start this workflow manually via the same API or configure a trigger to start the workflow on some event.[71] {{Anchor|Ceilometer}}Telemetry (Ceilometer)OpenStack Telemetry (Ceilometer) provides a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters is traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. {{Anchor|Trove}}Database (Trove)Trove is a database-as-a-service provisioning relational and a non-relational database engine.[72] {{Anchor|Sahara}}Elastic map reduce (Sahara)Sahara is a component to easily and rapidly provision Hadoop clusters. Users will specify several parameters like the Hadoop version number, the cluster topology type, node flavor details (defining disk space, CPU and RAM settings), and others. After a user provides all of the parameters, Sahara deploys the cluster in a few minutes. Sahara also provides means to scale a preexisting Hadoop cluster by adding and removing worker nodes on demand.[73][74] {{Anchor|Ironic}}Bare metal (Ironic)Ironic is an OpenStack project that provisions bare metal machines instead of virtual machines. It was initially forked from the Nova Baremetal driver and has evolved into a separate project. It is best thought of as a bare-metal hypervisor API and a set of plugins that interact with the bare-metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on and off machines, but Ironic supports and can be extended with vendor-specific plugins to implement additional functionality.[75][76] {{Anchor|Zaqar}}Messaging (Zaqar)Zaqar is a multi-tenant cloud messaging service for Web developers. The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. {{Anchor|Manila}}Shared file system (Manila)OpenStack Shared File System (Manila) provides an open API to manage shares in a vendor agnostic framework. Standard primitives include ability to create, delete, and give/deny access to a share and can be used standalone or in a variety of different network environments. Commercial storage appliances from EMC, NetApp, HP, IBM, Oracle, Quobyte, INFINIDAT and Hitachi Data Systems are supported as well as filesystem technologies such as Red Hat GlusterFS[77] or Ceph. {{Anchor|Designate}}DNS (Designate)Designate is a multi-tenant REST API for managing DNS. This component provides DNS as a Service and is compatible with many backend technologies, including PowerDNS and BIND. It doesn't provide a DNS service as such as its purpose is to interface with existing DNS servers to manage DNS zones on a per tenant basis.[78] {{Anchor|Searchlight}}Search (Searchlight)Searchlight provides advanced and consistent search capabilities across various OpenStack cloud services. It accomplishes this by offloading user search queries from other OpenStack API servers by indexing their data into ElasticSearch.[79] Searchlight is being integrated into Horizon[80] and also provides a Command-line interface.[81] {{Anchor|Barbican}}Key manager (Barbican)Barbican is a REST API designed for the secure storage, provisioning and management of secrets. It is aimed at being useful for all environments, including large ephemeral Clouds.[82] {{Anchor|Magnum}}Container orchestration (Magnum)Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker Swarm, Kubernetes, and Apache Mesos available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration.[83] {{Anchor|Vitrage}}Root Cause Analysis (Vitrage)Vitrage is the OpenStack RCA (Root Cause Analysis) service for organizing, analyzing and expanding OpenStack alarms & events, yielding insights regarding the root cause of problems and deducing their existence before they are directly detected.[84] {{Anchor|Aodh}}Rule-based alarm actions (Aodh)This alarming service enables the ability to trigger actions based on defined rules against metric or event data collected by Ceilometer or Gnocchi.[85] Historical namesSeveral OpenStack projects changed names due to trademark issues.
Compatibility with other cloud APIsOpenStack does not strive for compatibility with other clouds' APIs.[92] However, there is some amount of compatibility driven by various members of the OpenStack community for whom such things are important.
GovernanceOpenStack is governed by a non-profit foundation and its board of directors, a technical committee, and a user committee. The board of directors is made up of eight members from each of the eight platinum sponsors, eight members from the 24 defined maximum allowed Gold sponsors, and eight members elected by the Foundation individual members.[95] AppliancesAn OpenStack Appliance[96] is the name given to software that can support the OpenStack cloud computing platform on either physical devices such as servers or virtual machines or a combination of the two. Typically a software appliance[97] is a set of software capabilities that can function without an operating system. Thus, they must contain enough of the essential underlying operating system components to work. Therefore, a strict definition might be: an application that is designed to offer OpenStack capability without the necessity of an underlying operating system. However, applying this strict definition may not be helpful, as there is not really a clear distinction between an appliance and a distribution.[98] It could be argued that the term appliance is something of a misnomer because OpenStack itself is referred to as a cloud operating system[99] so using the term OpenStack appliance could be a misnomer if one is being pedantic. If we look at the range of Appliances and Distributions one could make the distinction that distributions are those toolsets which attempt to provide a wide coverage of the OpenStack project scope, whereas an Appliance will have a more narrow focus, concentrating on fewer projects. Vendors have been heavily involved in OpenStack since its inception, and have since developed and are marketing a wide range of appliances, applications and distributions. VendorsA large number of vendors offer OpenStack solutions, meaning that an organization wishing to deploy the technology has a complex task in selecting the vendor offer that best matches its business requirements.[100] Barb Darrow offered this overview in Fortune on May 27 2015, [101] pointing out that there may be some consolidation in the market that will clarify those decisions. There are other aspects that users need to consider, for example, the real costs involved.[102] Some vendors will make an offer which encompasses most of the OpenStack projects; others will only offer certain components. Other considerations include the extent of proprietary code used to manage a lack of maturity in an OpenStack component, and to what extent that encourages vendor lock-in.[103][104] The most authoritative information on vendor products is at the OpenStack Foundation website.[105] Challenges to implementationOpenStack is a complex entity, and adopters face a range of challenges when trying to implement OpenStack in an organisation. For many organisations trying to implement their own projects, a key issue is the lack of skills available.[106] In an article on The New Stack, Atul JHA succinctly identifies five challenges any organization wishing to deploy OpenStack will face.[107] Installation challengesOpenStack is a suite of projects rather than a single product, and because each of the various applications needs to be configured to suit the user's requirements, installation is complex and requires a range of complementary skill-sets[108] for an optimum set-up. One obvious solution would be to take a complete vendor supplied package containing hardware and software, although due diligence is essential.[109] DocumentationThis is more a function of the nature of documentation with open source products than OpenStack per se, but with more than 25 projects, managing document quality is always going to be challenging.[110] Upgrading OpenStackOne of the main objectives of using cloud type infrastructure is that it offers its users not only high reliability but also high availability,[111] something that public cloud suppliers will offer in Service Level Agreements.[112] Due to OpenStack's multi-project development approach, the complexity involved in synchronising the different projects during an upgrade implementation may mean that downtime is unavoidable.[113] Long term supportIt’s quite common for a business to keep using an earlier release of software for some time after it has been upgraded. The reasons for this are pretty obvious and referred to above. However, there is little incentive for developers in an open source project to provide support for superseded code. In addition, OpenStack itself has formally discontinued support for some old releases.[114] Given the above challenges the most appropriate route for an organization wishing to implement OpenStack would be to go with a vendor, and source an OpenStack appliance or distribution. UsersOpenStack has a wide variety of users, from a number of different sectors.[115] Notable users include: {{Div col|colwidth=25em}}
Deployment modelsAs the OpenStack project has matured, vendors have pioneered multiple ways for customers to deploy OpenStack:
Distributions
Release history
See also{{Portal|Free and open-source software|Computer science}}
References1. ^{{Cite web|url=https://releases.openstack.org/rocky|title=OpenStack Releases: Rocky|website=releases.openstack.org|language=en|access-date=17 September 2017}} 2. ^{{cite web|title=OpenStack Open Source Cloud Computing Software|url=http://www.openstack.org|accessdate=29 November 2013}} 3. ^{{cite news|title=OpenStack Launches as Independent Foundation, Begins Work Protecting, Empowering and Promoting OpenStack|url=http://www.businesswire.com/news/home/20120919005997/en/OpenStack-Launches-Independent-Foundation-Begins-Work-Protecting |accessdate=7 January 2013|newspaper=BusinessWire|date=19 September 2012}} 4. ^{{cite web|title=OpenStack Foundation Mission|url=http://wiki.openstack.org/Governance/Foundation/Mission|accessdate=7 January 2013}} 5. ^{{cite web|url=http://www.openstack.org/foundation/companies/ |title=Companies » OpenStack Open Source Cloud Computing Software |publisher=Openstack.org |date= |accessdate=7 January 2013}} 6. ^{{cite web|url=http://h30507.www3.hp.com/t5/Data-Central/HP-Announces-Support-for-OpenStack/ba-p/96283 |title=HP Announces Support for OpenStack |publisher=H30507.www3.hp.com |date=27 July 2011 |accessdate=23 October 2012}} 7. ^{{cite web|url=http://www.computerworlduk.com/news/open-source/3350930/ibm-and-red-hat-support-openstack-foundation-as-platinum-members/ |title=IBM supports OpenStack (Computerworld) |publisher=Computerworlduk.com |date= |accessdate=23 October 2012}} 8. ^{{cite web|url=http://content.dell.com/us/en/enterprise/by-need-it-productivity-data-center-change-response-openstack-cloud |title=Dell OpenStack-Powered Cloud Solution |publisher=Content.dell.com |date= |accessdate=23 October 2012}} 9. ^{{cite web |url=http://news.morningstar.com/all/market-wired/MWR1075011/oracle-sponsors-openstack-foundation-offers-customers-ability-to-use-openstack-to-manage-oracle-cloud-products-and-services.aspx |title=Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services |date=10 December 2013 |accessdate=11 December 2013 |publisher=morningstar.com}} 10. ^{{cite web|url=http://www.eweek.com/cloud/godaddy-embraces-open-source-openstack-cloud.html |title=GoDaddy Embraces Open-Source OpenStack Cloud |publisher=eweek.com |date=3 March 2014 |accessdate=5 March 2014}} 11. ^{{cite web|url=http://www.hds.com/solutions/cloud/openstack.html |title=Hitachi and Openstack |publisher=hds.com |date=3 March 2014 |accessdate=5 March 2014}} 12. ^{{cite web|title=Avaya Looks to OpenStack Horizon for the Software Defined Data Center|url=http://www.enterprisenetworkingplanet.com/datacenter/avaya-looks-to-openstack-horizon-for-the-software-defined-data-center.html|author=Sean Michael Kerner|publisher=Enterprise Networking Planet}} 13. ^{{cite web|last1=Hamilton|first1=David|title=How OpenStack is Giving DreamHost a Competitive Edge|url=http://www.thewhir.com/web-hosting-news/openstack-giving-dreamhost-competitive-edge|website=The Whir|publisher=thewhir.com|accessdate=2 April 2015}} 14. ^{{cite web|url=http://googlecloudplatform.blogspot.com/2015/07/Containers-Private-Cloud-Google-Sponsors-OpenStack-Foundation.html |title=Google Sponsors OpenStack Foundation |publisher=googlecloudplatform.blogspot.com |date=16 July 2015 |accessdate=20 July 2015}} 15. ^{{cite web|url=http://www.datacenterdynamics.com/content-tracks/servers-storage/datacentred-builds-openstack-cloud-with-64-bit-arm/93570.fullarticle |title= DataCentred is the first to roll out HP’s Moonshot micro-servers with ARM inside |publisher=DatacenterDynamics |date= 16 March 2016 |accessdate= 10 February 2017}} 16. ^{{Cite web|url=https://www.openstack.org/blog/2010/07/introducing-openstack/|title=Introducing OpenStack {{!}} The OpenStack Blog|last=Curry|first=Jim|date=19 July 2010|website=www.openstack.org|publisher=|language=en-US|access-date=22 January 2017}} 17. ^{{Cite web|url = http://docs.openstack.org/project-team-guide/introduction.html|title = Introduction a Bit of Openstack History|accessdate = 17 September 2015|website = Docs Openstack|publisher = Openstack Foundation}} 18. ^{{Cite web|url = https://wiki.openstack.org/wiki/Main_Page|title = Open Stack Wiki Main Page Mission|date = |accessdate = 17 September 2015|website = 24 May 2010|publisher = Openstack Foundation}} 19. ^https://releases.openstack.org/ 20. ^{{cite web|last1=Eskey|first1=Megan|title=Founder and CEO|url=https://faraonsteroids.com/staff/|website=FARA on Steroids}} 21. ^{{cite web|title=OpenNASA v2.0|url=https://www.slideshare.net/meskey/opennasav20slideshare-large-file|website=OpenNASA v2.0 cloud architecture|publisher=NASA}} 22. ^{{cite web|title=Cloud Computing: Architecture, IT Security and Operational Perspectives|url=https://www.slideshare.net/meskey/cloud-computing-architecture-it-security-and-operational-perspectives|website=NASA Nebula Cloud Architecture|publisher=NASA}} 23. ^{{cite web|last=Vaughan |first=Steven J.|url=http://www.zdnet.com/blog/open-source/canonical-switches-to-openstack-for-ubuntu-linux-cloud/8875|title=Canonical switches to OpenStack for Ubuntu Linux cloud |publisher=ZDNet |date=10 May 2011 |accessdate=23 October 2012}} 24. ^{{cite web|last=Vaughan |first=Steven J.|url=http://www.zdnet.com/blog/open-source/canonical-brings-ubuntu-to-the-openstack-cloud/8204|title=Canonical brings Ubuntu to the OpenStack Cloud |publisher=ZDNet |date=3 February 2011 |accessdate=11 January 2014}} 25. ^{{cite web|title=Openstack Folsom fully uploaded to Experimental|url=http://thomas.goirand.fr/blog/?p=39|publisher=Thomas Goirand|date=6 February 2013|accessdate=29 November 2013}} 26. ^{{cite web|title=OpenStack Havana 2013.2 Debian packages available|url=http://thomas.goirand.fr/blog/?p=141|publisher=Thomas Goirand|date=17 October 2013|accessdate=29 November 2013}} 27. ^{{cite web|title=SUSE Debuts OpenStack-Powered Cloud Infrastructure Solution|url=https://www.suse.com/company/press/2011/10/suse-debuts-openstack-powered-cloud-infrastructure-solution.html|publisher=SUSE press release|date=26 October 2011|accessdate=9 August 2016}} 28. ^{{cite web|title=SUSE Releases First OpenStack-Based Enterprise Private Cloud Solution|url=https://www.suse.com/company/press/2012/8/suse-releases-first-openstack-based-enterprise-private-cloud-solution.html|publisher=SUSE press release|date=29 August 2012|accessdate=9 August 2016}} 29. ^{{cite web|title=Inside Government|url=https://www.gov.uk/government/news/new-site-to-take-you-inside-government|publisher=UK GDS}} 30. ^{{cite web|title=Red Hat Announces Preview Version of Enterprise-Ready OpenStack Distribution|url=https://lwn.net/Articles/511428/|publisher=Linux Weekly News|date=15 August 2012|accessdate=26 August 2013}} 31. ^{{cite web| url=http://www.redhat.com/about/news/press-archive/2013/6/red-hat-announces-openstack-powered-product-offerings-to-deliver-on-open-hybrid-cloud-vision| title=Red Hat Announces OpenStack-powered Product Offerings to Deliver on Open Hybrid Cloud Vision|publisher=Red Hat Press Release |date=12 June 2013 |accessdate=11 January 2014}} 32. ^{{Cite web|url = https://www.openstack.org/foundation/companies/|title = Openstack Organisation Foundation Companies|accessdate = 17 September 2015|website = Openstack Organisation|publisher = Openstack Foundation}} 33. ^{{Cite web|url = http://www.informationweek.com/cloud/infrastructure-as-a-service/nasa-drops-openstack-for-amazon-cloud/d/d-id/1104911?|title = NASA Drops OpenStack For Amazon Cloud|date = 18 June 2012|accessdate = 17 September 2012|website = Information Week|publisher = UBM Tech|last = Babcock|first = Chris}} 34. ^{{cite web |url=http://oig.nasa.gov/audits/reports/FY13/IG-13-021.pdf |title=NASA's Progress in Adopting Cloud Computing Technologies |date=29 July 2013 |accessdate=14 March 2014 |publisher=NASA |format=PDF}} 35. ^{{cite web |title=Nebula, NASA, and OpenStack |date=4 June 2012 |publisher=open.NASA |url=https://open.nasa.gov/blog/2012/06/04/nebula-nasa-and-openstack/ |accessdate=18 June 2015}} 36. ^{{cite web|title=Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services|url=http://www.oracle.com/us/corporate/press/2079843|publisher=Oracle|date=10 December 2013}} 37. ^{{cite web|title=Oracle Introduces Oracle Solaris 11.2—Engineered for Cloud|url=http://www.oracle.com/us/corporate/pressrelease/solaris-11-2-042914|publisher=Oracle|date=29 April 2014}} 38. ^{{cite web|title=Oracle Solaris 11.2 Now Generally Available|url=http://www.oracle.com/us/corporate/press/2254736|publisher=Oracle|date=31 July 2014}} 39. ^{{cite web|title=Oracle OpenStack for Oracle Linux Now Generally Available|url=http://www.oracle.com/us/corporate/press/2298602|publisher=Oracle|date=24 September 2014}} 40. ^{{cite web|url=http://www8.hp.com/us/en/hp-news/press-release.html?id=1668354#.U-0sMmN7RpQ|title=HP Launches HP Helion Portfolio of Cloud Products and Services|type=Press release|date=7 May 2014|accessdate=7 May 2014}} 41. ^{{cite web|title=Interop 2014: Avaya to showcase Automated Campus part of SDN initiative|date=26 March 2014|publisher=Info Tech Lead|accessdate=25 June 2014}} 42. ^{{cite web|title=Avaya Software Defined Data Center|url=http://techfieldday.com/video/avaya-software-defined-data-center/|publisher=Tech Field Day|date=Feb 2014|accessdate=25 June 2014}} 43. ^{{cite web|url=http://www.scalr.com/about/pressreleases/jet-propulsion-laboratory-streamlines-cloud-management-for-europa-mission-study-with-scalr |title=Jet Propulsion Laboratory Streamlines Cloud Management for Europa Mission Study with Scalr}} 44. ^{{cite web |url=https://acquisition.jpl.nasa.gov/RFP/LL-2623-879754/default.htm|archive-url=https://archive.is/20150412205641/https://acquisition.jpl.nasa.gov/RFP/LL-2623-879754/default.htm|dead-url=yes|archive-date=12 April 2015|title=RFP No.LL-2623-879754|publisher=NASA|date=14 April 2015|accessdate=21 April 2015}} 45. ^{{cite web|title=OpenStack Release Cycle|url=http://wiki.openstack.org/ReleaseCycle|publisher=OpenStack Foundation|accessdate=7 January 2013}} 46. ^{{cite web|title=OpenStack Design Summit|url=http://wiki.openstack.org/Summit|publisher=OpenStack Foundation|accessdate=7 January 2013}} 47. ^{{Cite web|url=https://www.openstack.org/ptg|title=OpenStack PTG - Developers, Operators, and End Users|website=OpenStack|language=en-US|access-date=2018-05-11}} 48. ^{{Cite web|url=https://www.openstack.org/summit/vancouver-2018/|title=Vancouver 2018 - OpenStack Summit|website=OpenStack|language=en-US|access-date=2018-05-11}} 49. ^{{Cite web|url=https://www.openstack.org/summit/sydney-2017/|title=Join us November 6-8, 2017 for the OpenStack Summit Sydney!|website=OpenStack|language=en-US|access-date=2018-09-24}} 50. ^{{Cite web|url=https://www.openstack.org/summit/boston-2017/|title=Boston 2017 - OpenStack Open Source Cloud Computing Software|website=OpenStack|language=en-US|access-date=2017-09-12}} 51. ^{{cite web|title=OpenStack Austin Summit 2016| url=https://www.openstack.org/summit/austin-2016/}} 52. ^{{cite web|title=OpenStack Barcelona Summit 2016| url=https://www.openstack.org/summit/barcelona-2016/}} 53. ^{{cite web|title=OpenStack Tokyo Summit 2015| url=https://www.openstack.org/summit/tokyo-2015/}} 54. ^{{cite web|title=OpenStack Vancouver Summit 2015| url=https://www.openstack.org/summit/vancouver-2015/}} 55. ^{{cite web|title=OpenStack Paris Summit 2014| url=https://www.openstack.org/summit/openstack-paris-summit-2014/}} 56. ^{{cite web|title=Taking Stock of OpenStack's Rapid Growth|url=http://www.openstack.org/blog/2014/05/taking-stock-of-openstacks-rapid-growth/}} 57. ^{{cite web|title=OpenStack Design Summit Fall 2013|url=http://www.openstack.org/summit/openstack-summit-hong-kong-2013/}} 58. ^1 {{cite web |url=http://www.openstack.org/software/roadmap/ |title=OpenStack Roadmap » OpenStack Open Source Cloud Computing Software |publisher=Openstack.org | accessdate=17 April 2014}} 59. ^{{cite web | url = http://www.openstack.org/downloads/openstack-compute-datasheet.pdf | title = OpenStack Compute: An Overview | year = 2010 | accessdate = 31 March 2014 | publisher = openstack.org | format = PDF}} 60. ^{{cite web|title=HypervisorSupportMatrix|url=https://wiki.openstack.org/wiki/HypervisorSupportMatrix|accessdate=29 November 2013}} 61. ^{{cite web|title=OpenStack — more than just software|url=http://tech.yandex.ru/events/yac/2013/talks/1083/|accessdate=29 November 2013}} 62. ^{{cite web|title=Monitoring OpenStack Nova|url=https://www.datadoghq.com/blog/openstack-monitoring-nova/#toc-key-nova-metrics-and-events3|accessdate=17 October 2016}} 63. ^{{cite web|title=Monitoring OpenStack Nova: Monitoring RabbitMQ|url=https://www.datadoghq.com/blog/openstack-monitoring-nova/#toc-rabbitmq-metrics7|accessdate=17 October 2016}} 64. ^{{Cite news|url=http://www.dynatrace.com/blog/openstack-monitoring-beyond-the-elastic-stack-part-3-monitoring-openstack-with-dynatrace/|title=OpenStack monitoring beyond the Elastic (ELK) Stack - Part 3: Monitoring with Dynatrace {{!}} Dynatrace blog – monitoring redefined|date=2017-07-05|work=Dynatrace blog – monitoring redefined|access-date=2017-09-12|language=en-US}} 65. ^{{cite web|url=https://wiki.openstack.org/wiki/GlanceFeatureMatrix |title=GlanceFeatureMatrix — OpenStack |website=openstack.org |date= |accessdate=10 August 2014}} 66. ^{{cite web|url=https://wiki.openstack.org/wiki/ReleaseNotes/Icehouse |title=ReleaseNotes/Icehouse — OpenStack |website=openstack.org |date= |accessdate=10 August 2014}} 67. ^{{cite web|url=http://docs.openstack.org/trunk/config-reference/content/ch_configuring-openstack-image-service.html |title=Chapter 6. Image Service — OpenStack Configuration Reference — juno |website=openstack.org |date= |accessdate=10 August 2014}} 68. ^{{YouTube|id=Dd7wmJCDh4w|title=Cloud Files (Swift) Origin}} 69. ^{{cite web|title=Contributions by commits to OpenStack Swift|url=http://stackalytics.com/?release=all&module=swift-group&metric=commits|website=Stackalytics}} 70. ^{{cite web|url=https://wiki.openstack.org/wiki/Heat |title=Heat — OpenStack |publisher=Wiki.openstack.org |date= |accessdate=6 May 2014}} 71. ^{{cite web|url=https://wiki.openstack.org/wiki/Mistral |title=Mistral — OpenStack |publisher=Wiki.openstack.org |date= |accessdate=28 June 2016}} 72. ^{{cite web|url=https://wiki.openstack.org/wiki/Trove |title=Trove — OpenStack |publisher=Wiki.openstack.org |date= |accessdate=6 May 2014}} 73. ^{{cite web|url=http://docs.openstack.org/developer/sahara/ |title=Welcome to Sahara's developer documentation! |publisher=docs.openstack.org |date= |accessdate=24 September 2014}} 74. ^{{cite web|url=https://wiki.openstack.org/wiki/Sahara |title=Sahara |publisher=wiki.openstack.org |date= |accessdate=24 September 2014}} 75. ^{{cite web|url=http://docs.openstack.org/developer/ironic/ |title=Welcome to Ironic's developer documentation! |publisher=docs.openstack.org |date= |accessdate=24 September 2014}} 76. ^{{cite web|url=https://wiki.openstack.org/wiki/Ironic |title=Ironic |publisher=wiki.openstack.org |date= |accessdate=24 September 2014}} 77. ^{{cite web |title=Manila |publisher=OpenStack Wiki |url=https://wiki.openstack.org/wiki/Manila|accessdate=1 June 2015}} 78. ^{{cite web |title=Designate |publisher=OpenStack Wiki|url=https://wiki.openstack.org/wiki/Designate|accessdate=1 June 2015}} 79. ^{{Cite web|title=Searchlight — OpenStack|url=https://wiki.openstack.org/wiki/Searchlight|website=wiki.openstack.org|access-date=20 February 2016}} 80. ^{{Cite web|title=Searchlight Search Panel : Blueprints : OpenStack Dashboard (Horizon)|url=https://blueprints.launchpad.net/horizon/+spec/searchlight-search-panel|website=blueprints.launchpad.net|access-date=20 February 2016}} 81. ^{{Cite web|title=openstack/python-searchlightclient|url=https://github.com/openstack/python-searchlightclient|website=GitHub|access-date=20 February 2016}} 82. ^{{cite web |title=Barbican|publisher=OpenStack Wiki|url=https://wiki.openstack.org/wiki/Barbican|accessdate=1 June 2015}} 83. ^{{cite web |title=Magnum|publisher=OpenStack Wiki|url=https://wiki.openstack.org/wiki/Magnum|accessdate=3 October 2017}} 84. ^https://wiki.openstack.org/wiki/Vitrage 85. ^{{cite web |title=Aodh|publisher=OpenStack Documentation|url=https://docs.openstack.org/aodh/latest/|accessdate=3 October 2017}} 86. ^{{cite web |last=McClain|first=Mark |title=Quantum's new name is.... |date=19 June 2013 |url=http://lists.openstack.org/pipermail/openstack-dev/2013-June/010628.html |work=openstack-dev mailing list |publisher=OpenStack.org |accessdate=16 July 2013}} 87. ^{{cite web|url=http://lists.openstack.org/pipermail/openstack-dev/2014-March/029414.html |title=Sahara (ex. Savanna) project renaming process |work=openstack-dev mailing list |publisher=OpenStack.org |date=7 March 2014 |accessdate=8 May 2016 |last=Lukjanov |first=Sergey}} 88. ^{{cite web|url=http://lists.openstack.org/pipermail/openstack-dev/2013-June/010140.html |title=Moniker renamed to Designate, and applies for Incubation. |work=openstack-dev mailing list |publisher=OpenStack.org |date=9 March 2013 |accessdate=8 May 2016 |last=Mac Innes |first=Kiall}} 89. ^{{cite web|url=http://lists.openstack.org/pipermail/openstack-dev/2013-June/010306.html |title=Gerrit Downtime Friday June 14 at 20:00 UTC |work=openstack-dev mailing list |publisher=OpenStack.org |date=12 June 2013 |accessdate=8 May 2016 |last=Blair |first=James}} 90. ^{{cite web|url=http://docs.openstack.org/developer/zaqar/ |title=Welcome to Zaqar's developer documentation! |publisher=docs.openstack.org |date= |accessdate=24 September 2014}} 91. ^{{cite web|url=https://wiki.openstack.org/wiki/Zaqar |title=Zaqar |publisher=wiki.openstack.org |date= |accessdate=24 September 2014}} 92. ^{{cite web|url=http://lists.openstack.org/pipermail/openstack-dev/2015-July/068417.html|title=[openstack-dev] EC2 API — users wanted}} 93. ^{{GitHub|openstack/ec2-api}} 94. ^{{GitHub|openstack/gce-api}} 95. ^{{cite web|url=http://www.openstack.org/foundation/ |title=Foundation |publisher=OpenStack Foundation |date= |accessdate=15 January 2013}} 96. ^{{Cite web|url = https://www.openstack.org/|title = Openstack Organisation|website = Openstack.org|publisher = Openstack Foundation|accessdate = 17 September 2015}} 97. ^{{Cite web|url = https://www.pcmag.com/encyclopedia/term/58661/software-appliance|title = Definition of a Software Appliance|accessdate = 17 September 2015|website = pcmag.com|publisher = Ziff Davis}} 98. ^{{Cite web|url = http://opensourceforu.efytimes.com/2009/09/a-suse-studio-to-edit-and-roll-out-your-appliance/|title = A (SUSE) Studio to Edit and Roll Out Your Appliance|date = 1 September 2009|accessdate = 17 September 2015|website = OpenSourceForYou|publisher = EFYIIndia|last = Datta|first = Alana}} 99. ^{{Cite web|url = http://www.openstack.org/software/|title = OpenStack: The Open Source Cloud Operating System|accessdate = 21 September 2015|website = www.openstack.org|publisher = OpenStack Foundation}} 100. ^{{Cite web|url = https://communities.intel.com/community/itpeernetwork/verified-expert/blog/2015/05/19/5-questions-you-should-ask-a-potential-openstack-vendor|title = 5 Questions You Should Ask a Potential OpenStack Vendor|date = 19 May 2015|accessdate = 17 September 2015|website = Intel Communities|publisher = Intel|last = Allen|first = Scott}} 101. ^{{Cite web|url = http://fortune.com/2015/05/07/too-much-open-stack/|title = Is there such a thing as too many clouds?|date = 7 May 2015|accessdate = 17 September 2015|website = Fortune|publisher = Time Inc|last = Darrow|first = Barb}} 102. ^{{Cite web|url = http://www.computerworlduk.com/news/infrastructure/openstack-more-costly-than-vmware-microsoft-for-private-clouds-3610362/|title = OpenStack ‘more costly’ than VMware and Microsoft for private clouds|date = 1 May 2015|accessdate = 17 September 2015|website = Computerworlduk,com|publisher = IDG|last = Finnegan|first = Matthew}} 103. ^{{Cite web|url = https://www.theregister.co.uk/2014/05/13/openstack_neutron_explainer/|title = HP: OpenStack's networking nightmare Neutron 'was everyone's fault|date = 13 May 2014|accessdate = 17 September 2015|website = The Register|publisher = The Register|last = Clark|first = Jack}} 104. ^{{Cite web|url = http://www.computerweekly.com/news/2240241589/HP-updates-Helion-OpenStack-in-latest-hybrid-cloud-push|title = HP updates Helion OpenStack in latest hybrid cloud push|date = 3 March 2015|accessdate = 17 September 2015|website = Computer Weekly|publisher = TechTarget|last = Donnelly|first = Caroline}} 105. ^{{Cite web|url = https://www.openstack.org/marketplace/distros/|title = Distro's and appliances|accessdate = |website = Openstack.org|publisher = Openstack Foundation}} 106. ^{{Cite web|url = http://www.crn.com/news/cloud/300073620/openstack-community-challenged-by-dearth-of-talent-complexity.htm/pgno/0/1|title = OpenStack Community Challenged By Dearth Of Talent, Complexity|date = 6 August 2015|accessdate = 17 September 2015|website = CRN|publisher = The Channel Company|last = Tsidulko|first = Joseph}} 107. ^{{Cite web|url = http://thenewstack.io/openstack-has-its-issues-but-its-worth-a-fortune/|title = OpenStack Has Its Issues but it’s Worth a Fortune|date = December 2011|accessdate = 17 September 2015|website = Thenewstack.io|publisher = The New Stack|last = Jha|first = Atul}} 108. ^{{cite web|url = https://www.packet.net/blog/how-we-failed-at-openstack/|title = Why We Threw 4 Months of Work in the Trash; or How we Failed at OpenStack |date = 12 January 2015|accessdate = 17 September 2015|website = Packet.net|publisher = Packet|last = Laube|first = David}} 109. ^{{Cite web|url = http://www.datacenterknowledge.com/archives/2015/04/01/private-openstack-startup-nebula-goes-out-of-business/|title = Private OpenStack Startup Nebula Goes Out of Business|date = April 1, 2015|accessdate = 17 September 2015|website = Data Center Knowledge|publisher = Penton|last = SVERDLIK|first = Yevgeniy}} 110. ^{{Cite web|url = http://blog.smartbear.com/careers/13-things-people-hate-about-your-open-source-docs/|title = 13 Things People Hate about Your Open Source Docs|date = 10 January 2013|accessdate = 17 September 2015|website = Smart Bear|publisher = SmartBear Software|last = Lester|first = Andy}} 111. ^{{Cite web|url = http://whatiscloud.com/goals_and_benefits/increased_availability_and_reliability|title = Increased Availability and Reliability|accessdate = 21 September 2015|website = WhatIsCloud.com|publisher = Arcitura Education Inc}} 112. ^{{Cite web|url = http://www.cs.columbia.edu/~salman/presentations/slas-baset-pres-open.pdf|title = Cloud SLAs: Present and Future|accessdate = 21 September 2015|website = www.cs.columbia.edu|last = Baset|first = Salman}} 113. ^{{Cite web|url = https://gigaom.com/2013/12/20/backbreaking-openstack-migrations-hinder-enterprise-upgrades/|title = "Backbreaking" OpenStack migrations hinder enterprise upgrades|date = 20 December 2013|accessdate = 21 September 2015|website = gigaom.com|publisher = Knowingly Inc|last = Darrow|first = Barb}} 114. ^{{Cite web|url = https://wiki.openstack.org/wiki/Releases|title = Releases|accessdate = 17 September 2015|website = wikiOpenStack.otg|publisher = Openstack Foundation}} 115. ^{{cite web|url=http://www.openstack.org/user-stories/ |title=OpenStack User Stories |publisher=openstack.org |date= |accessdate=29 November 2013}} 116. ^{{cite web|url=http://news.slashdot.org/story/12/01/11/232234/is-att-building-the-ultimate-walled-garden |title=Is AT&T Building the Ultimate Walled Garden? |publisher=News.slashdot.org |date= |accessdate=23 October 2012}} 117. ^{{cite web|url=https://www.youtube.com/watch?v=PESWFDPbexs |title=BBVA Bank on Openstack |date= |accessdate=30 April 2015}} 118. ^{{cite news|title=Box Deploys Platform9 In Key Win For OpenStack|url=http://www.dailycloud.info/box-deploys-platform9-in-key-win-for-openstack/|accessdate=8 January 2016}} 119. ^{{cite news|title=OpenStack operator spotlight: CERN|url=http://superuser.openstack.org/articles/openstack-operator-spotlight-cern/|accessdate=10 August 2017}} 120. ^{{cite web|url=http://corporate.comcast.com/comcast-voices/comcast-and-openstack-engineering-from-cloud-to-couch |title=Openstack Engineering from Cloud to Couch |date= |accessdate=5 November 2015}} 121. ^{{cite web|url=http://stackalytics.com/?release=all&company=comcast |title=Stackalytics: Comcast |date= |accessdate=10 November 2015}} 122. ^Marketplace Business: Telecom opens new cloud marketplace (German) 123. ^http://www.huawei.com/en/news/2016/3/dian-xin-yun 124. ^{{cite web|url=https://www.dreamhost.com/cloud/computing/ |title=DreamCompute |date= |accessdate=17 November 2014}} 125. ^{{cite web|url=https://www.ericsson.com/news/1589504 |title=Ericsson joins OpenStack, demonstrates unique virtual data center manager |date=28 February 2012 |accessdate=2 November 2017}} 126. ^https://www.theregister.co.uk/2016/02/10/hmrc_goes_openstack/ 127. ^{{cite web|url=http://siliconangle.com/blog/2013/06/12/openstack-an-underlying-theme-in-hps-converged-cloud-strategy-hpdiscover/|title=OpenStack an Underlying Theme in HP’s Converged Cloud Strategy|last=Craft|first=Valentina|publisher=SiliconAngle.com|date=12 June 2013|accessdate=21 April 2016}} 128. ^{{cite web|url=https://e.huawei.com/my/cloud-computing/private-cloud |title=FusionCloud Full-Stack Private Cloud |accessdate=4 January 2019}} 129. ^{{cite web|url=http://www.iqiyi.com/ |title=爱奇艺-爱奇艺视频,高清影视剧,网络视频在线观看 |publisher=Iqiyi.com |date=29 December 2013 |accessdate=9 April 2014}} 130. ^{{cite web|url=http://www.slideshare.net/HuiCheng2/kt-ucloud-storage-by-jaesuk-ahn |title=KT ucloud storage|publisher=KT |date=August 2010 |accessdate=12 July 2013}} 131. ^{{Youtube|id=yFq3kVOv6ww|title=OpenStack: Enabling the Open Cloud Era}} 132. ^{{cite web|url=https://www.openstack.org/summit/portland-2013/session-videos/presentation/keynote-openstack-at-the-national-security-agency-nsa |title=Keynote: OpenStack at the National Security Agency (NSA) |publisher=Openstack.org |date= |accessdate=9 April 2014}} 133. ^{{cite web|url=https://www.openstack.org/marketplace/public-clouds/ovh-group/ovh-public-cloud/ |title=OVH Public Cloud on OpenStack Companies Profiles}} 134. ^{{cite web|url=https://www.openstack.org/foundation/companies/ |title=Companies supporting the OpenStack Foundation }} 135. ^{{cite web|url=https://www.ovh.com/us/news/articles/a2033.ovh-becomes-infrastructure-donor-open-stack |title=OVH becomes "Infrastructure Donor" for Open Stack |date=8 December 2015 |accessdate=8 December 2015}} 136. ^{{cite web|last=Cowan |first=Paris |url=http://www.itnews.com.au/News/355204,why-paypal-chose-openstack.aspx |title=Why PayPal chose OpenStack — Strategy — Business — News |publisher=Itnews.com.au |date=30 August 2013 |accessdate=13 February 2014}} 137. ^{{cite web|url=http://www.informationweek.com/cloud-computing/infrastructure/rackspace-launches-global-openstack-expa/240152897 |title=Rackspace Launches Global OpenStack Expansion |publisher=InformationWeek |date= |accessdate=13 February 2014}} 138. ^{{cite web|url=https://www.digit.in/general/india-digital-open-summit-2018-by-reliance-jio-all-about-open-source-39218.html |title=Reliance Jio India Digital Open Summit 2018: All about open source |publisher=Digit |date=19 January 2018}} 139. ^http://www.openstack.org/rate/Presentation/rackspace-featuring-sony-how-openstack-will-power-sony-s-online-games-for-playstation-4 140. ^http://engineering.spilgames.com/openstack-operator-tool-novacek/ 141. ^https://www.suse.com/products/suse-cloud/ 142. ^[https://www.ericsson.com/en/press-releases/2016/2/telefonica-selects-ericsson-for-global-unica-program Telefonica selects Ericsson for global UNICA program] 143. ^[https://www.cloud.telefonica.com/en/open-cloud/ Open Cloud is Telefónica's OpenStack-based public cloud proposal] 144. ^{{cite news|title=Volkswagen chooses OpenStack for private cloud|url=https://www.networkworld.com/article/3052230/cloud-computing/volkswagen-chooses-openstack-for-private-cloud.html|publisher=Network World |date=6 April 2016}} 145. ^{{cite news|title=Report: Wal-Mart’s Big Data Moves Will Boost Rackspace|url=http://www.datacenterknowledge.com/archives/2012/10/22/rackspace-walmart-openstack-bigdata/|accessdate=11 September 2014}} 146. ^{{cite web|url=https://www.youtube.com/watch?v=6ZjgnMtqAxo |title=OpenStack User Committee Update and Survey Results |publisher=YouTube |accessdate=9 April 2014}} 147. ^{{SUSE LINUX GmbH|title=ZF Friedrichshafen AG|url=https://www.suse.com/c/success/zf-friedrichshafen-ag|publisher=SUSE |date=21.01.2019}} 148. ^{{cite web|last1 = Bruekner|first1 = Rich|date = 13 May 2014|url=http://insidehpc.com/2014/05/bright-computing-simplifies-openstack-deployment/|title = Bright Computing Simplifies OpenStack Deployment|website = insideHPC|accessdate = 10 March 2016}} 149. ^{{cite web | url = https://www.mirantis.com/openstack-portal/external-news/oracle-announces-oracle-openstack-oracle-linux-cooperation-deal-canonical-seen-poking-red-hat/ | title = Oracle announces Oracle OpenStack for Oracle Linux — and cooperation deal with Canonical seen as poking Red Hat | last1 = Chase | first1 = Nick | author-link1 = | date = 29 September 2014 | publisher = Mirantis, Inc. | access-date = 26 February 2016 | quote = Oracle OpenStack for Oracle Linux, or O3L, is now available, enabling customers to control both Oracle Linux and Oracle VM using OpenStack. It also, however, comes with the announcement of a 'mutual cooperation and support' agreement with Canonical, seen as a direct shot at Red Hat.}} 150. ^{{cite web | url = http://www.vmware.com/products/openstack/features.html | title = VMware Integrated OpenStack | access-date = 29 June 2016 | publisher = VMware, Inc. | quote = VMware Integrated OpenStack is a full OpenStack distribution that enables IT administrators to foster developer innovation by deploying and managing production grade OpenStack quickly and easily on top of their VMware infrastructure. - See more at: http://www.vmware.com/products/openstack/features.html#sthash.BoqTgnsr.dpuf}} 151. ^{{cite web|url=http://openstack.org/projects/ |title=Software » OpenStack Open Source Cloud Computing Software |publisher=Openstack.org |date= |accessdate=23 October 2012}} 152. ^{{cite web |url=http://www.omg.org/news/meetings/tc/ca-10/special-events/pdf/5-3_Piatt.pdf |title=Open Stack history summary on p.6-8 |format=PDF |date= |accessdate=23 October 2012 |deadurl=yes |archiveurl=https://web.archive.org/web/20130513020820/http://www.omg.org/news/meetings/tc/ca-10/special-events/pdf/5-3_Piatt.pdf |archivedate=13 May 2013 |df=dmy-all }} 153. ^{{cite web |url=http://wiki.openstack.org/BexarReleaseSchedule |title=BexarReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date=20 January 2011 |accessdate=23 October 2012 |deadurl=yes |archiveurl=https://web.archive.org/web/20121102161628/http://wiki.openstack.org/BexarReleaseSchedule |archivedate=2 November 2012 |df=dmy-all }} 154. ^{{cite web|url=http://wiki.openstack.org/CactusReleaseSchedule |title=CactusReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date=12 April 2011 |accessdate=23 October 2012}} 155. ^{{cite web|url=http://wiki.openstack.org/DiabloReleaseSchedule |title=DiabloReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date=6 September 2011 |accessdate=23 October 2012}} 156. ^{{cite web|url=http://wiki.openstack.org/EssexReleaseSchedule |title=EssexReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date=7 March 2012 |accessdate=23 October 2012}} 157. ^{{cite web|url=http://wiki.openstack.org/FolsomReleaseSchedule |title=FolsomReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date=14 May 2012 |accessdate=23 October 2012}} 158. ^{{cite web|url=http://wiki.openstack.org/GrizzlyReleaseSchedule |title=GrizzlyReleaseSchedule — Wiki |publisher=Wiki.openstack.org |date= |accessdate=4 April 2013}} 159. ^{{cite web|url=https://wiki.openstack.org/wiki/Havana_Release_Schedule |title=Havana_Release_Schedule — Wiki |publisher=Wiki.openstack.org |accessdate=19 June 2013}} 160. ^{{cite web|url=https://wiki.openstack.org/wiki/Icehouse_Release_Schedule |title=Icehouse Release Schedule — Wiki |publisher=Wiki.openstack.org |accessdate=17 April 2014}} 161. ^{{cite web|url=https://wiki.openstack.org/wiki/Juno_Release_Schedule |title=Juno Release Schedule — Wiki |publisher=Wiki.openstack.org |accessdate=23 September 2014}} 162. ^{{cite web|url=https://wiki.openstack.org/wiki/Kilo_Release_Schedule |title=Kilo Release Schedule — Wiki |publisher=Wiki.openstack.org |accessdate=23 September 2014}} 163. ^{{Cite web|title=OpenStack Docs: Liberty|url=http://releases.openstack.org/liberty/index.html|website=releases.openstack.org|access-date=20 February 2016}} 164. ^{{Cite web|title=OpenStack Docs: Mitaka|url=http://releases.openstack.org/mitaka/index.html|website=releases.openstack.org|access-date=20 February 2016}} 165. ^{{Cite web|title=OpenStack Releases: Newton|url=https://releases.openstack.org/newton/index.html|website=releases.openstack.org|access-date=8 October 2016}} 166. ^{{Cite web|url=https://releases.openstack.org/ocata/index.html|title=OpenStack Releases: Ocata|website=releases.openstack.org|language=en|access-date=22 February 2017}} 167. ^{{Cite web|url=https://releases.openstack.org/pike/index.html|title=OpenStack Releases: Pike|website=releases.openstack.org|language=en|access-date=17 September 2017}} 168. ^{{Cite web|url=https://releases.openstack.org/queens/index.html|title=OpenStack Releases: Queens|website=releases.openstack.org|language=en|access-date=16 April 2018}} 169. ^{{Cite web|url=https://releases.openstack.org/rocky/index.html|title=OpenStack Releases: Rocky|website=releases.openstack.org|}} External links{{Commons category}}
5 : 2010 software|Cloud infrastructure|Free software for cloud computing|Free software programmed in Python|Virtualization-related software for Linux |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。