You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample generator for openstack new projects(Base on openstack stable/liberty version).
Quick start
Follow those steps to generate new projects:
Get openstack-project-generator by command: git clone https://github.com/hahaps/openstack-project-generator.git.
Go into openstack-project-generator by command: cd openstack-project-generator.
Run command ./generate.sh -h or ./generate.sh --help for usage help.
To generate a project with only API service, run ./generate.sh <project_name> <project_path> such as ./generate.sh hahaps ..
To generate a project with API and Manager services, run ./generate.sh -m <manager_service_name> <project_name> <project_path> such as ./generate.sh -m recover hahaps ..
Install and Run
To Install new project generated with openstack-project-generator for development level:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
Sample generator for openstack new projects(Base on openstack stable/liberty version).