OpenStack extension classes
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Configuration Management
The CMDB CI Class Models store app adds or updates classes for OpenStack.
The app adds class models that extend the CMDB class hierarchy, including class descriptions, identification rules, identifier entries, and dependent relationships if applicable. You can use the added classes as any other CMDB class. Applications such as Discovery and Service Mapping patterns can use these class extensions to populate CIs and discover various technologies and software.
Request apps on the Store
Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
OpenStack

Classes
This section lists the relevant classes that the CMDB CI Class Models store app adds or updates. See the class columns table for further details about the columns added for each class.
Class | Extends | Description |
---|---|---|
OpenStack Services [cmdb_ci_cloud_openstack_service] | Virtual Machine Object [cmdb_ci_vm_object] | An OpenStack web service that can be accessed via a URL. |
OpenStack Endpoint [cmdb_ci_cloud_openstack_endpoint] | Virtual Machine Object [cmdb_ci_vm_object] | The access point of a Service. |
OpenStack Domain [cmdb_ci_cloud_openstack_domain] | Virtual Machine Object [cmdb_ci_vm_object] | A collection of users, groups, and projects. |
Class columns
Added columns | Description |
---|---|
type | The Service type, which describes the API implemented by the Service. Possible values: Compute, ec2, identity, image, network, or volume. |
enabled | Defines if the service and its endpoints appear in the Service catalog (true/false). |
Added columns | Description |
---|---|
interface | The interface type, which describes the visibility of the endpoint. Possible values:
|
enabled | Defines if the Service and its endpoints appear in the Service catalog (true/false). |
Added columns | Description |
---|---|
enabled | Defines if the domain is enabled (true/false). |
Related Content
- CMDB schema model
The Configuration Management Database (CMDB) schema model is a series of connected tables that contain all the assets and business services controlled by a company and its configurations.